From 2409c3baf730ebf0453e53ed1b6fbe906bc28710 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 12 Sep 2025 06:30:57 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/ani-rss/{2.2.3 => 2.2.4}/.env | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/data.yml | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/docker-compose.yml | 2 +- appstore/ani-rss/{2.2.3 => 2.2.4}/envs/default.env | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/envs/global.env | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/init.sh | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/uninstall.sh | 0 appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/.env | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/data.yml | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/docker-compose.yml | 2 +- appstore/rsshub/{2025-09-11 => 2025-09-12}/envs/default.env | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/envs/global.env | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/init.sh | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/upgrade.sh | 0 appstore/s-ui/{1.3.4 => 1.3.5}/.env | 0 appstore/s-ui/{1.3.4 => 1.3.5}/data.yml | 0 appstore/s-ui/{1.3.4 => 1.3.5}/docker-compose.yml | 2 +- appstore/s-ui/{1.3.4 => 1.3.5}/envs/default.env | 0 appstore/s-ui/{1.3.4 => 1.3.5}/envs/global.env | 0 appstore/s-ui/{1.3.4 => 1.3.5}/scripts/init.sh | 0 appstore/s-ui/{1.3.4 => 1.3.5}/scripts/uninstall.sh | 0 appstore/s-ui/{1.3.4 => 1.3.5}/scripts/upgrade.sh | 0 dockge/ani-rss/docker-compose.yml | 2 +- dockge/rsshub/docker-compose.yml | 2 +- dockge/s-ui/docker-compose.yml | 2 +- 27 files changed, 6 insertions(+), 6 deletions(-) rename appstore/ani-rss/{2.2.3 => 2.2.4}/.env (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/data.yml (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/docker-compose.yml (95%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/envs/default.env (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/envs/global.env (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/init.sh (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/uninstall.sh (100%) rename appstore/ani-rss/{2.2.3 => 2.2.4}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/.env (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/data.yml (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/docker-compose.yml (97%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/envs/default.env (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/envs/global.env (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/init.sh (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-09-11 => 2025-09-12}/scripts/upgrade.sh (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/.env (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/data.yml (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/docker-compose.yml (94%) rename appstore/s-ui/{1.3.4 => 1.3.5}/envs/default.env (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/envs/global.env (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/scripts/init.sh (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/scripts/uninstall.sh (100%) rename appstore/s-ui/{1.3.4 => 1.3.5}/scripts/upgrade.sh (100%) diff --git a/appstore/ani-rss/2.2.3/.env b/appstore/ani-rss/2.2.4/.env similarity index 100% rename from appstore/ani-rss/2.2.3/.env rename to appstore/ani-rss/2.2.4/.env diff --git a/appstore/ani-rss/2.2.3/data.yml b/appstore/ani-rss/2.2.4/data.yml similarity index 100% rename from appstore/ani-rss/2.2.3/data.yml rename to appstore/ani-rss/2.2.4/data.yml diff --git a/appstore/ani-rss/2.2.3/docker-compose.yml b/appstore/ani-rss/2.2.4/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.2.3/docker-compose.yml rename to appstore/ani-rss/2.2.4/docker-compose.yml index 2a2c2f059..9d3032ae8 100644 --- a/appstore/ani-rss/2.2.3/docker-compose.yml +++ b/appstore/ani-rss/2.2.4/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.2.3 + image: wushuo894/ani-rss:v2.2.4 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/2.2.3/envs/default.env b/appstore/ani-rss/2.2.4/envs/default.env similarity index 100% rename from appstore/ani-rss/2.2.3/envs/default.env rename to appstore/ani-rss/2.2.4/envs/default.env diff --git a/appstore/ani-rss/2.2.3/envs/global.env b/appstore/ani-rss/2.2.4/envs/global.env similarity index 100% rename from appstore/ani-rss/2.2.3/envs/global.env rename to appstore/ani-rss/2.2.4/envs/global.env diff --git a/appstore/ani-rss/2.2.3/scripts/init.sh b/appstore/ani-rss/2.2.4/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/init.sh rename to appstore/ani-rss/2.2.4/scripts/init.sh diff --git a/appstore/ani-rss/2.2.3/scripts/uninstall.sh b/appstore/ani-rss/2.2.4/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/uninstall.sh rename to appstore/ani-rss/2.2.4/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.2.3/scripts/upgrade.sh b/appstore/ani-rss/2.2.4/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/upgrade.sh rename to appstore/ani-rss/2.2.4/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-09-11/.env b/appstore/rsshub/2025-09-12/.env similarity index 100% rename from appstore/rsshub/2025-09-11/.env rename to appstore/rsshub/2025-09-12/.env diff --git a/appstore/rsshub/2025-09-11/data.yml b/appstore/rsshub/2025-09-12/data.yml similarity index 100% rename from appstore/rsshub/2025-09-11/data.yml rename to appstore/rsshub/2025-09-12/data.yml diff --git a/appstore/rsshub/2025-09-11/docker-compose.yml b/appstore/rsshub/2025-09-12/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-09-11/docker-compose.yml rename to appstore/rsshub/2025-09-12/docker-compose.yml index f579687d8..bfba78a27 100644 --- a/appstore/rsshub/2025-09-11/docker-compose.yml +++ b/appstore/rsshub/2025-09-12/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-09-11 + image: diygod/rsshub:2025-09-12 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-09-11/envs/default.env b/appstore/rsshub/2025-09-12/envs/default.env similarity index 100% rename from appstore/rsshub/2025-09-11/envs/default.env rename to appstore/rsshub/2025-09-12/envs/default.env diff --git a/appstore/rsshub/2025-09-11/envs/global.env b/appstore/rsshub/2025-09-12/envs/global.env similarity index 100% rename from appstore/rsshub/2025-09-11/envs/global.env rename to appstore/rsshub/2025-09-12/envs/global.env diff --git a/appstore/rsshub/2025-09-11/scripts/init.sh b/appstore/rsshub/2025-09-12/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-09-11/scripts/init.sh rename to appstore/rsshub/2025-09-12/scripts/init.sh diff --git a/appstore/rsshub/2025-09-11/scripts/uninstall.sh b/appstore/rsshub/2025-09-12/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-09-11/scripts/uninstall.sh rename to appstore/rsshub/2025-09-12/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-09-11/scripts/upgrade.sh b/appstore/rsshub/2025-09-12/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-09-11/scripts/upgrade.sh rename to appstore/rsshub/2025-09-12/scripts/upgrade.sh diff --git a/appstore/s-ui/1.3.4/.env b/appstore/s-ui/1.3.5/.env similarity index 100% rename from appstore/s-ui/1.3.4/.env rename to appstore/s-ui/1.3.5/.env diff --git a/appstore/s-ui/1.3.4/data.yml b/appstore/s-ui/1.3.5/data.yml similarity index 100% rename from appstore/s-ui/1.3.4/data.yml rename to appstore/s-ui/1.3.5/data.yml diff --git a/appstore/s-ui/1.3.4/docker-compose.yml b/appstore/s-ui/1.3.5/docker-compose.yml similarity index 94% rename from appstore/s-ui/1.3.4/docker-compose.yml rename to appstore/s-ui/1.3.5/docker-compose.yml index 1ed138880..27831c668 100644 --- a/appstore/s-ui/1.3.4/docker-compose.yml +++ b/appstore/s-ui/1.3.5/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:1.3.4 + image: alireza7/s-ui:1.3.5 labels: createdBy: Apps networks: diff --git a/appstore/s-ui/1.3.4/envs/default.env b/appstore/s-ui/1.3.5/envs/default.env similarity index 100% rename from appstore/s-ui/1.3.4/envs/default.env rename to appstore/s-ui/1.3.5/envs/default.env diff --git a/appstore/s-ui/1.3.4/envs/global.env b/appstore/s-ui/1.3.5/envs/global.env similarity index 100% rename from appstore/s-ui/1.3.4/envs/global.env rename to appstore/s-ui/1.3.5/envs/global.env diff --git a/appstore/s-ui/1.3.4/scripts/init.sh b/appstore/s-ui/1.3.5/scripts/init.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/init.sh rename to appstore/s-ui/1.3.5/scripts/init.sh diff --git a/appstore/s-ui/1.3.4/scripts/uninstall.sh b/appstore/s-ui/1.3.5/scripts/uninstall.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/uninstall.sh rename to appstore/s-ui/1.3.5/scripts/uninstall.sh diff --git a/appstore/s-ui/1.3.4/scripts/upgrade.sh b/appstore/s-ui/1.3.5/scripts/upgrade.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/upgrade.sh rename to appstore/s-ui/1.3.5/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 2a2c2f059..9d3032ae8 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.2.3 + image: wushuo894/ani-rss:v2.2.4 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index f579687d8..bfba78a27 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-09-11 + image: diygod/rsshub:2025-09-12 labels: createdBy: Apps networks: diff --git a/dockge/s-ui/docker-compose.yml b/dockge/s-ui/docker-compose.yml index 1ed138880..27831c668 100644 --- a/dockge/s-ui/docker-compose.yml +++ b/dockge/s-ui/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:1.3.4 + image: alireza7/s-ui:1.3.5 labels: createdBy: Apps networks: