diff --git a/appstore/libretv/202508051701/.env b/appstore/libretv/202508060117/.env similarity index 100% rename from appstore/libretv/202508051701/.env rename to appstore/libretv/202508060117/.env diff --git a/appstore/libretv/202508051701/data.yml b/appstore/libretv/202508060117/data.yml similarity index 100% rename from appstore/libretv/202508051701/data.yml rename to appstore/libretv/202508060117/data.yml diff --git a/appstore/libretv/202508051701/docker-compose.yml b/appstore/libretv/202508060117/docker-compose.yml similarity index 88% rename from appstore/libretv/202508051701/docker-compose.yml rename to appstore/libretv/202508060117/docker-compose.yml index 18e877d86..2e6239d93 100644 --- a/appstore/libretv/202508051701/docker-compose.yml +++ b/appstore/libretv/202508060117/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: bestzwei/libretv:202508051701 + image: bestzwei/libretv:202508060117 labels: createdBy: Apps networks: diff --git a/appstore/libretv/202508051701/envs/default.env b/appstore/libretv/202508060117/envs/default.env similarity index 100% rename from appstore/libretv/202508051701/envs/default.env rename to appstore/libretv/202508060117/envs/default.env diff --git a/appstore/libretv/202508051701/envs/global.env b/appstore/libretv/202508060117/envs/global.env similarity index 100% rename from appstore/libretv/202508051701/envs/global.env rename to appstore/libretv/202508060117/envs/global.env diff --git a/appstore/libretv/202508051701/scripts/init.sh b/appstore/libretv/202508060117/scripts/init.sh similarity index 100% rename from appstore/libretv/202508051701/scripts/init.sh rename to appstore/libretv/202508060117/scripts/init.sh diff --git a/appstore/libretv/202508051701/scripts/uninstall.sh b/appstore/libretv/202508060117/scripts/uninstall.sh similarity index 100% rename from appstore/libretv/202508051701/scripts/uninstall.sh rename to appstore/libretv/202508060117/scripts/uninstall.sh diff --git a/appstore/libretv/202508051701/scripts/upgrade.sh b/appstore/libretv/202508060117/scripts/upgrade.sh similarity index 100% rename from appstore/libretv/202508051701/scripts/upgrade.sh rename to appstore/libretv/202508060117/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.19.2/.env b/appstore/mdc-ng/1.19.4/.env similarity index 100% rename from appstore/mdc-ng/1.19.2/.env rename to appstore/mdc-ng/1.19.4/.env diff --git a/appstore/mdc-ng/1.19.2/data.yml b/appstore/mdc-ng/1.19.4/data.yml similarity index 100% rename from appstore/mdc-ng/1.19.2/data.yml rename to appstore/mdc-ng/1.19.4/data.yml diff --git a/appstore/mdc-ng/1.19.2/docker-compose.yml b/appstore/mdc-ng/1.19.4/docker-compose.yml similarity index 95% rename from appstore/mdc-ng/1.19.2/docker-compose.yml rename to appstore/mdc-ng/1.19.4/docker-compose.yml index 819afb42a..296da93cc 100644 --- a/appstore/mdc-ng/1.19.2/docker-compose.yml +++ b/appstore/mdc-ng/1.19.4/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.19.2 + image: mdcng/mdc:1.19.4 labels: createdBy: Apps networks: diff --git a/appstore/mdc-ng/1.19.2/envs/default.env b/appstore/mdc-ng/1.19.4/envs/default.env similarity index 100% rename from appstore/mdc-ng/1.19.2/envs/default.env rename to appstore/mdc-ng/1.19.4/envs/default.env diff --git a/appstore/mdc-ng/1.19.2/envs/global.env b/appstore/mdc-ng/1.19.4/envs/global.env similarity index 100% rename from appstore/mdc-ng/1.19.2/envs/global.env rename to appstore/mdc-ng/1.19.4/envs/global.env diff --git a/appstore/mdc-ng/1.19.2/scripts/init.sh b/appstore/mdc-ng/1.19.4/scripts/init.sh similarity index 100% rename from appstore/mdc-ng/1.19.2/scripts/init.sh rename to appstore/mdc-ng/1.19.4/scripts/init.sh diff --git a/appstore/mdc-ng/1.19.2/scripts/uninstall.sh b/appstore/mdc-ng/1.19.4/scripts/uninstall.sh similarity index 100% rename from appstore/mdc-ng/1.19.2/scripts/uninstall.sh rename to appstore/mdc-ng/1.19.4/scripts/uninstall.sh diff --git a/appstore/mdc-ng/1.19.2/scripts/upgrade.sh b/appstore/mdc-ng/1.19.4/scripts/upgrade.sh similarity index 100% rename from appstore/mdc-ng/1.19.2/scripts/upgrade.sh rename to appstore/mdc-ng/1.19.4/scripts/upgrade.sh diff --git a/appstore/ollama/0.10.1/.env b/appstore/ollama/0.11.2/.env similarity index 100% rename from appstore/ollama/0.10.1/.env rename to appstore/ollama/0.11.2/.env diff --git a/appstore/ollama/0.10.1/data.yml b/appstore/ollama/0.11.2/data.yml similarity index 100% rename from appstore/ollama/0.10.1/data.yml rename to appstore/ollama/0.11.2/data.yml diff --git a/appstore/ollama/0.10.1/docker-compose.yml b/appstore/ollama/0.11.2/docker-compose.yml similarity index 95% rename from appstore/ollama/0.10.1/docker-compose.yml rename to appstore/ollama/0.11.2/docker-compose.yml index 171c16eef..33278e2d6 100644 --- a/appstore/ollama/0.10.1/docker-compose.yml +++ b/appstore/ollama/0.11.2/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.10.1 + image: ollama/ollama:0.11.2 labels: createdBy: Apps networks: diff --git a/appstore/ollama/0.10.1/envs/default.env b/appstore/ollama/0.11.2/envs/default.env similarity index 100% rename from appstore/ollama/0.10.1/envs/default.env rename to appstore/ollama/0.11.2/envs/default.env diff --git a/appstore/ollama/0.10.1/envs/global.env b/appstore/ollama/0.11.2/envs/global.env similarity index 100% rename from appstore/ollama/0.10.1/envs/global.env rename to appstore/ollama/0.11.2/envs/global.env diff --git a/appstore/ollama/0.10.1/scripts/init.sh b/appstore/ollama/0.11.2/scripts/init.sh similarity index 100% rename from appstore/ollama/0.10.1/scripts/init.sh rename to appstore/ollama/0.11.2/scripts/init.sh diff --git a/appstore/ollama/0.10.1/scripts/uninstall.sh b/appstore/ollama/0.11.2/scripts/uninstall.sh similarity index 100% rename from appstore/ollama/0.10.1/scripts/uninstall.sh rename to appstore/ollama/0.11.2/scripts/uninstall.sh diff --git a/appstore/ollama/0.10.1/scripts/upgrade.sh b/appstore/ollama/0.11.2/scripts/upgrade.sh similarity index 100% rename from appstore/ollama/0.10.1/scripts/upgrade.sh rename to appstore/ollama/0.11.2/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-08-04/.env b/appstore/rsshub/2025-08-05/.env similarity index 100% rename from appstore/rsshub/2025-08-04/.env rename to appstore/rsshub/2025-08-05/.env diff --git a/appstore/rsshub/2025-08-04/data.yml b/appstore/rsshub/2025-08-05/data.yml similarity index 100% rename from appstore/rsshub/2025-08-04/data.yml rename to appstore/rsshub/2025-08-05/data.yml diff --git a/appstore/rsshub/2025-08-04/docker-compose.yml b/appstore/rsshub/2025-08-05/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-08-04/docker-compose.yml rename to appstore/rsshub/2025-08-05/docker-compose.yml index 9e5a3f4dd..c2f8f79dc 100644 --- a/appstore/rsshub/2025-08-04/docker-compose.yml +++ b/appstore/rsshub/2025-08-05/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-08-04 + image: diygod/rsshub:2025-08-05 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-08-04/envs/default.env b/appstore/rsshub/2025-08-05/envs/default.env similarity index 100% rename from appstore/rsshub/2025-08-04/envs/default.env rename to appstore/rsshub/2025-08-05/envs/default.env diff --git a/appstore/rsshub/2025-08-04/envs/global.env b/appstore/rsshub/2025-08-05/envs/global.env similarity index 100% rename from appstore/rsshub/2025-08-04/envs/global.env rename to appstore/rsshub/2025-08-05/envs/global.env diff --git a/appstore/rsshub/2025-08-04/scripts/init.sh b/appstore/rsshub/2025-08-05/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-08-04/scripts/init.sh rename to appstore/rsshub/2025-08-05/scripts/init.sh diff --git a/appstore/rsshub/2025-08-04/scripts/uninstall.sh b/appstore/rsshub/2025-08-05/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-08-04/scripts/uninstall.sh rename to appstore/rsshub/2025-08-05/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-08-04/scripts/upgrade.sh b/appstore/rsshub/2025-08-05/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-08-04/scripts/upgrade.sh rename to appstore/rsshub/2025-08-05/scripts/upgrade.sh diff --git a/appstore/s-ui/1.3.0/.env b/appstore/s-ui/1.3.1/.env similarity index 100% rename from appstore/s-ui/1.3.0/.env rename to appstore/s-ui/1.3.1/.env diff --git a/appstore/s-ui/1.3.0/data.yml b/appstore/s-ui/1.3.1/data.yml similarity index 100% rename from appstore/s-ui/1.3.0/data.yml rename to appstore/s-ui/1.3.1/data.yml diff --git a/appstore/s-ui/1.3.0/docker-compose.yml b/appstore/s-ui/1.3.1/docker-compose.yml similarity index 94% rename from appstore/s-ui/1.3.0/docker-compose.yml rename to appstore/s-ui/1.3.1/docker-compose.yml index 36d7d7330..e667a9dc3 100644 --- a/appstore/s-ui/1.3.0/docker-compose.yml +++ b/appstore/s-ui/1.3.1/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:1.3.0 + image: alireza7/s-ui:1.3.1 labels: createdBy: Apps networks: diff --git a/appstore/s-ui/1.3.0/envs/default.env b/appstore/s-ui/1.3.1/envs/default.env similarity index 100% rename from appstore/s-ui/1.3.0/envs/default.env rename to appstore/s-ui/1.3.1/envs/default.env diff --git a/appstore/s-ui/1.3.0/envs/global.env b/appstore/s-ui/1.3.1/envs/global.env similarity index 100% rename from appstore/s-ui/1.3.0/envs/global.env rename to appstore/s-ui/1.3.1/envs/global.env diff --git a/appstore/s-ui/1.3.0/scripts/init.sh b/appstore/s-ui/1.3.1/scripts/init.sh similarity index 100% rename from appstore/s-ui/1.3.0/scripts/init.sh rename to appstore/s-ui/1.3.1/scripts/init.sh diff --git a/appstore/s-ui/1.3.0/scripts/uninstall.sh b/appstore/s-ui/1.3.1/scripts/uninstall.sh similarity index 100% rename from appstore/s-ui/1.3.0/scripts/uninstall.sh rename to appstore/s-ui/1.3.1/scripts/uninstall.sh diff --git a/appstore/s-ui/1.3.0/scripts/upgrade.sh b/appstore/s-ui/1.3.1/scripts/upgrade.sh similarity index 100% rename from appstore/s-ui/1.3.0/scripts/upgrade.sh rename to appstore/s-ui/1.3.1/scripts/upgrade.sh diff --git a/appstore/smanga/4.0.5/.env b/appstore/smanga/4.0.6/.env similarity index 100% rename from appstore/smanga/4.0.5/.env rename to appstore/smanga/4.0.6/.env diff --git a/appstore/smanga/4.0.5/data.yml b/appstore/smanga/4.0.6/data.yml similarity index 100% rename from appstore/smanga/4.0.5/data.yml rename to appstore/smanga/4.0.6/data.yml diff --git a/appstore/smanga/4.0.5/docker-compose.yml b/appstore/smanga/4.0.6/docker-compose.yml similarity index 94% rename from appstore/smanga/4.0.5/docker-compose.yml rename to appstore/smanga/4.0.6/docker-compose.yml index d45f322b8..ddb31a702 100644 --- a/appstore/smanga/4.0.5/docker-compose.yml +++ b/appstore/smanga/4.0.6/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.0.5 + image: lkw199711/smanga-nodejs:4.0.6 labels: createdBy: Apps networks: diff --git a/appstore/smanga/4.0.5/envs/default.env b/appstore/smanga/4.0.6/envs/default.env similarity index 100% rename from appstore/smanga/4.0.5/envs/default.env rename to appstore/smanga/4.0.6/envs/default.env diff --git a/appstore/smanga/4.0.5/envs/global.env b/appstore/smanga/4.0.6/envs/global.env similarity index 100% rename from appstore/smanga/4.0.5/envs/global.env rename to appstore/smanga/4.0.6/envs/global.env diff --git a/appstore/smanga/4.0.5/scripts/init.sh b/appstore/smanga/4.0.6/scripts/init.sh similarity index 100% rename from appstore/smanga/4.0.5/scripts/init.sh rename to appstore/smanga/4.0.6/scripts/init.sh diff --git a/appstore/smanga/4.0.5/scripts/uninstall.sh b/appstore/smanga/4.0.6/scripts/uninstall.sh similarity index 100% rename from appstore/smanga/4.0.5/scripts/uninstall.sh rename to appstore/smanga/4.0.6/scripts/uninstall.sh diff --git a/appstore/smanga/4.0.5/scripts/upgrade.sh b/appstore/smanga/4.0.6/scripts/upgrade.sh similarity index 100% rename from appstore/smanga/4.0.5/scripts/upgrade.sh rename to appstore/smanga/4.0.6/scripts/upgrade.sh diff --git a/dockge/libretv_202508051701/.env b/dockge/libretv_202508060117/.env similarity index 100% rename from dockge/libretv_202508051701/.env rename to dockge/libretv_202508060117/.env diff --git a/dockge/libretv_202508051701/docker-compose.yml b/dockge/libretv_202508060117/docker-compose.yml similarity index 88% rename from dockge/libretv_202508051701/docker-compose.yml rename to dockge/libretv_202508060117/docker-compose.yml index 18e877d86..2e6239d93 100644 --- a/dockge/libretv_202508051701/docker-compose.yml +++ b/dockge/libretv_202508060117/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: bestzwei/libretv:202508051701 + image: bestzwei/libretv:202508060117 labels: createdBy: Apps networks: diff --git a/dockge/libretv_202508051701/envs/default.env b/dockge/libretv_202508060117/envs/default.env similarity index 100% rename from dockge/libretv_202508051701/envs/default.env rename to dockge/libretv_202508060117/envs/default.env diff --git a/dockge/libretv_202508051701/envs/global.env b/dockge/libretv_202508060117/envs/global.env similarity index 100% rename from dockge/libretv_202508051701/envs/global.env rename to dockge/libretv_202508060117/envs/global.env diff --git a/dockge/mdc-ng/docker-compose.yml b/dockge/mdc-ng/docker-compose.yml index 819afb42a..296da93cc 100644 --- a/dockge/mdc-ng/docker-compose.yml +++ b/dockge/mdc-ng/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.19.2 + image: mdcng/mdc:1.19.4 labels: createdBy: Apps networks: diff --git a/dockge/ollama/docker-compose.yml b/dockge/ollama/docker-compose.yml index 171c16eef..33278e2d6 100644 --- a/dockge/ollama/docker-compose.yml +++ b/dockge/ollama/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.10.1 + image: ollama/ollama:0.11.2 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 9e5a3f4dd..c2f8f79dc 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-08-04 + image: diygod/rsshub:2025-08-05 labels: createdBy: Apps networks: diff --git a/dockge/s-ui/docker-compose.yml b/dockge/s-ui/docker-compose.yml index 36d7d7330..e667a9dc3 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.0 + image: alireza7/s-ui:1.3.1 labels: createdBy: Apps networks: diff --git a/dockge/smanga/docker-compose.yml b/dockge/smanga/docker-compose.yml index d45f322b8..ddb31a702 100644 --- a/dockge/smanga/docker-compose.yml +++ b/dockge/smanga/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.0.5 + image: lkw199711/smanga-nodejs:4.0.6 labels: createdBy: Apps networks: