From 71a193e163ce732f81f1fcf5fd3eff153f0be3eb Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 29 Aug 2025 15:19:22 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/bili-fetcher/1.6.0/docker-compose.yml | 2 +- appstore/logto/{1.30.1 => 1.31.0}/.env | 0 appstore/logto/{1.30.1 => 1.31.0}/data.yml | 0 appstore/logto/{1.30.1 => 1.31.0}/docker-compose.yml | 2 +- appstore/logto/{1.30.1 => 1.31.0}/envs/default.env | 0 appstore/logto/{1.30.1 => 1.31.0}/envs/global.env | 0 appstore/logto/{1.30.1 => 1.31.0}/scripts/init.sh | 0 appstore/logto/{1.30.1 => 1.31.0}/scripts/uninstall.sh | 0 appstore/logto/{1.30.1 => 1.31.0}/scripts/upgrade.sh | 0 appstore/super-productivity/{14.3.4 => 14.4.0}/.env | 0 appstore/super-productivity/{14.3.4 => 14.4.0}/conf/webdav.yaml | 0 appstore/super-productivity/{14.3.4 => 14.4.0}/data.yml | 0 .../super-productivity/{14.3.4 => 14.4.0}/docker-compose.yml | 2 +- appstore/super-productivity/{14.3.4 => 14.4.0}/envs/default.env | 0 appstore/super-productivity/{14.3.4 => 14.4.0}/envs/global.env | 0 appstore/super-productivity/{14.3.4 => 14.4.0}/scripts/init.sh | 0 .../super-productivity/{14.3.4 => 14.4.0}/scripts/uninstall.sh | 0 .../super-productivity/{14.3.4 => 14.4.0}/scripts/upgrade.sh | 0 dockge/bili-fetcher/docker-compose.yml | 2 +- dockge/logto/docker-compose.yml | 2 +- dockge/super-productivity/docker-compose.yml | 2 +- 21 files changed, 6 insertions(+), 6 deletions(-) rename appstore/logto/{1.30.1 => 1.31.0}/.env (100%) rename appstore/logto/{1.30.1 => 1.31.0}/data.yml (100%) rename appstore/logto/{1.30.1 => 1.31.0}/docker-compose.yml (95%) rename appstore/logto/{1.30.1 => 1.31.0}/envs/default.env (100%) rename appstore/logto/{1.30.1 => 1.31.0}/envs/global.env (100%) rename appstore/logto/{1.30.1 => 1.31.0}/scripts/init.sh (100%) rename appstore/logto/{1.30.1 => 1.31.0}/scripts/uninstall.sh (100%) rename appstore/logto/{1.30.1 => 1.31.0}/scripts/upgrade.sh (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/.env (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/conf/webdav.yaml (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/data.yml (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/docker-compose.yml (93%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/envs/default.env (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/envs/global.env (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/scripts/init.sh (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/scripts/uninstall.sh (100%) rename appstore/super-productivity/{14.3.4 => 14.4.0}/scripts/upgrade.sh (100%) diff --git a/appstore/bili-fetcher/1.6.0/docker-compose.yml b/appstore/bili-fetcher/1.6.0/docker-compose.yml index d6ac7c0ac..28011e5c9 100644 --- a/appstore/bili-fetcher/1.6.0/docker-compose.yml +++ b/appstore/bili-fetcher/1.6.0/docker-compose.yml @@ -26,7 +26,7 @@ services: environment: - BACKEND_URL=http://bili-fetcher-api:8899 - TZ=Asia/Shanghai - image: qyg2297248353/bili-fetcher-web:v1.6.0 + image: qyg2297248353/bili-fetcher-web:v1.6.5 labels: createdBy: Apps networks: diff --git a/appstore/logto/1.30.1/.env b/appstore/logto/1.31.0/.env similarity index 100% rename from appstore/logto/1.30.1/.env rename to appstore/logto/1.31.0/.env diff --git a/appstore/logto/1.30.1/data.yml b/appstore/logto/1.31.0/data.yml similarity index 100% rename from appstore/logto/1.30.1/data.yml rename to appstore/logto/1.31.0/data.yml diff --git a/appstore/logto/1.30.1/docker-compose.yml b/appstore/logto/1.31.0/docker-compose.yml similarity index 95% rename from appstore/logto/1.30.1/docker-compose.yml rename to appstore/logto/1.31.0/docker-compose.yml index b2b561773..57974c64b 100644 --- a/appstore/logto/1.30.1/docker-compose.yml +++ b/appstore/logto/1.31.0/docker-compose.yml @@ -18,7 +18,7 @@ services: - TRUST_PROXY_HEADER=true - CASE_SENSITIVE_USERNAME=true - DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME} - image: svhd/logto:1.30.1 + image: svhd/logto:1.31.0 labels: createdBy: Apps networks: diff --git a/appstore/logto/1.30.1/envs/default.env b/appstore/logto/1.31.0/envs/default.env similarity index 100% rename from appstore/logto/1.30.1/envs/default.env rename to appstore/logto/1.31.0/envs/default.env diff --git a/appstore/logto/1.30.1/envs/global.env b/appstore/logto/1.31.0/envs/global.env similarity index 100% rename from appstore/logto/1.30.1/envs/global.env rename to appstore/logto/1.31.0/envs/global.env diff --git a/appstore/logto/1.30.1/scripts/init.sh b/appstore/logto/1.31.0/scripts/init.sh similarity index 100% rename from appstore/logto/1.30.1/scripts/init.sh rename to appstore/logto/1.31.0/scripts/init.sh diff --git a/appstore/logto/1.30.1/scripts/uninstall.sh b/appstore/logto/1.31.0/scripts/uninstall.sh similarity index 100% rename from appstore/logto/1.30.1/scripts/uninstall.sh rename to appstore/logto/1.31.0/scripts/uninstall.sh diff --git a/appstore/logto/1.30.1/scripts/upgrade.sh b/appstore/logto/1.31.0/scripts/upgrade.sh similarity index 100% rename from appstore/logto/1.30.1/scripts/upgrade.sh rename to appstore/logto/1.31.0/scripts/upgrade.sh diff --git a/appstore/super-productivity/14.3.4/.env b/appstore/super-productivity/14.4.0/.env similarity index 100% rename from appstore/super-productivity/14.3.4/.env rename to appstore/super-productivity/14.4.0/.env diff --git a/appstore/super-productivity/14.3.4/conf/webdav.yaml b/appstore/super-productivity/14.4.0/conf/webdav.yaml similarity index 100% rename from appstore/super-productivity/14.3.4/conf/webdav.yaml rename to appstore/super-productivity/14.4.0/conf/webdav.yaml diff --git a/appstore/super-productivity/14.3.4/data.yml b/appstore/super-productivity/14.4.0/data.yml similarity index 100% rename from appstore/super-productivity/14.3.4/data.yml rename to appstore/super-productivity/14.4.0/data.yml diff --git a/appstore/super-productivity/14.3.4/docker-compose.yml b/appstore/super-productivity/14.4.0/docker-compose.yml similarity index 93% rename from appstore/super-productivity/14.3.4/docker-compose.yml rename to appstore/super-productivity/14.4.0/docker-compose.yml index ff72408b0..7e7802914 100644 --- a/appstore/super-productivity/14.3.4/docker-compose.yml +++ b/appstore/super-productivity/14.4.0/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.3.4 + image: johannesjo/super-productivity:v14.4.0 labels: createdBy: Apps networks: diff --git a/appstore/super-productivity/14.3.4/envs/default.env b/appstore/super-productivity/14.4.0/envs/default.env similarity index 100% rename from appstore/super-productivity/14.3.4/envs/default.env rename to appstore/super-productivity/14.4.0/envs/default.env diff --git a/appstore/super-productivity/14.3.4/envs/global.env b/appstore/super-productivity/14.4.0/envs/global.env similarity index 100% rename from appstore/super-productivity/14.3.4/envs/global.env rename to appstore/super-productivity/14.4.0/envs/global.env diff --git a/appstore/super-productivity/14.3.4/scripts/init.sh b/appstore/super-productivity/14.4.0/scripts/init.sh similarity index 100% rename from appstore/super-productivity/14.3.4/scripts/init.sh rename to appstore/super-productivity/14.4.0/scripts/init.sh diff --git a/appstore/super-productivity/14.3.4/scripts/uninstall.sh b/appstore/super-productivity/14.4.0/scripts/uninstall.sh similarity index 100% rename from appstore/super-productivity/14.3.4/scripts/uninstall.sh rename to appstore/super-productivity/14.4.0/scripts/uninstall.sh diff --git a/appstore/super-productivity/14.3.4/scripts/upgrade.sh b/appstore/super-productivity/14.4.0/scripts/upgrade.sh similarity index 100% rename from appstore/super-productivity/14.3.4/scripts/upgrade.sh rename to appstore/super-productivity/14.4.0/scripts/upgrade.sh diff --git a/dockge/bili-fetcher/docker-compose.yml b/dockge/bili-fetcher/docker-compose.yml index d6ac7c0ac..28011e5c9 100644 --- a/dockge/bili-fetcher/docker-compose.yml +++ b/dockge/bili-fetcher/docker-compose.yml @@ -26,7 +26,7 @@ services: environment: - BACKEND_URL=http://bili-fetcher-api:8899 - TZ=Asia/Shanghai - image: qyg2297248353/bili-fetcher-web:v1.6.0 + image: qyg2297248353/bili-fetcher-web:v1.6.5 labels: createdBy: Apps networks: diff --git a/dockge/logto/docker-compose.yml b/dockge/logto/docker-compose.yml index b2b561773..57974c64b 100644 --- a/dockge/logto/docker-compose.yml +++ b/dockge/logto/docker-compose.yml @@ -18,7 +18,7 @@ services: - TRUST_PROXY_HEADER=true - CASE_SENSITIVE_USERNAME=true - DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME} - image: svhd/logto:1.30.1 + image: svhd/logto:1.31.0 labels: createdBy: Apps networks: diff --git a/dockge/super-productivity/docker-compose.yml b/dockge/super-productivity/docker-compose.yml index ff72408b0..7e7802914 100644 --- a/dockge/super-productivity/docker-compose.yml +++ b/dockge/super-productivity/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.3.4 + image: johannesjo/super-productivity:v14.4.0 labels: createdBy: Apps networks: