diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 570a958c7..880b63fd3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run Renovate - uses: renovatebot/github-action@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@6927a58a017ee9ac468a34a5b0d2a9a9bd45cac3 # v43.0.11 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }} diff --git a/apps/ani-rss/2.2.1/data.yml b/apps/ani-rss/2.2.3/data.yml similarity index 100% rename from apps/ani-rss/2.2.1/data.yml rename to apps/ani-rss/2.2.3/data.yml diff --git a/apps/ani-rss/2.2.1/docker-compose.yml b/apps/ani-rss/2.2.3/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.2.1/docker-compose.yml rename to apps/ani-rss/2.2.3/docker-compose.yml index 24bf6f29f..5bab70e9b 100644 --- a/apps/ani-rss/2.2.1/docker-compose.yml +++ b/apps/ani-rss/2.2.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.2.1 + image: wushuo894/ani-rss:v2.2.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.2.1/envs/default.env b/apps/ani-rss/2.2.3/envs/default.env similarity index 100% rename from apps/ani-rss/2.2.1/envs/default.env rename to apps/ani-rss/2.2.3/envs/default.env diff --git a/apps/ani-rss/2.2.1/envs/global.env b/apps/ani-rss/2.2.3/envs/global.env similarity index 100% rename from apps/ani-rss/2.2.1/envs/global.env rename to apps/ani-rss/2.2.3/envs/global.env diff --git a/apps/ani-rss/2.2.1/scripts/init.sh b/apps/ani-rss/2.2.3/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.2.1/scripts/init.sh rename to apps/ani-rss/2.2.3/scripts/init.sh diff --git a/apps/ani-rss/2.2.1/scripts/uninstall.sh b/apps/ani-rss/2.2.3/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.2.1/scripts/uninstall.sh rename to apps/ani-rss/2.2.3/scripts/uninstall.sh diff --git a/apps/ani-rss/2.2.1/scripts/upgrade.sh b/apps/ani-rss/2.2.3/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.2.1/scripts/upgrade.sh rename to apps/ani-rss/2.2.3/scripts/upgrade.sh diff --git a/apps/astrbot-napcat/4.8.105/data.yml b/apps/astrbot-napcat/4.8.109/data.yml similarity index 100% rename from apps/astrbot-napcat/4.8.105/data.yml rename to apps/astrbot-napcat/4.8.109/data.yml diff --git a/apps/astrbot-napcat/4.8.105/docker-compose.yml b/apps/astrbot-napcat/4.8.109/docker-compose.yml similarity index 94% rename from apps/astrbot-napcat/4.8.105/docker-compose.yml rename to apps/astrbot-napcat/4.8.109/docker-compose.yml index a33785153..41cfb4182 100644 --- a/apps/astrbot-napcat/4.8.105/docker-compose.yml +++ b/apps/astrbot-napcat/4.8.109/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.8.105 + image: mlikiowa/napcat-docker:v4.8.109 container_name: napcat-${CONTAINER_NAME} restart: always networks: @@ -24,7 +24,7 @@ services: - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} astrbot: - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot-napcat/4.8.105/envs/default.env b/apps/astrbot-napcat/4.8.109/envs/default.env similarity index 100% rename from apps/astrbot-napcat/4.8.105/envs/default.env rename to apps/astrbot-napcat/4.8.109/envs/default.env diff --git a/apps/astrbot-napcat/4.8.105/envs/global.env b/apps/astrbot-napcat/4.8.109/envs/global.env similarity index 100% rename from apps/astrbot-napcat/4.8.105/envs/global.env rename to apps/astrbot-napcat/4.8.109/envs/global.env diff --git a/apps/astrbot-napcat/4.8.105/scripts/init.sh b/apps/astrbot-napcat/4.8.109/scripts/init.sh similarity index 100% rename from apps/astrbot-napcat/4.8.105/scripts/init.sh rename to apps/astrbot-napcat/4.8.109/scripts/init.sh diff --git a/apps/astrbot-napcat/4.8.105/scripts/uninstall.sh b/apps/astrbot-napcat/4.8.109/scripts/uninstall.sh similarity index 100% rename from apps/astrbot-napcat/4.8.105/scripts/uninstall.sh rename to apps/astrbot-napcat/4.8.109/scripts/uninstall.sh diff --git a/apps/astrbot-napcat/4.8.105/scripts/upgrade.sh b/apps/astrbot-napcat/4.8.109/scripts/upgrade.sh similarity index 100% rename from apps/astrbot-napcat/4.8.105/scripts/upgrade.sh rename to apps/astrbot-napcat/4.8.109/scripts/upgrade.sh diff --git a/apps/astrbot/3.5.27/data.yml b/apps/astrbot/4.0.0/data.yml similarity index 100% rename from apps/astrbot/3.5.27/data.yml rename to apps/astrbot/4.0.0/data.yml diff --git a/apps/astrbot/3.5.27/docker-compose.yml b/apps/astrbot/4.0.0/docker-compose.yml similarity index 94% rename from apps/astrbot/3.5.27/docker-compose.yml rename to apps/astrbot/4.0.0/docker-compose.yml index 84b171e2a..5e909973e 100644 --- a/apps/astrbot/3.5.27/docker-compose.yml +++ b/apps/astrbot/4.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/3.5.27/envs/default.env b/apps/astrbot/4.0.0/envs/default.env similarity index 100% rename from apps/astrbot/3.5.27/envs/default.env rename to apps/astrbot/4.0.0/envs/default.env diff --git a/apps/astrbot/3.5.27/envs/global.env b/apps/astrbot/4.0.0/envs/global.env similarity index 100% rename from apps/astrbot/3.5.27/envs/global.env rename to apps/astrbot/4.0.0/envs/global.env diff --git a/apps/astrbot/3.5.27/scripts/init.sh b/apps/astrbot/4.0.0/scripts/init.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/init.sh rename to apps/astrbot/4.0.0/scripts/init.sh diff --git a/apps/astrbot/3.5.27/scripts/uninstall.sh b/apps/astrbot/4.0.0/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/uninstall.sh rename to apps/astrbot/4.0.0/scripts/uninstall.sh diff --git a/apps/astrbot/3.5.27/scripts/upgrade.sh b/apps/astrbot/4.0.0/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/upgrade.sh rename to apps/astrbot/4.0.0/scripts/upgrade.sh diff --git a/apps/bark/2.2.5/data.yml b/apps/bark/2.2.6/data.yml similarity index 100% rename from apps/bark/2.2.5/data.yml rename to apps/bark/2.2.6/data.yml diff --git a/apps/bark/2.2.5/docker-compose.yml b/apps/bark/2.2.6/docker-compose.yml similarity index 94% rename from apps/bark/2.2.5/docker-compose.yml rename to apps/bark/2.2.6/docker-compose.yml index 8a751bac9..490a0d2d8 100644 --- a/apps/bark/2.2.5/docker-compose.yml +++ b/apps/bark/2.2.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: bark: - image: finab/bark-server:v2.2.5 + image: finab/bark-server:v2.2.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/bark/2.2.5/envs/default.env b/apps/bark/2.2.6/envs/default.env similarity index 100% rename from apps/bark/2.2.5/envs/default.env rename to apps/bark/2.2.6/envs/default.env diff --git a/apps/bark/2.2.5/envs/global.env b/apps/bark/2.2.6/envs/global.env similarity index 100% rename from apps/bark/2.2.5/envs/global.env rename to apps/bark/2.2.6/envs/global.env diff --git a/apps/bark/2.2.5/scripts/init.sh b/apps/bark/2.2.6/scripts/init.sh similarity index 100% rename from apps/bark/2.2.5/scripts/init.sh rename to apps/bark/2.2.6/scripts/init.sh diff --git a/apps/bark/2.2.5/scripts/uninstall.sh b/apps/bark/2.2.6/scripts/uninstall.sh similarity index 100% rename from apps/bark/2.2.5/scripts/uninstall.sh rename to apps/bark/2.2.6/scripts/uninstall.sh diff --git a/apps/bark/2.2.5/scripts/upgrade.sh b/apps/bark/2.2.6/scripts/upgrade.sh similarity index 100% rename from apps/bark/2.2.5/scripts/upgrade.sh rename to apps/bark/2.2.6/scripts/upgrade.sh diff --git a/apps/beszel-agent/0.12.6/data.yml b/apps/beszel-agent/0.12.7/data.yml similarity index 100% rename from apps/beszel-agent/0.12.6/data.yml rename to apps/beszel-agent/0.12.7/data.yml diff --git a/apps/beszel-agent/0.12.6/docker-compose.yml b/apps/beszel-agent/0.12.7/docker-compose.yml similarity index 93% rename from apps/beszel-agent/0.12.6/docker-compose.yml rename to apps/beszel-agent/0.12.7/docker-compose.yml index 3833ba5ee..ec1a6fa3b 100644 --- a/apps/beszel-agent/0.12.6/docker-compose.yml +++ b/apps/beszel-agent/0.12.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: beszel-agent: - image: henrygd/beszel-agent:0.12.6 + image: henrygd/beszel-agent:0.12.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/beszel-agent/0.12.6/envs/default.env b/apps/beszel-agent/0.12.7/envs/default.env similarity index 100% rename from apps/beszel-agent/0.12.6/envs/default.env rename to apps/beszel-agent/0.12.7/envs/default.env diff --git a/apps/beszel-agent/0.12.6/envs/global.env b/apps/beszel-agent/0.12.7/envs/global.env similarity index 100% rename from apps/beszel-agent/0.12.6/envs/global.env rename to apps/beszel-agent/0.12.7/envs/global.env diff --git a/apps/beszel-agent/0.12.6/scripts/init.sh b/apps/beszel-agent/0.12.7/scripts/init.sh similarity index 100% rename from apps/beszel-agent/0.12.6/scripts/init.sh rename to apps/beszel-agent/0.12.7/scripts/init.sh diff --git a/apps/beszel-agent/0.12.6/scripts/uninstall.sh b/apps/beszel-agent/0.12.7/scripts/uninstall.sh similarity index 100% rename from apps/beszel-agent/0.12.6/scripts/uninstall.sh rename to apps/beszel-agent/0.12.7/scripts/uninstall.sh diff --git a/apps/beszel-agent/0.12.6/scripts/upgrade.sh b/apps/beszel-agent/0.12.7/scripts/upgrade.sh similarity index 100% rename from apps/beszel-agent/0.12.6/scripts/upgrade.sh rename to apps/beszel-agent/0.12.7/scripts/upgrade.sh diff --git a/apps/beszel/0.12.6/data.yml b/apps/beszel/0.12.7/data.yml similarity index 100% rename from apps/beszel/0.12.6/data.yml rename to apps/beszel/0.12.7/data.yml diff --git a/apps/beszel/0.12.6/docker-compose.yml b/apps/beszel/0.12.7/docker-compose.yml similarity index 93% rename from apps/beszel/0.12.6/docker-compose.yml rename to apps/beszel/0.12.7/docker-compose.yml index 35f1a3765..e18656c79 100644 --- a/apps/beszel/0.12.6/docker-compose.yml +++ b/apps/beszel/0.12.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: beszel: - image: henrygd/beszel:0.12.6 + image: henrygd/beszel:0.12.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/beszel/0.12.6/envs/default.env b/apps/beszel/0.12.7/envs/default.env similarity index 100% rename from apps/beszel/0.12.6/envs/default.env rename to apps/beszel/0.12.7/envs/default.env diff --git a/apps/beszel/0.12.6/envs/global.env b/apps/beszel/0.12.7/envs/global.env similarity index 100% rename from apps/beszel/0.12.6/envs/global.env rename to apps/beszel/0.12.7/envs/global.env diff --git a/apps/beszel/0.12.6/scripts/init.sh b/apps/beszel/0.12.7/scripts/init.sh similarity index 100% rename from apps/beszel/0.12.6/scripts/init.sh rename to apps/beszel/0.12.7/scripts/init.sh diff --git a/apps/beszel/0.12.6/scripts/uninstall.sh b/apps/beszel/0.12.7/scripts/uninstall.sh similarity index 100% rename from apps/beszel/0.12.6/scripts/uninstall.sh rename to apps/beszel/0.12.7/scripts/uninstall.sh diff --git a/apps/beszel/0.12.6/scripts/upgrade.sh b/apps/beszel/0.12.7/scripts/upgrade.sh similarity index 100% rename from apps/beszel/0.12.6/scripts/upgrade.sh rename to apps/beszel/0.12.7/scripts/upgrade.sh diff --git a/apps/bonita/0.11.0/data.yml b/apps/bonita/0.14.0/data.yml similarity index 100% rename from apps/bonita/0.11.0/data.yml rename to apps/bonita/0.14.0/data.yml diff --git a/apps/bonita/0.11.0/docker-compose.yml b/apps/bonita/0.14.0/docker-compose.yml similarity index 94% rename from apps/bonita/0.11.0/docker-compose.yml rename to apps/bonita/0.14.0/docker-compose.yml index 46f7f4d1d..8cc1ba2ff 100644 --- a/apps/bonita/0.11.0/docker-compose.yml +++ b/apps/bonita/0.14.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: bonita: - image: suwmlee/bonita:0.11.0 + image: suwmlee/bonita:0.14.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/bonita/0.11.0/envs/default.env b/apps/bonita/0.14.0/envs/default.env similarity index 100% rename from apps/bonita/0.11.0/envs/default.env rename to apps/bonita/0.14.0/envs/default.env diff --git a/apps/bonita/0.11.0/envs/global.env b/apps/bonita/0.14.0/envs/global.env similarity index 100% rename from apps/bonita/0.11.0/envs/global.env rename to apps/bonita/0.14.0/envs/global.env diff --git a/apps/bonita/0.11.0/scripts/init.sh b/apps/bonita/0.14.0/scripts/init.sh similarity index 100% rename from apps/bonita/0.11.0/scripts/init.sh rename to apps/bonita/0.14.0/scripts/init.sh diff --git a/apps/bonita/0.11.0/scripts/uninstall.sh b/apps/bonita/0.14.0/scripts/uninstall.sh similarity index 100% rename from apps/bonita/0.11.0/scripts/uninstall.sh rename to apps/bonita/0.14.0/scripts/uninstall.sh diff --git a/apps/bonita/0.11.0/scripts/upgrade.sh b/apps/bonita/0.14.0/scripts/upgrade.sh similarity index 100% rename from apps/bonita/0.11.0/scripts/upgrade.sh rename to apps/bonita/0.14.0/scripts/upgrade.sh diff --git a/apps/byte-muse/1.18.4/data.yml b/apps/byte-muse/1.18.6/data.yml similarity index 100% rename from apps/byte-muse/1.18.4/data.yml rename to apps/byte-muse/1.18.6/data.yml diff --git a/apps/byte-muse/1.18.4/docker-compose.yml b/apps/byte-muse/1.18.6/docker-compose.yml similarity index 95% rename from apps/byte-muse/1.18.4/docker-compose.yml rename to apps/byte-muse/1.18.6/docker-compose.yml index 336848aa7..f01434a87 100644 --- a/apps/byte-muse/1.18.4/docker-compose.yml +++ b/apps/byte-muse/1.18.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.18.4 + image: envyafish/byte-muse:1.18.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/byte-muse/1.18.4/envs/default.env b/apps/byte-muse/1.18.6/envs/default.env similarity index 100% rename from apps/byte-muse/1.18.4/envs/default.env rename to apps/byte-muse/1.18.6/envs/default.env diff --git a/apps/byte-muse/1.18.4/envs/global.env b/apps/byte-muse/1.18.6/envs/global.env similarity index 100% rename from apps/byte-muse/1.18.4/envs/global.env rename to apps/byte-muse/1.18.6/envs/global.env diff --git a/apps/byte-muse/1.18.4/scripts/init.sh b/apps/byte-muse/1.18.6/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.18.4/scripts/init.sh rename to apps/byte-muse/1.18.6/scripts/init.sh diff --git a/apps/byte-muse/1.18.4/scripts/uninstall.sh b/apps/byte-muse/1.18.6/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.18.4/scripts/uninstall.sh rename to apps/byte-muse/1.18.6/scripts/uninstall.sh diff --git a/apps/byte-muse/1.18.4/scripts/upgrade.sh b/apps/byte-muse/1.18.6/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.18.4/scripts/upgrade.sh rename to apps/byte-muse/1.18.6/scripts/upgrade.sh diff --git a/apps/casdoor/2.48.0/config/init_data.json b/apps/casdoor/2.55.0/config/init_data.json similarity index 100% rename from apps/casdoor/2.48.0/config/init_data.json rename to apps/casdoor/2.55.0/config/init_data.json diff --git a/apps/casdoor/2.48.0/data.yml b/apps/casdoor/2.55.0/data.yml similarity index 100% rename from apps/casdoor/2.48.0/data.yml rename to apps/casdoor/2.55.0/data.yml diff --git a/apps/casdoor/2.48.0/docker-compose.yml b/apps/casdoor/2.55.0/docker-compose.yml similarity index 94% rename from apps/casdoor/2.48.0/docker-compose.yml rename to apps/casdoor/2.55.0/docker-compose.yml index 6f6b7f76d..64acbcee0 100644 --- a/apps/casdoor/2.48.0/docker-compose.yml +++ b/apps/casdoor/2.55.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v2.48.0 + image: casbin/casdoor:v2.55.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/casdoor/2.48.0/envs/casdoor.env b/apps/casdoor/2.55.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/2.48.0/envs/casdoor.env rename to apps/casdoor/2.55.0/envs/casdoor.env diff --git a/apps/casdoor/2.48.0/envs/default.env b/apps/casdoor/2.55.0/envs/default.env similarity index 100% rename from apps/casdoor/2.48.0/envs/default.env rename to apps/casdoor/2.55.0/envs/default.env diff --git a/apps/casdoor/2.48.0/envs/global.env b/apps/casdoor/2.55.0/envs/global.env similarity index 100% rename from apps/casdoor/2.48.0/envs/global.env rename to apps/casdoor/2.55.0/envs/global.env diff --git a/apps/casdoor/2.48.0/scripts/init.sh b/apps/casdoor/2.55.0/scripts/init.sh similarity index 100% rename from apps/casdoor/2.48.0/scripts/init.sh rename to apps/casdoor/2.55.0/scripts/init.sh diff --git a/apps/casdoor/2.48.0/scripts/uninstall.sh b/apps/casdoor/2.55.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/2.48.0/scripts/uninstall.sh rename to apps/casdoor/2.55.0/scripts/uninstall.sh diff --git a/apps/casdoor/2.48.0/scripts/upgrade.sh b/apps/casdoor/2.55.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/2.48.0/scripts/upgrade.sh rename to apps/casdoor/2.55.0/scripts/upgrade.sh diff --git a/apps/cloudsaver/0.6.1/config/env.example b/apps/cloudsaver/0.6.2/config/env.example similarity index 100% rename from apps/cloudsaver/0.6.1/config/env.example rename to apps/cloudsaver/0.6.2/config/env.example diff --git a/apps/cloudsaver/0.6.1/data.yml b/apps/cloudsaver/0.6.2/data.yml similarity index 100% rename from apps/cloudsaver/0.6.1/data.yml rename to apps/cloudsaver/0.6.2/data.yml diff --git a/apps/cloudsaver/0.6.1/docker-compose.yml b/apps/cloudsaver/0.6.2/docker-compose.yml similarity index 95% rename from apps/cloudsaver/0.6.1/docker-compose.yml rename to apps/cloudsaver/0.6.2/docker-compose.yml index 0c3156c4d..fa4934661 100644 --- a/apps/cloudsaver/0.6.1/docker-compose.yml +++ b/apps/cloudsaver/0.6.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: cloudsaver: - image: jiangrui1994/cloudsaver:0.6.1 + image: jiangrui1994/cloudsaver:0.6.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/cloudsaver/0.6.1/envs/default.env b/apps/cloudsaver/0.6.2/envs/default.env similarity index 100% rename from apps/cloudsaver/0.6.1/envs/default.env rename to apps/cloudsaver/0.6.2/envs/default.env diff --git a/apps/cloudsaver/0.6.1/envs/global.env b/apps/cloudsaver/0.6.2/envs/global.env similarity index 100% rename from apps/cloudsaver/0.6.1/envs/global.env rename to apps/cloudsaver/0.6.2/envs/global.env diff --git a/apps/cloudsaver/0.6.1/scripts/init.sh b/apps/cloudsaver/0.6.2/scripts/init.sh similarity index 100% rename from apps/cloudsaver/0.6.1/scripts/init.sh rename to apps/cloudsaver/0.6.2/scripts/init.sh diff --git a/apps/cloudsaver/0.6.1/scripts/uninstall.sh b/apps/cloudsaver/0.6.2/scripts/uninstall.sh similarity index 100% rename from apps/cloudsaver/0.6.1/scripts/uninstall.sh rename to apps/cloudsaver/0.6.2/scripts/uninstall.sh diff --git a/apps/cloudsaver/0.6.1/scripts/upgrade.sh b/apps/cloudsaver/0.6.2/scripts/upgrade.sh similarity index 100% rename from apps/cloudsaver/0.6.1/scripts/upgrade.sh rename to apps/cloudsaver/0.6.2/scripts/upgrade.sh diff --git a/apps/dozzle/8.13.12/data.yml b/apps/dozzle/8.13.13/data.yml similarity index 100% rename from apps/dozzle/8.13.12/data.yml rename to apps/dozzle/8.13.13/data.yml diff --git a/apps/dozzle/8.13.12/docker-compose.yml b/apps/dozzle/8.13.13/docker-compose.yml similarity index 95% rename from apps/dozzle/8.13.12/docker-compose.yml rename to apps/dozzle/8.13.13/docker-compose.yml index 7192632d1..e347ed0f0 100644 --- a/apps/dozzle/8.13.12/docker-compose.yml +++ b/apps/dozzle/8.13.13/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v8.13.12 + image: amir20/dozzle:v8.13.13 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dozzle/8.13.12/envs/default.env b/apps/dozzle/8.13.13/envs/default.env similarity index 100% rename from apps/dozzle/8.13.12/envs/default.env rename to apps/dozzle/8.13.13/envs/default.env diff --git a/apps/dozzle/8.13.12/envs/global.env b/apps/dozzle/8.13.13/envs/global.env similarity index 100% rename from apps/dozzle/8.13.12/envs/global.env rename to apps/dozzle/8.13.13/envs/global.env diff --git a/apps/dozzle/8.13.12/scripts/init.sh b/apps/dozzle/8.13.13/scripts/init.sh similarity index 100% rename from apps/dozzle/8.13.12/scripts/init.sh rename to apps/dozzle/8.13.13/scripts/init.sh diff --git a/apps/dozzle/8.13.12/scripts/uninstall.sh b/apps/dozzle/8.13.13/scripts/uninstall.sh similarity index 100% rename from apps/dozzle/8.13.12/scripts/uninstall.sh rename to apps/dozzle/8.13.13/scripts/uninstall.sh diff --git a/apps/dozzle/8.13.12/scripts/upgrade.sh b/apps/dozzle/8.13.13/scripts/upgrade.sh similarity index 100% rename from apps/dozzle/8.13.12/scripts/upgrade.sh rename to apps/dozzle/8.13.13/scripts/upgrade.sh diff --git a/apps/element-web/1.11.110/conf/config.sample.json b/apps/element-web/1.11.111/conf/config.sample.json similarity index 100% rename from apps/element-web/1.11.110/conf/config.sample.json rename to apps/element-web/1.11.111/conf/config.sample.json diff --git a/apps/element-web/1.11.110/data.yml b/apps/element-web/1.11.111/data.yml similarity index 100% rename from apps/element-web/1.11.110/data.yml rename to apps/element-web/1.11.111/data.yml diff --git a/apps/element-web/1.11.110/docker-compose.yml b/apps/element-web/1.11.111/docker-compose.yml similarity index 91% rename from apps/element-web/1.11.110/docker-compose.yml rename to apps/element-web/1.11.111/docker-compose.yml index b3d508eab..bbadf427e 100644 --- a/apps/element-web/1.11.110/docker-compose.yml +++ b/apps/element-web/1.11.111/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: element-web: - image: vectorim/element-web:v1.11.110 + image: vectorim/element-web:v1.11.111 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/element-web/1.11.110/envs/default.env b/apps/element-web/1.11.111/envs/default.env similarity index 100% rename from apps/element-web/1.11.110/envs/default.env rename to apps/element-web/1.11.111/envs/default.env diff --git a/apps/element-web/1.11.110/envs/global.env b/apps/element-web/1.11.111/envs/global.env similarity index 100% rename from apps/element-web/1.11.110/envs/global.env rename to apps/element-web/1.11.111/envs/global.env diff --git a/apps/element-web/1.11.110/scripts/init.sh b/apps/element-web/1.11.111/scripts/init.sh similarity index 100% rename from apps/element-web/1.11.110/scripts/init.sh rename to apps/element-web/1.11.111/scripts/init.sh diff --git a/apps/element-web/1.11.110/scripts/uninstall.sh b/apps/element-web/1.11.111/scripts/uninstall.sh similarity index 100% rename from apps/element-web/1.11.110/scripts/uninstall.sh rename to apps/element-web/1.11.111/scripts/uninstall.sh diff --git a/apps/element-web/1.11.110/scripts/upgrade.sh b/apps/element-web/1.11.111/scripts/upgrade.sh similarity index 100% rename from apps/element-web/1.11.110/scripts/upgrade.sh rename to apps/element-web/1.11.111/scripts/upgrade.sh diff --git a/apps/emby/4.9.1.25/data.yml b/apps/emby/4.9.1.28/data.yml similarity index 100% rename from apps/emby/4.9.1.25/data.yml rename to apps/emby/4.9.1.28/data.yml diff --git a/apps/emby/4.9.1.25/docker-compose.yml b/apps/emby/4.9.1.28/docker-compose.yml similarity index 97% rename from apps/emby/4.9.1.25/docker-compose.yml rename to apps/emby/4.9.1.28/docker-compose.yml index 53d86790d..79b77bf43 100644 --- a/apps/emby/4.9.1.25/docker-compose.yml +++ b/apps/emby/4.9.1.28/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: emby: - image: emby/embyserver:4.9.1.25 + image: emby/embyserver:4.9.1.28 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/emby/4.9.1.25/envs/default.env b/apps/emby/4.9.1.28/envs/default.env similarity index 100% rename from apps/emby/4.9.1.25/envs/default.env rename to apps/emby/4.9.1.28/envs/default.env diff --git a/apps/emby/4.9.1.25/envs/global.env b/apps/emby/4.9.1.28/envs/global.env similarity index 100% rename from apps/emby/4.9.1.25/envs/global.env rename to apps/emby/4.9.1.28/envs/global.env diff --git a/apps/emby/4.9.1.25/scripts/init.sh b/apps/emby/4.9.1.28/scripts/init.sh similarity index 100% rename from apps/emby/4.9.1.25/scripts/init.sh rename to apps/emby/4.9.1.28/scripts/init.sh diff --git a/apps/emby/4.9.1.25/scripts/uninstall.sh b/apps/emby/4.9.1.28/scripts/uninstall.sh similarity index 100% rename from apps/emby/4.9.1.25/scripts/uninstall.sh rename to apps/emby/4.9.1.28/scripts/uninstall.sh diff --git a/apps/emby/4.9.1.25/scripts/upgrade.sh b/apps/emby/4.9.1.28/scripts/upgrade.sh similarity index 100% rename from apps/emby/4.9.1.25/scripts/upgrade.sh rename to apps/emby/4.9.1.28/scripts/upgrade.sh diff --git a/apps/ghost/6.0.6/data.yml b/apps/ghost/6.0.7/data.yml similarity index 100% rename from apps/ghost/6.0.6/data.yml rename to apps/ghost/6.0.7/data.yml diff --git a/apps/ghost/6.0.6/docker-compose.yml b/apps/ghost/6.0.7/docker-compose.yml similarity index 96% rename from apps/ghost/6.0.6/docker-compose.yml rename to apps/ghost/6.0.7/docker-compose.yml index 6749c47c6..9acae6060 100644 --- a/apps/ghost/6.0.6/docker-compose.yml +++ b/apps/ghost/6.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.0.6 + image: ghost:6.0.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.0.6/envs/default.env b/apps/ghost/6.0.7/envs/default.env similarity index 100% rename from apps/ghost/6.0.6/envs/default.env rename to apps/ghost/6.0.7/envs/default.env diff --git a/apps/ghost/6.0.6/envs/global.env b/apps/ghost/6.0.7/envs/global.env similarity index 100% rename from apps/ghost/6.0.6/envs/global.env rename to apps/ghost/6.0.7/envs/global.env diff --git a/apps/ghost/6.0.6/scripts/init.sh b/apps/ghost/6.0.7/scripts/init.sh similarity index 100% rename from apps/ghost/6.0.6/scripts/init.sh rename to apps/ghost/6.0.7/scripts/init.sh diff --git a/apps/ghost/6.0.6/scripts/uninstall.sh b/apps/ghost/6.0.7/scripts/uninstall.sh similarity index 100% rename from apps/ghost/6.0.6/scripts/uninstall.sh rename to apps/ghost/6.0.7/scripts/uninstall.sh diff --git a/apps/ghost/6.0.6/scripts/upgrade.sh b/apps/ghost/6.0.7/scripts/upgrade.sh similarity index 100% rename from apps/ghost/6.0.6/scripts/upgrade.sh rename to apps/ghost/6.0.7/scripts/upgrade.sh diff --git a/apps/gitea/1.24.5/config/app.example.ini b/apps/gitea/1.24.6/config/app.example.ini similarity index 100% rename from apps/gitea/1.24.5/config/app.example.ini rename to apps/gitea/1.24.6/config/app.example.ini diff --git a/apps/gitea/1.24.5/data.yml b/apps/gitea/1.24.6/data.yml similarity index 100% rename from apps/gitea/1.24.5/data.yml rename to apps/gitea/1.24.6/data.yml diff --git a/apps/gitea/1.24.5/docker-compose.yml b/apps/gitea/1.24.6/docker-compose.yml similarity index 97% rename from apps/gitea/1.24.5/docker-compose.yml rename to apps/gitea/1.24.6/docker-compose.yml index 76d5f24fa..d385f2465 100644 --- a/apps/gitea/1.24.5/docker-compose.yml +++ b/apps/gitea/1.24.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: gitea: - image: gitea/gitea:1.24.5 + image: gitea/gitea:1.24.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/gitea/1.24.5/envs/default.env b/apps/gitea/1.24.6/envs/default.env similarity index 100% rename from apps/gitea/1.24.5/envs/default.env rename to apps/gitea/1.24.6/envs/default.env diff --git a/apps/gitea/1.24.5/envs/gitea.env b/apps/gitea/1.24.6/envs/gitea.env similarity index 100% rename from apps/gitea/1.24.5/envs/gitea.env rename to apps/gitea/1.24.6/envs/gitea.env diff --git a/apps/gitea/1.24.5/envs/global.env b/apps/gitea/1.24.6/envs/global.env similarity index 100% rename from apps/gitea/1.24.5/envs/global.env rename to apps/gitea/1.24.6/envs/global.env diff --git a/apps/gitea/1.24.5/scripts/init.sh b/apps/gitea/1.24.6/scripts/init.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/init.sh rename to apps/gitea/1.24.6/scripts/init.sh diff --git a/apps/gitea/1.24.5/scripts/uninstall.sh b/apps/gitea/1.24.6/scripts/uninstall.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/uninstall.sh rename to apps/gitea/1.24.6/scripts/uninstall.sh diff --git a/apps/gitea/1.24.5/scripts/upgrade.sh b/apps/gitea/1.24.6/scripts/upgrade.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/upgrade.sh rename to apps/gitea/1.24.6/scripts/upgrade.sh diff --git a/apps/halo-h2/2.21.7/data.yml b/apps/halo-h2/2.21.8/data.yml similarity index 100% rename from apps/halo-h2/2.21.7/data.yml rename to apps/halo-h2/2.21.8/data.yml diff --git a/apps/halo-h2/2.21.7/docker-compose.yml b/apps/halo-h2/2.21.8/docker-compose.yml similarity index 93% rename from apps/halo-h2/2.21.7/docker-compose.yml rename to apps/halo-h2/2.21.8/docker-compose.yml index 1f3b501b5..55cbcabcd 100644 --- a/apps/halo-h2/2.21.7/docker-compose.yml +++ b/apps/halo-h2/2.21.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo-h2/2.21.7/envs/default.env b/apps/halo-h2/2.21.8/envs/default.env similarity index 100% rename from apps/halo-h2/2.21.7/envs/default.env rename to apps/halo-h2/2.21.8/envs/default.env diff --git a/apps/halo-h2/2.21.7/envs/global.env b/apps/halo-h2/2.21.8/envs/global.env similarity index 100% rename from apps/halo-h2/2.21.7/envs/global.env rename to apps/halo-h2/2.21.8/envs/global.env diff --git a/apps/halo-h2/2.21.7/scripts/init.sh b/apps/halo-h2/2.21.8/scripts/init.sh similarity index 100% rename from apps/halo-h2/2.21.7/scripts/init.sh rename to apps/halo-h2/2.21.8/scripts/init.sh diff --git a/apps/halo-h2/2.21.7/scripts/uninstall.sh b/apps/halo-h2/2.21.8/scripts/uninstall.sh similarity index 100% rename from apps/halo-h2/2.21.7/scripts/uninstall.sh rename to apps/halo-h2/2.21.8/scripts/uninstall.sh diff --git a/apps/halo-h2/2.21.7/scripts/upgrade.sh b/apps/halo-h2/2.21.8/scripts/upgrade.sh similarity index 100% rename from apps/halo-h2/2.21.7/scripts/upgrade.sh rename to apps/halo-h2/2.21.8/scripts/upgrade.sh diff --git a/apps/halo/2.21.7/data.yml b/apps/halo/2.21.8/data.yml similarity index 100% rename from apps/halo/2.21.7/data.yml rename to apps/halo/2.21.8/data.yml diff --git a/apps/halo/2.21.7/docker-compose.yml b/apps/halo/2.21.8/docker-compose.yml similarity index 95% rename from apps/halo/2.21.7/docker-compose.yml rename to apps/halo/2.21.8/docker-compose.yml index 743271669..72fa33b17 100644 --- a/apps/halo/2.21.7/docker-compose.yml +++ b/apps/halo/2.21.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo/2.21.7/envs/default.env b/apps/halo/2.21.8/envs/default.env similarity index 100% rename from apps/halo/2.21.7/envs/default.env rename to apps/halo/2.21.8/envs/default.env diff --git a/apps/halo/2.21.7/envs/global.env b/apps/halo/2.21.8/envs/global.env similarity index 100% rename from apps/halo/2.21.7/envs/global.env rename to apps/halo/2.21.8/envs/global.env diff --git a/apps/halo/2.21.7/scripts/init.sh b/apps/halo/2.21.8/scripts/init.sh similarity index 100% rename from apps/halo/2.21.7/scripts/init.sh rename to apps/halo/2.21.8/scripts/init.sh diff --git a/apps/halo/2.21.7/scripts/uninstall.sh b/apps/halo/2.21.8/scripts/uninstall.sh similarity index 100% rename from apps/halo/2.21.7/scripts/uninstall.sh rename to apps/halo/2.21.8/scripts/uninstall.sh diff --git a/apps/halo/2.21.7/scripts/upgrade.sh b/apps/halo/2.21.8/scripts/upgrade.sh similarity index 100% rename from apps/halo/2.21.7/scripts/upgrade.sh rename to apps/halo/2.21.8/scripts/upgrade.sh diff --git a/apps/homarr/1.35.1/data.yml b/apps/homarr/1.36.1/data.yml similarity index 100% rename from apps/homarr/1.35.1/data.yml rename to apps/homarr/1.36.1/data.yml diff --git a/apps/homarr/1.35.1/docker-compose.yml b/apps/homarr/1.36.1/docker-compose.yml similarity index 91% rename from apps/homarr/1.35.1/docker-compose.yml rename to apps/homarr/1.36.1/docker-compose.yml index 580b20ed8..0cd30df88 100644 --- a/apps/homarr/1.35.1/docker-compose.yml +++ b/apps/homarr/1.36.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: homarr: - image: ghcr.io/homarr-labs/homarr:v1.35.1 + image: ghcr.io/homarr-labs/homarr:v1.36.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/homarr/1.35.1/envs/default.env b/apps/homarr/1.36.1/envs/default.env similarity index 100% rename from apps/homarr/1.35.1/envs/default.env rename to apps/homarr/1.36.1/envs/default.env diff --git a/apps/homarr/1.35.1/envs/global.env b/apps/homarr/1.36.1/envs/global.env similarity index 100% rename from apps/homarr/1.35.1/envs/global.env rename to apps/homarr/1.36.1/envs/global.env diff --git a/apps/homarr/1.35.1/scripts/init.sh b/apps/homarr/1.36.1/scripts/init.sh similarity index 100% rename from apps/homarr/1.35.1/scripts/init.sh rename to apps/homarr/1.36.1/scripts/init.sh diff --git a/apps/homarr/1.35.1/scripts/uninstall.sh b/apps/homarr/1.36.1/scripts/uninstall.sh similarity index 100% rename from apps/homarr/1.35.1/scripts/uninstall.sh rename to apps/homarr/1.36.1/scripts/uninstall.sh diff --git a/apps/homarr/1.35.1/scripts/upgrade.sh b/apps/homarr/1.36.1/scripts/upgrade.sh similarity index 100% rename from apps/homarr/1.35.1/scripts/upgrade.sh rename to apps/homarr/1.36.1/scripts/upgrade.sh diff --git a/apps/immich-machine-learning/1.140.1/data.yml b/apps/immich-machine-learning/1.141.1/data.yml similarity index 100% rename from apps/immich-machine-learning/1.140.1/data.yml rename to apps/immich-machine-learning/1.141.1/data.yml diff --git a/apps/immich-machine-learning/1.140.1/docker-compose.yml b/apps/immich-machine-learning/1.141.1/docker-compose.yml similarity index 93% rename from apps/immich-machine-learning/1.140.1/docker-compose.yml rename to apps/immich-machine-learning/1.141.1/docker-compose.yml index 5af9f88dc..e9d0d5cad 100644 --- a/apps/immich-machine-learning/1.140.1/docker-compose.yml +++ b/apps/immich-machine-learning/1.141.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.140.1/envs/default.env b/apps/immich-machine-learning/1.141.1/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.140.1/envs/default.env rename to apps/immich-machine-learning/1.141.1/envs/default.env diff --git a/apps/immich-machine-learning/1.140.1/envs/global.env b/apps/immich-machine-learning/1.141.1/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.140.1/envs/global.env rename to apps/immich-machine-learning/1.141.1/envs/global.env diff --git a/apps/immich-machine-learning/1.140.1/scripts/init.sh b/apps/immich-machine-learning/1.141.1/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.140.1/scripts/init.sh rename to apps/immich-machine-learning/1.141.1/scripts/init.sh diff --git a/apps/immich-machine-learning/1.140.1/scripts/uninstall.sh b/apps/immich-machine-learning/1.141.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.140.1/scripts/uninstall.sh rename to apps/immich-machine-learning/1.141.1/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.140.1/scripts/upgrade.sh b/apps/immich-machine-learning/1.141.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.140.1/scripts/upgrade.sh rename to apps/immich-machine-learning/1.141.1/scripts/upgrade.sh diff --git a/apps/immich-no-machine/1.140.0/data.yml b/apps/immich-no-machine/1.141.1/data.yml similarity index 100% rename from apps/immich-no-machine/1.140.0/data.yml rename to apps/immich-no-machine/1.141.1/data.yml diff --git a/apps/immich-no-machine/1.140.0/docker-compose.yml b/apps/immich-no-machine/1.141.1/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/1.140.0/docker-compose.yml rename to apps/immich-no-machine/1.141.1/docker-compose.yml index fe9ceedfb..77173bf9d 100644 --- a/apps/immich-no-machine/1.140.0/docker-compose.yml +++ b/apps/immich-no-machine/1.141.1/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/1.140.0/envs/default.env b/apps/immich-no-machine/1.141.1/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.140.0/envs/default.env rename to apps/immich-no-machine/1.141.1/envs/default.env diff --git a/apps/immich-no-machine/1.140.0/envs/global.env b/apps/immich-no-machine/1.141.1/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.140.0/envs/global.env rename to apps/immich-no-machine/1.141.1/envs/global.env diff --git a/apps/immich-no-machine/1.140.0/scripts/init.sh b/apps/immich-no-machine/1.141.1/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.140.0/scripts/init.sh rename to apps/immich-no-machine/1.141.1/scripts/init.sh diff --git a/apps/immich-no-machine/1.140.0/scripts/uninstall.sh b/apps/immich-no-machine/1.141.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.140.0/scripts/uninstall.sh rename to apps/immich-no-machine/1.141.1/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.140.0/scripts/upgrade.sh b/apps/immich-no-machine/1.141.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.140.0/scripts/upgrade.sh rename to apps/immich-no-machine/1.141.1/scripts/upgrade.sh diff --git a/apps/immich-server/1.140.0/data.yml b/apps/immich-server/1.141.1/data.yml similarity index 100% rename from apps/immich-server/1.140.0/data.yml rename to apps/immich-server/1.141.1/data.yml diff --git a/apps/immich-server/1.140.0/docker-compose.yml b/apps/immich-server/1.141.1/docker-compose.yml similarity index 94% rename from apps/immich-server/1.140.0/docker-compose.yml rename to apps/immich-server/1.141.1/docker-compose.yml index b96423477..7fd91bcea 100644 --- a/apps/immich-server/1.140.0/docker-compose.yml +++ b/apps/immich-server/1.141.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.140.0/envs/default.env b/apps/immich-server/1.141.1/envs/default.env similarity index 100% rename from apps/immich-server/1.140.0/envs/default.env rename to apps/immich-server/1.141.1/envs/default.env diff --git a/apps/immich-server/1.140.0/envs/global.env b/apps/immich-server/1.141.1/envs/global.env similarity index 100% rename from apps/immich-server/1.140.0/envs/global.env rename to apps/immich-server/1.141.1/envs/global.env diff --git a/apps/immich-server/1.140.0/scripts/init.sh b/apps/immich-server/1.141.1/scripts/init.sh similarity index 100% rename from apps/immich-server/1.140.0/scripts/init.sh rename to apps/immich-server/1.141.1/scripts/init.sh diff --git a/apps/immich-server/1.140.0/scripts/uninstall.sh b/apps/immich-server/1.141.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.140.0/scripts/uninstall.sh rename to apps/immich-server/1.141.1/scripts/uninstall.sh diff --git a/apps/immich-server/1.140.0/scripts/upgrade.sh b/apps/immich-server/1.141.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.140.0/scripts/upgrade.sh rename to apps/immich-server/1.141.1/scripts/upgrade.sh diff --git a/apps/immich/1.140.1/data.yml b/apps/immich/1.141.1/data.yml similarity index 100% rename from apps/immich/1.140.1/data.yml rename to apps/immich/1.141.1/data.yml diff --git a/apps/immich/1.140.1/docker-compose.yml b/apps/immich/1.141.1/docker-compose.yml similarity index 94% rename from apps/immich/1.140.1/docker-compose.yml rename to apps/immich/1.141.1/docker-compose.yml index 3b07cfbda..86566a313 100644 --- a/apps/immich/1.140.1/docker-compose.yml +++ b/apps/immich/1.141.1/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.140.1/envs/default.env b/apps/immich/1.141.1/envs/default.env similarity index 100% rename from apps/immich/1.140.1/envs/default.env rename to apps/immich/1.141.1/envs/default.env diff --git a/apps/immich/1.140.1/envs/global.env b/apps/immich/1.141.1/envs/global.env similarity index 100% rename from apps/immich/1.140.1/envs/global.env rename to apps/immich/1.141.1/envs/global.env diff --git a/apps/immich/1.140.1/scripts/init.sh b/apps/immich/1.141.1/scripts/init.sh similarity index 100% rename from apps/immich/1.140.1/scripts/init.sh rename to apps/immich/1.141.1/scripts/init.sh diff --git a/apps/immich/1.140.1/scripts/uninstall.sh b/apps/immich/1.141.1/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.140.1/scripts/uninstall.sh rename to apps/immich/1.141.1/scripts/uninstall.sh diff --git a/apps/immich/1.140.1/scripts/upgrade.sh b/apps/immich/1.141.1/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.140.1/scripts/upgrade.sh rename to apps/immich/1.141.1/scripts/upgrade.sh diff --git a/apps/komga/1.23.3/data.yml b/apps/komga/1.23.4/data.yml similarity index 100% rename from apps/komga/1.23.3/data.yml rename to apps/komga/1.23.4/data.yml diff --git a/apps/komga/1.23.3/docker-compose.yml b/apps/komga/1.23.4/docker-compose.yml similarity index 96% rename from apps/komga/1.23.3/docker-compose.yml rename to apps/komga/1.23.4/docker-compose.yml index 98bad3b3a..9db537980 100644 --- a/apps/komga/1.23.3/docker-compose.yml +++ b/apps/komga/1.23.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: komga: - image: gotson/komga:1.23.3 + image: gotson/komga:1.23.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/komga/1.23.3/envs/default.env b/apps/komga/1.23.4/envs/default.env similarity index 100% rename from apps/komga/1.23.3/envs/default.env rename to apps/komga/1.23.4/envs/default.env diff --git a/apps/komga/1.23.3/envs/global.env b/apps/komga/1.23.4/envs/global.env similarity index 100% rename from apps/komga/1.23.3/envs/global.env rename to apps/komga/1.23.4/envs/global.env diff --git a/apps/komga/1.23.3/scripts/init.sh b/apps/komga/1.23.4/scripts/init.sh similarity index 100% rename from apps/komga/1.23.3/scripts/init.sh rename to apps/komga/1.23.4/scripts/init.sh diff --git a/apps/komga/1.23.3/scripts/uninstall.sh b/apps/komga/1.23.4/scripts/uninstall.sh similarity index 100% rename from apps/komga/1.23.3/scripts/uninstall.sh rename to apps/komga/1.23.4/scripts/uninstall.sh diff --git a/apps/komga/1.23.3/scripts/upgrade.sh b/apps/komga/1.23.4/scripts/upgrade.sh similarity index 100% rename from apps/komga/1.23.3/scripts/upgrade.sh rename to apps/komga/1.23.4/scripts/upgrade.sh diff --git a/apps/maxkb/2.1.0/data.yml b/apps/maxkb/2.1.1/data.yml similarity index 100% rename from apps/maxkb/2.1.0/data.yml rename to apps/maxkb/2.1.1/data.yml diff --git a/apps/maxkb/2.1.0/docker-compose.yml b/apps/maxkb/2.1.1/docker-compose.yml similarity index 95% rename from apps/maxkb/2.1.0/docker-compose.yml rename to apps/maxkb/2.1.1/docker-compose.yml index 51f684ed9..8ec64d629 100644 --- a/apps/maxkb/2.1.0/docker-compose.yml +++ b/apps/maxkb/2.1.1/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: maxkb: - image: 1panel/maxkb:v2.1.0 + image: 1panel/maxkb:v2.1.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/maxkb/2.1.0/envs/default.env b/apps/maxkb/2.1.1/envs/default.env similarity index 100% rename from apps/maxkb/2.1.0/envs/default.env rename to apps/maxkb/2.1.1/envs/default.env diff --git a/apps/maxkb/2.1.0/envs/global.env b/apps/maxkb/2.1.1/envs/global.env similarity index 100% rename from apps/maxkb/2.1.0/envs/global.env rename to apps/maxkb/2.1.1/envs/global.env diff --git a/apps/maxkb/2.1.0/scripts/init.sh b/apps/maxkb/2.1.1/scripts/init.sh similarity index 100% rename from apps/maxkb/2.1.0/scripts/init.sh rename to apps/maxkb/2.1.1/scripts/init.sh diff --git a/apps/maxkb/2.1.0/scripts/uninstall.sh b/apps/maxkb/2.1.1/scripts/uninstall.sh similarity index 100% rename from apps/maxkb/2.1.0/scripts/uninstall.sh rename to apps/maxkb/2.1.1/scripts/uninstall.sh diff --git a/apps/maxkb/2.1.0/scripts/upgrade.sh b/apps/maxkb/2.1.1/scripts/upgrade.sh similarity index 100% rename from apps/maxkb/2.1.0/scripts/upgrade.sh rename to apps/maxkb/2.1.1/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.20.2/data.yml b/apps/mdc-ng/1.20.9/data.yml similarity index 100% rename from apps/mdc-ng/1.20.2/data.yml rename to apps/mdc-ng/1.20.9/data.yml diff --git a/apps/mdc-ng/1.20.2/docker-compose.yml b/apps/mdc-ng/1.20.9/docker-compose.yml similarity index 96% rename from apps/mdc-ng/1.20.2/docker-compose.yml rename to apps/mdc-ng/1.20.9/docker-compose.yml index 5f54fc5e7..5879c13bd 100644 --- a/apps/mdc-ng/1.20.2/docker-compose.yml +++ b/apps/mdc-ng/1.20.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mdc-ng: - image: mdcng/mdc:1.20.2 + image: mdcng/mdc:1.20.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mdc-ng/1.20.2/envs/default.env b/apps/mdc-ng/1.20.9/envs/default.env similarity index 100% rename from apps/mdc-ng/1.20.2/envs/default.env rename to apps/mdc-ng/1.20.9/envs/default.env diff --git a/apps/mdc-ng/1.20.2/envs/global.env b/apps/mdc-ng/1.20.9/envs/global.env similarity index 100% rename from apps/mdc-ng/1.20.2/envs/global.env rename to apps/mdc-ng/1.20.9/envs/global.env diff --git a/apps/mdc-ng/1.20.2/scripts/init.sh b/apps/mdc-ng/1.20.9/scripts/init.sh similarity index 100% rename from apps/mdc-ng/1.20.2/scripts/init.sh rename to apps/mdc-ng/1.20.9/scripts/init.sh diff --git a/apps/mdc-ng/1.20.2/scripts/uninstall.sh b/apps/mdc-ng/1.20.9/scripts/uninstall.sh similarity index 100% rename from apps/mdc-ng/1.20.2/scripts/uninstall.sh rename to apps/mdc-ng/1.20.9/scripts/uninstall.sh diff --git a/apps/mdc-ng/1.20.2/scripts/upgrade.sh b/apps/mdc-ng/1.20.9/scripts/upgrade.sh similarity index 100% rename from apps/mdc-ng/1.20.2/scripts/upgrade.sh rename to apps/mdc-ng/1.20.9/scripts/upgrade.sh diff --git a/apps/minio/2025-07-23/data.yml b/apps/minio/2025-09-07/data.yml similarity index 100% rename from apps/minio/2025-07-23/data.yml rename to apps/minio/2025-09-07/data.yml diff --git a/apps/minio/2025-07-23/docker-compose.yml b/apps/minio/2025-09-07/docker-compose.yml similarity index 94% rename from apps/minio/2025-07-23/docker-compose.yml rename to apps/minio/2025-09-07/docker-compose.yml index eb2bf8d13..2b6a2d9b3 100644 --- a/apps/minio/2025-07-23/docker-compose.yml +++ b/apps/minio/2025-09-07/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: minio: - image: minio/minio:RELEASE.2025-07-23T15-54-02Z + image: minio/minio:RELEASE.2025-09-07T16-13-09Z container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/minio/2025-07-23/envs/default.env b/apps/minio/2025-09-07/envs/default.env similarity index 100% rename from apps/minio/2025-07-23/envs/default.env rename to apps/minio/2025-09-07/envs/default.env diff --git a/apps/minio/2025-07-23/envs/global.env b/apps/minio/2025-09-07/envs/global.env similarity index 100% rename from apps/minio/2025-07-23/envs/global.env rename to apps/minio/2025-09-07/envs/global.env diff --git a/apps/minio/2025-07-23/scripts/init.sh b/apps/minio/2025-09-07/scripts/init.sh similarity index 100% rename from apps/minio/2025-07-23/scripts/init.sh rename to apps/minio/2025-09-07/scripts/init.sh diff --git a/apps/minio/2025-07-23/scripts/uninstall.sh b/apps/minio/2025-09-07/scripts/uninstall.sh similarity index 100% rename from apps/minio/2025-07-23/scripts/uninstall.sh rename to apps/minio/2025-09-07/scripts/uninstall.sh diff --git a/apps/minio/2025-07-23/scripts/upgrade.sh b/apps/minio/2025-09-07/scripts/upgrade.sh similarity index 100% rename from apps/minio/2025-07-23/scripts/upgrade.sh rename to apps/minio/2025-09-07/scripts/upgrade.sh diff --git a/apps/movie-pilot/2.7.8/data.yml b/apps/movie-pilot/2.7.9/data.yml similarity index 100% rename from apps/movie-pilot/2.7.8/data.yml rename to apps/movie-pilot/2.7.9/data.yml diff --git a/apps/movie-pilot/2.7.8/docker-compose.yml b/apps/movie-pilot/2.7.9/docker-compose.yml similarity index 97% rename from apps/movie-pilot/2.7.8/docker-compose.yml rename to apps/movie-pilot/2.7.9/docker-compose.yml index 9b4c586e1..51495acec 100644 --- a/apps/movie-pilot/2.7.8/docker-compose.yml +++ b/apps/movie-pilot/2.7.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: movie-pilot: - image: jxxghp/moviepilot:2.7.8 + image: jxxghp/moviepilot:2.7.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/movie-pilot/2.7.8/envs/default.env b/apps/movie-pilot/2.7.9/envs/default.env similarity index 100% rename from apps/movie-pilot/2.7.8/envs/default.env rename to apps/movie-pilot/2.7.9/envs/default.env diff --git a/apps/movie-pilot/2.7.8/envs/global.env b/apps/movie-pilot/2.7.9/envs/global.env similarity index 100% rename from apps/movie-pilot/2.7.8/envs/global.env rename to apps/movie-pilot/2.7.9/envs/global.env diff --git a/apps/movie-pilot/2.7.8/scripts/init.sh b/apps/movie-pilot/2.7.9/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.7.8/scripts/init.sh rename to apps/movie-pilot/2.7.9/scripts/init.sh diff --git a/apps/movie-pilot/2.7.8/scripts/uninstall.sh b/apps/movie-pilot/2.7.9/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.7.8/scripts/uninstall.sh rename to apps/movie-pilot/2.7.9/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.7.8/scripts/upgrade.sh b/apps/movie-pilot/2.7.9/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.7.8/scripts/upgrade.sh rename to apps/movie-pilot/2.7.9/scripts/upgrade.sh diff --git a/apps/n8n/1.110.1/data.yml b/apps/n8n/1.111.0/data.yml similarity index 100% rename from apps/n8n/1.110.1/data.yml rename to apps/n8n/1.111.0/data.yml diff --git a/apps/n8n/1.110.1/docker-compose.yml b/apps/n8n/1.111.0/docker-compose.yml similarity index 95% rename from apps/n8n/1.110.1/docker-compose.yml rename to apps/n8n/1.111.0/docker-compose.yml index 583aa2674..1676d7c80 100644 --- a/apps/n8n/1.110.1/docker-compose.yml +++ b/apps/n8n/1.111.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: n8nio/n8n:1.110.1 + image: n8nio/n8n:1.111.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/n8n/1.110.1/envs/default.env b/apps/n8n/1.111.0/envs/default.env similarity index 100% rename from apps/n8n/1.110.1/envs/default.env rename to apps/n8n/1.111.0/envs/default.env diff --git a/apps/n8n/1.110.1/envs/global.env b/apps/n8n/1.111.0/envs/global.env similarity index 100% rename from apps/n8n/1.110.1/envs/global.env rename to apps/n8n/1.111.0/envs/global.env diff --git a/apps/n8n/1.110.1/scripts/init.sh b/apps/n8n/1.111.0/scripts/init.sh similarity index 100% rename from apps/n8n/1.110.1/scripts/init.sh rename to apps/n8n/1.111.0/scripts/init.sh diff --git a/apps/n8n/1.110.1/scripts/uninstall.sh b/apps/n8n/1.111.0/scripts/uninstall.sh similarity index 100% rename from apps/n8n/1.110.1/scripts/uninstall.sh rename to apps/n8n/1.111.0/scripts/uninstall.sh diff --git a/apps/n8n/1.110.1/scripts/upgrade.sh b/apps/n8n/1.111.0/scripts/upgrade.sh similarity index 100% rename from apps/n8n/1.110.1/scripts/upgrade.sh rename to apps/n8n/1.111.0/scripts/upgrade.sh diff --git a/apps/nexus3/3.83.2/data.yml b/apps/nexus3/3.84.0/data.yml similarity index 100% rename from apps/nexus3/3.83.2/data.yml rename to apps/nexus3/3.84.0/data.yml diff --git a/apps/nexus3/3.83.2/docker-compose.yml b/apps/nexus3/3.84.0/docker-compose.yml similarity index 91% rename from apps/nexus3/3.83.2/docker-compose.yml rename to apps/nexus3/3.84.0/docker-compose.yml index e5326cf22..387cd631f 100644 --- a/apps/nexus3/3.83.2/docker-compose.yml +++ b/apps/nexus3/3.84.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nexus3: - image: sonatype/nexus3:3.83.2-alpine + image: sonatype/nexus3:3.84.0-alpine container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nexus3/3.83.2/envs/default.env b/apps/nexus3/3.84.0/envs/default.env similarity index 100% rename from apps/nexus3/3.83.2/envs/default.env rename to apps/nexus3/3.84.0/envs/default.env diff --git a/apps/nexus3/3.83.2/envs/global.env b/apps/nexus3/3.84.0/envs/global.env similarity index 100% rename from apps/nexus3/3.83.2/envs/global.env rename to apps/nexus3/3.84.0/envs/global.env diff --git a/apps/nexus3/3.83.2/scripts/init.sh b/apps/nexus3/3.84.0/scripts/init.sh similarity index 100% rename from apps/nexus3/3.83.2/scripts/init.sh rename to apps/nexus3/3.84.0/scripts/init.sh diff --git a/apps/nexus3/3.83.2/scripts/uninstall.sh b/apps/nexus3/3.84.0/scripts/uninstall.sh similarity index 100% rename from apps/nexus3/3.83.2/scripts/uninstall.sh rename to apps/nexus3/3.84.0/scripts/uninstall.sh diff --git a/apps/nexus3/3.83.2/scripts/upgrade.sh b/apps/nexus3/3.84.0/scripts/upgrade.sh similarity index 100% rename from apps/nexus3/3.83.2/scripts/upgrade.sh rename to apps/nexus3/3.84.0/scripts/upgrade.sh diff --git a/apps/onedev/12.0.8/data.yml b/apps/onedev/12.0.10/data.yml similarity index 100% rename from apps/onedev/12.0.8/data.yml rename to apps/onedev/12.0.10/data.yml diff --git a/apps/onedev/12.0.8/docker-compose.yml b/apps/onedev/12.0.10/docker-compose.yml similarity index 96% rename from apps/onedev/12.0.8/docker-compose.yml rename to apps/onedev/12.0.10/docker-compose.yml index d3c9a4a9b..e715d7068 100644 --- a/apps/onedev/12.0.8/docker-compose.yml +++ b/apps/onedev/12.0.10/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:12.0.8 + image: 1dev/server:12.0.10 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/onedev/12.0.8/envs/default.env b/apps/onedev/12.0.10/envs/default.env similarity index 100% rename from apps/onedev/12.0.8/envs/default.env rename to apps/onedev/12.0.10/envs/default.env diff --git a/apps/onedev/12.0.8/envs/global.env b/apps/onedev/12.0.10/envs/global.env similarity index 100% rename from apps/onedev/12.0.8/envs/global.env rename to apps/onedev/12.0.10/envs/global.env diff --git a/apps/onedev/12.0.8/envs/onedev.env b/apps/onedev/12.0.10/envs/onedev.env similarity index 100% rename from apps/onedev/12.0.8/envs/onedev.env rename to apps/onedev/12.0.10/envs/onedev.env diff --git a/apps/onedev/12.0.8/scripts/init.sh b/apps/onedev/12.0.10/scripts/init.sh similarity index 100% rename from apps/onedev/12.0.8/scripts/init.sh rename to apps/onedev/12.0.10/scripts/init.sh diff --git a/apps/onedev/12.0.8/scripts/uninstall.sh b/apps/onedev/12.0.10/scripts/uninstall.sh similarity index 100% rename from apps/onedev/12.0.8/scripts/uninstall.sh rename to apps/onedev/12.0.10/scripts/uninstall.sh diff --git a/apps/onedev/12.0.8/scripts/upgrade.sh b/apps/onedev/12.0.10/scripts/upgrade.sh similarity index 100% rename from apps/onedev/12.0.8/scripts/upgrade.sh rename to apps/onedev/12.0.10/scripts/upgrade.sh diff --git a/apps/open-webui/0.6.26/data.yml b/apps/open-webui/0.6.28/data.yml similarity index 100% rename from apps/open-webui/0.6.26/data.yml rename to apps/open-webui/0.6.28/data.yml diff --git a/apps/open-webui/0.6.26/docker-compose.yml b/apps/open-webui/0.6.28/docker-compose.yml similarity index 95% rename from apps/open-webui/0.6.26/docker-compose.yml rename to apps/open-webui/0.6.28/docker-compose.yml index b6b7388e5..cee68157c 100644 --- a/apps/open-webui/0.6.26/docker-compose.yml +++ b/apps/open-webui/0.6.28/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: open-webui: - image: ghcr.io/open-webui/open-webui:v0.6.26 + image: ghcr.io/open-webui/open-webui:0.6.28 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/open-webui/0.6.26/envs/default.env b/apps/open-webui/0.6.28/envs/default.env similarity index 100% rename from apps/open-webui/0.6.26/envs/default.env rename to apps/open-webui/0.6.28/envs/default.env diff --git a/apps/open-webui/0.6.26/envs/global.env b/apps/open-webui/0.6.28/envs/global.env similarity index 100% rename from apps/open-webui/0.6.26/envs/global.env rename to apps/open-webui/0.6.28/envs/global.env diff --git a/apps/open-webui/0.6.26/scripts/init.sh b/apps/open-webui/0.6.28/scripts/init.sh similarity index 100% rename from apps/open-webui/0.6.26/scripts/init.sh rename to apps/open-webui/0.6.28/scripts/init.sh diff --git a/apps/open-webui/0.6.26/scripts/uninstall.sh b/apps/open-webui/0.6.28/scripts/uninstall.sh similarity index 100% rename from apps/open-webui/0.6.26/scripts/uninstall.sh rename to apps/open-webui/0.6.28/scripts/uninstall.sh diff --git a/apps/open-webui/0.6.26/scripts/upgrade.sh b/apps/open-webui/0.6.28/scripts/upgrade.sh similarity index 100% rename from apps/open-webui/0.6.26/scripts/upgrade.sh rename to apps/open-webui/0.6.28/scripts/upgrade.sh diff --git a/apps/openresty-manager/2.1.0/data.yml b/apps/openresty-manager/2.2.1/data.yml similarity index 100% rename from apps/openresty-manager/2.1.0/data.yml rename to apps/openresty-manager/2.2.1/data.yml diff --git a/apps/openresty-manager/2.1.0/docker-compose.yml b/apps/openresty-manager/2.2.1/docker-compose.yml similarity index 95% rename from apps/openresty-manager/2.1.0/docker-compose.yml rename to apps/openresty-manager/2.2.1/docker-compose.yml index 9d0672721..7c42e5819 100644 --- a/apps/openresty-manager/2.1.0/docker-compose.yml +++ b/apps/openresty-manager/2.2.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: openresty-manager: - image: uusec/openresty-manager:2.1.0 + image: uusec/openresty-manager:2.2.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/openresty-manager/2.1.0/envs/default.env b/apps/openresty-manager/2.2.1/envs/default.env similarity index 100% rename from apps/openresty-manager/2.1.0/envs/default.env rename to apps/openresty-manager/2.2.1/envs/default.env diff --git a/apps/openresty-manager/2.1.0/envs/global.env b/apps/openresty-manager/2.2.1/envs/global.env similarity index 100% rename from apps/openresty-manager/2.1.0/envs/global.env rename to apps/openresty-manager/2.2.1/envs/global.env diff --git a/apps/openresty-manager/2.1.0/scripts/init.sh b/apps/openresty-manager/2.2.1/scripts/init.sh similarity index 100% rename from apps/openresty-manager/2.1.0/scripts/init.sh rename to apps/openresty-manager/2.2.1/scripts/init.sh diff --git a/apps/openresty-manager/2.1.0/scripts/uninstall.sh b/apps/openresty-manager/2.2.1/scripts/uninstall.sh similarity index 100% rename from apps/openresty-manager/2.1.0/scripts/uninstall.sh rename to apps/openresty-manager/2.2.1/scripts/uninstall.sh diff --git a/apps/openresty-manager/2.1.0/scripts/upgrade.sh b/apps/openresty-manager/2.2.1/scripts/upgrade.sh similarity index 100% rename from apps/openresty-manager/2.1.0/scripts/upgrade.sh rename to apps/openresty-manager/2.2.1/scripts/upgrade.sh diff --git a/apps/outline/0.87.2/data.yml b/apps/outline/0.87.3/data.yml similarity index 100% rename from apps/outline/0.87.2/data.yml rename to apps/outline/0.87.3/data.yml diff --git a/apps/outline/0.87.2/docker-compose.yml b/apps/outline/0.87.3/docker-compose.yml similarity index 94% rename from apps/outline/0.87.2/docker-compose.yml rename to apps/outline/0.87.3/docker-compose.yml index 0a0fc9b81..fda692284 100644 --- a/apps/outline/0.87.2/docker-compose.yml +++ b/apps/outline/0.87.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: outline: - image: outlinewiki/outline:0.87.2 + image: outlinewiki/outline:0.87.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/outline/0.87.2/envs/default.env b/apps/outline/0.87.3/envs/default.env similarity index 100% rename from apps/outline/0.87.2/envs/default.env rename to apps/outline/0.87.3/envs/default.env diff --git a/apps/outline/0.87.2/envs/global.env b/apps/outline/0.87.3/envs/global.env similarity index 100% rename from apps/outline/0.87.2/envs/global.env rename to apps/outline/0.87.3/envs/global.env diff --git a/apps/outline/0.87.2/envs/outline.env b/apps/outline/0.87.3/envs/outline.env similarity index 100% rename from apps/outline/0.87.2/envs/outline.env rename to apps/outline/0.87.3/envs/outline.env diff --git a/apps/outline/0.87.2/scripts/init.sh b/apps/outline/0.87.3/scripts/init.sh similarity index 100% rename from apps/outline/0.87.2/scripts/init.sh rename to apps/outline/0.87.3/scripts/init.sh diff --git a/apps/outline/0.87.2/scripts/uninstall.sh b/apps/outline/0.87.3/scripts/uninstall.sh similarity index 100% rename from apps/outline/0.87.2/scripts/uninstall.sh rename to apps/outline/0.87.3/scripts/uninstall.sh diff --git a/apps/outline/0.87.2/scripts/upgrade.sh b/apps/outline/0.87.3/scripts/upgrade.sh similarity index 100% rename from apps/outline/0.87.2/scripts/upgrade.sh rename to apps/outline/0.87.3/scripts/upgrade.sh diff --git a/apps/page-spy-web/2.4.0/data.yml b/apps/page-spy-web/2.4.1/data.yml similarity index 100% rename from apps/page-spy-web/2.4.0/data.yml rename to apps/page-spy-web/2.4.1/data.yml diff --git a/apps/page-spy-web/2.4.0/docker-compose.yml b/apps/page-spy-web/2.4.1/docker-compose.yml similarity index 91% rename from apps/page-spy-web/2.4.0/docker-compose.yml rename to apps/page-spy-web/2.4.1/docker-compose.yml index acccaceed..6893a2db9 100644 --- a/apps/page-spy-web/2.4.0/docker-compose.yml +++ b/apps/page-spy-web/2.4.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: page-spy-web: - image: huolalatech/page-spy-web:v2.4.0 + image: huolalatech/page-spy-web:v2.4.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/page-spy-web/2.4.0/envs/default.env b/apps/page-spy-web/2.4.1/envs/default.env similarity index 100% rename from apps/page-spy-web/2.4.0/envs/default.env rename to apps/page-spy-web/2.4.1/envs/default.env diff --git a/apps/page-spy-web/2.4.0/envs/global.env b/apps/page-spy-web/2.4.1/envs/global.env similarity index 100% rename from apps/page-spy-web/2.4.0/envs/global.env rename to apps/page-spy-web/2.4.1/envs/global.env diff --git a/apps/page-spy-web/2.4.0/scripts/init.sh b/apps/page-spy-web/2.4.1/scripts/init.sh similarity index 100% rename from apps/page-spy-web/2.4.0/scripts/init.sh rename to apps/page-spy-web/2.4.1/scripts/init.sh diff --git a/apps/page-spy-web/2.4.0/scripts/uninstall.sh b/apps/page-spy-web/2.4.1/scripts/uninstall.sh similarity index 100% rename from apps/page-spy-web/2.4.0/scripts/uninstall.sh rename to apps/page-spy-web/2.4.1/scripts/uninstall.sh diff --git a/apps/page-spy-web/2.4.0/scripts/upgrade.sh b/apps/page-spy-web/2.4.1/scripts/upgrade.sh similarity index 100% rename from apps/page-spy-web/2.4.0/scripts/upgrade.sh rename to apps/page-spy-web/2.4.1/scripts/upgrade.sh diff --git a/apps/readeck-pg/0.20.1/data.yml b/apps/readeck-pg/0.20.2/data.yml similarity index 100% rename from apps/readeck-pg/0.20.1/data.yml rename to apps/readeck-pg/0.20.2/data.yml diff --git a/apps/readeck-pg/0.20.1/docker-compose.yml b/apps/readeck-pg/0.20.2/docker-compose.yml similarity index 95% rename from apps/readeck-pg/0.20.1/docker-compose.yml rename to apps/readeck-pg/0.20.2/docker-compose.yml index 6ea4f61c8..f14304cc5 100644 --- a/apps/readeck-pg/0.20.1/docker-compose.yml +++ b/apps/readeck-pg/0.20.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: readeck: - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/readeck-pg/0.20.1/envs/default.env b/apps/readeck-pg/0.20.2/envs/default.env similarity index 100% rename from apps/readeck-pg/0.20.1/envs/default.env rename to apps/readeck-pg/0.20.2/envs/default.env diff --git a/apps/readeck-pg/0.20.1/envs/global.env b/apps/readeck-pg/0.20.2/envs/global.env similarity index 100% rename from apps/readeck-pg/0.20.1/envs/global.env rename to apps/readeck-pg/0.20.2/envs/global.env diff --git a/apps/readeck-pg/0.20.1/scripts/init.sh b/apps/readeck-pg/0.20.2/scripts/init.sh similarity index 100% rename from apps/readeck-pg/0.20.1/scripts/init.sh rename to apps/readeck-pg/0.20.2/scripts/init.sh diff --git a/apps/readeck-pg/0.20.1/scripts/uninstall.sh b/apps/readeck-pg/0.20.2/scripts/uninstall.sh similarity index 100% rename from apps/readeck-pg/0.20.1/scripts/uninstall.sh rename to apps/readeck-pg/0.20.2/scripts/uninstall.sh diff --git a/apps/readeck-pg/0.20.1/scripts/upgrade.sh b/apps/readeck-pg/0.20.2/scripts/upgrade.sh similarity index 100% rename from apps/readeck-pg/0.20.1/scripts/upgrade.sh rename to apps/readeck-pg/0.20.2/scripts/upgrade.sh diff --git a/apps/readeck/0.20.1/data.yml b/apps/readeck/0.20.2/data.yml similarity index 100% rename from apps/readeck/0.20.1/data.yml rename to apps/readeck/0.20.2/data.yml diff --git a/apps/readeck/0.20.1/docker-compose.yml b/apps/readeck/0.20.2/docker-compose.yml similarity index 94% rename from apps/readeck/0.20.1/docker-compose.yml rename to apps/readeck/0.20.2/docker-compose.yml index 3189b2cc0..270d0c84b 100644 --- a/apps/readeck/0.20.1/docker-compose.yml +++ b/apps/readeck/0.20.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: readeck: - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/readeck/0.20.1/envs/default.env b/apps/readeck/0.20.2/envs/default.env similarity index 100% rename from apps/readeck/0.20.1/envs/default.env rename to apps/readeck/0.20.2/envs/default.env diff --git a/apps/readeck/0.20.1/envs/global.env b/apps/readeck/0.20.2/envs/global.env similarity index 100% rename from apps/readeck/0.20.1/envs/global.env rename to apps/readeck/0.20.2/envs/global.env diff --git a/apps/readeck/0.20.1/scripts/init.sh b/apps/readeck/0.20.2/scripts/init.sh similarity index 100% rename from apps/readeck/0.20.1/scripts/init.sh rename to apps/readeck/0.20.2/scripts/init.sh diff --git a/apps/readeck/0.20.1/scripts/uninstall.sh b/apps/readeck/0.20.2/scripts/uninstall.sh similarity index 100% rename from apps/readeck/0.20.1/scripts/uninstall.sh rename to apps/readeck/0.20.2/scripts/uninstall.sh diff --git a/apps/readeck/0.20.1/scripts/upgrade.sh b/apps/readeck/0.20.2/scripts/upgrade.sh similarity index 100% rename from apps/readeck/0.20.1/scripts/upgrade.sh rename to apps/readeck/0.20.2/scripts/upgrade.sh diff --git a/apps/rsshub/2025-08-30/data.yml b/apps/rsshub/2025-09-10/data.yml similarity index 100% rename from apps/rsshub/2025-08-30/data.yml rename to apps/rsshub/2025-09-10/data.yml diff --git a/apps/rsshub/2025-08-30/docker-compose.yml b/apps/rsshub/2025-09-10/docker-compose.yml similarity index 97% rename from apps/rsshub/2025-08-30/docker-compose.yml rename to apps/rsshub/2025-09-10/docker-compose.yml index 486343a2d..a91ebfae4 100644 --- a/apps/rsshub/2025-08-30/docker-compose.yml +++ b/apps/rsshub/2025-09-10/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-08-30 + image: diygod/rsshub:2025-09-10 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless diff --git a/apps/rsshub/2025-08-30/envs/default.env b/apps/rsshub/2025-09-10/envs/default.env similarity index 100% rename from apps/rsshub/2025-08-30/envs/default.env rename to apps/rsshub/2025-09-10/envs/default.env diff --git a/apps/rsshub/2025-08-30/envs/global.env b/apps/rsshub/2025-09-10/envs/global.env similarity index 100% rename from apps/rsshub/2025-08-30/envs/global.env rename to apps/rsshub/2025-09-10/envs/global.env diff --git a/apps/rsshub/2025-08-30/scripts/init.sh b/apps/rsshub/2025-09-10/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-08-30/scripts/init.sh rename to apps/rsshub/2025-09-10/scripts/init.sh diff --git a/apps/rsshub/2025-08-30/scripts/uninstall.sh b/apps/rsshub/2025-09-10/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-08-30/scripts/uninstall.sh rename to apps/rsshub/2025-09-10/scripts/uninstall.sh diff --git a/apps/rsshub/2025-08-30/scripts/upgrade.sh b/apps/rsshub/2025-09-10/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-08-30/scripts/upgrade.sh rename to apps/rsshub/2025-09-10/scripts/upgrade.sh diff --git a/apps/siyuan/3.3.1/data.yml b/apps/siyuan/3.3.2/data.yml similarity index 100% rename from apps/siyuan/3.3.1/data.yml rename to apps/siyuan/3.3.2/data.yml diff --git a/apps/siyuan/3.3.1/docker-compose.yml b/apps/siyuan/3.3.2/docker-compose.yml similarity index 94% rename from apps/siyuan/3.3.1/docker-compose.yml rename to apps/siyuan/3.3.2/docker-compose.yml index 05a96b9a3..a733d3be4 100644 --- a/apps/siyuan/3.3.1/docker-compose.yml +++ b/apps/siyuan/3.3.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: siyuan: - image: b3log/siyuan:v3.3.1 + image: b3log/siyuan:v3.3.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/siyuan/3.3.1/envs/default.env b/apps/siyuan/3.3.2/envs/default.env similarity index 100% rename from apps/siyuan/3.3.1/envs/default.env rename to apps/siyuan/3.3.2/envs/default.env diff --git a/apps/siyuan/3.3.1/envs/global.env b/apps/siyuan/3.3.2/envs/global.env similarity index 100% rename from apps/siyuan/3.3.1/envs/global.env rename to apps/siyuan/3.3.2/envs/global.env diff --git a/apps/siyuan/3.3.1/scripts/init.sh b/apps/siyuan/3.3.2/scripts/init.sh similarity index 100% rename from apps/siyuan/3.3.1/scripts/init.sh rename to apps/siyuan/3.3.2/scripts/init.sh diff --git a/apps/siyuan/3.3.1/scripts/uninstall.sh b/apps/siyuan/3.3.2/scripts/uninstall.sh similarity index 100% rename from apps/siyuan/3.3.1/scripts/uninstall.sh rename to apps/siyuan/3.3.2/scripts/uninstall.sh diff --git a/apps/siyuan/3.3.1/scripts/upgrade.sh b/apps/siyuan/3.3.2/scripts/upgrade.sh similarity index 100% rename from apps/siyuan/3.3.1/scripts/upgrade.sh rename to apps/siyuan/3.3.2/scripts/upgrade.sh diff --git a/apps/slink/1.6.4/data.yml b/apps/slink/1.6.5/data.yml similarity index 100% rename from apps/slink/1.6.4/data.yml rename to apps/slink/1.6.5/data.yml diff --git a/apps/slink/1.6.4/docker-compose.yml b/apps/slink/1.6.5/docker-compose.yml similarity index 95% rename from apps/slink/1.6.4/docker-compose.yml rename to apps/slink/1.6.5/docker-compose.yml index c00ce4fe5..b976fe054 100644 --- a/apps/slink/1.6.4/docker-compose.yml +++ b/apps/slink/1.6.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: slink: - image: anirdev/slink:v1.6.4 + image: anirdev/slink:v1.6.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/slink/1.6.4/envs/default.env b/apps/slink/1.6.5/envs/default.env similarity index 100% rename from apps/slink/1.6.4/envs/default.env rename to apps/slink/1.6.5/envs/default.env diff --git a/apps/slink/1.6.4/envs/global.env b/apps/slink/1.6.5/envs/global.env similarity index 100% rename from apps/slink/1.6.4/envs/global.env rename to apps/slink/1.6.5/envs/global.env diff --git a/apps/slink/1.6.4/scripts/init.sh b/apps/slink/1.6.5/scripts/init.sh similarity index 100% rename from apps/slink/1.6.4/scripts/init.sh rename to apps/slink/1.6.5/scripts/init.sh diff --git a/apps/slink/1.6.4/scripts/uninstall.sh b/apps/slink/1.6.5/scripts/uninstall.sh similarity index 100% rename from apps/slink/1.6.4/scripts/uninstall.sh rename to apps/slink/1.6.5/scripts/uninstall.sh diff --git a/apps/slink/1.6.4/scripts/upgrade.sh b/apps/slink/1.6.5/scripts/upgrade.sh similarity index 100% rename from apps/slink/1.6.4/scripts/upgrade.sh rename to apps/slink/1.6.5/scripts/upgrade.sh diff --git a/apps/smanga/4.1.5/data.yml b/apps/smanga/4.2.2/data.yml similarity index 100% rename from apps/smanga/4.1.5/data.yml rename to apps/smanga/4.2.2/data.yml diff --git a/apps/smanga/4.1.5/docker-compose.yml b/apps/smanga/4.2.2/docker-compose.yml similarity index 95% rename from apps/smanga/4.1.5/docker-compose.yml rename to apps/smanga/4.2.2/docker-compose.yml index ce6ce4be6..fe9750955 100644 --- a/apps/smanga/4.1.5/docker-compose.yml +++ b/apps/smanga/4.2.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: smanga: - image: lkw199711/smanga-nodejs:4.1.5 + image: lkw199711/smanga-nodejs:4.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/smanga/4.1.5/envs/default.env b/apps/smanga/4.2.2/envs/default.env similarity index 100% rename from apps/smanga/4.1.5/envs/default.env rename to apps/smanga/4.2.2/envs/default.env diff --git a/apps/smanga/4.1.5/envs/global.env b/apps/smanga/4.2.2/envs/global.env similarity index 100% rename from apps/smanga/4.1.5/envs/global.env rename to apps/smanga/4.2.2/envs/global.env diff --git a/apps/smanga/4.1.5/scripts/init.sh b/apps/smanga/4.2.2/scripts/init.sh similarity index 100% rename from apps/smanga/4.1.5/scripts/init.sh rename to apps/smanga/4.2.2/scripts/init.sh diff --git a/apps/smanga/4.1.5/scripts/uninstall.sh b/apps/smanga/4.2.2/scripts/uninstall.sh similarity index 100% rename from apps/smanga/4.1.5/scripts/uninstall.sh rename to apps/smanga/4.2.2/scripts/uninstall.sh diff --git a/apps/smanga/4.1.5/scripts/upgrade.sh b/apps/smanga/4.2.2/scripts/upgrade.sh similarity index 100% rename from apps/smanga/4.1.5/scripts/upgrade.sh rename to apps/smanga/4.2.2/scripts/upgrade.sh diff --git a/apps/smtp-proxy-server/1.0.4/data.yml b/apps/smtp-proxy-server/1.0.5/data.yml similarity index 100% rename from apps/smtp-proxy-server/1.0.4/data.yml rename to apps/smtp-proxy-server/1.0.5/data.yml diff --git a/apps/smtp-proxy-server/1.0.4/docker-compose.yml b/apps/smtp-proxy-server/1.0.5/docker-compose.yml similarity index 97% rename from apps/smtp-proxy-server/1.0.4/docker-compose.yml rename to apps/smtp-proxy-server/1.0.5/docker-compose.yml index a8cd6d9bc..45164e5f1 100644 --- a/apps/smtp-proxy-server/1.0.4/docker-compose.yml +++ b/apps/smtp-proxy-server/1.0.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: smtp_proxy_server: - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.4 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/smtp-proxy-server/1.0.4/envs/default.env b/apps/smtp-proxy-server/1.0.5/envs/default.env similarity index 100% rename from apps/smtp-proxy-server/1.0.4/envs/default.env rename to apps/smtp-proxy-server/1.0.5/envs/default.env diff --git a/apps/smtp-proxy-server/1.0.4/envs/global.env b/apps/smtp-proxy-server/1.0.5/envs/global.env similarity index 100% rename from apps/smtp-proxy-server/1.0.4/envs/global.env rename to apps/smtp-proxy-server/1.0.5/envs/global.env diff --git a/apps/smtp-proxy-server/1.0.4/scripts/init.sh b/apps/smtp-proxy-server/1.0.5/scripts/init.sh similarity index 100% rename from apps/smtp-proxy-server/1.0.4/scripts/init.sh rename to apps/smtp-proxy-server/1.0.5/scripts/init.sh diff --git a/apps/smtp-proxy-server/1.0.4/scripts/uninstall.sh b/apps/smtp-proxy-server/1.0.5/scripts/uninstall.sh similarity index 100% rename from apps/smtp-proxy-server/1.0.4/scripts/uninstall.sh rename to apps/smtp-proxy-server/1.0.5/scripts/uninstall.sh diff --git a/apps/smtp-proxy-server/1.0.4/scripts/upgrade.sh b/apps/smtp-proxy-server/1.0.5/scripts/upgrade.sh similarity index 100% rename from apps/smtp-proxy-server/1.0.4/scripts/upgrade.sh rename to apps/smtp-proxy-server/1.0.5/scripts/upgrade.sh diff --git a/apps/synapse/1.137.0/data.yml b/apps/synapse/1.138.0/data.yml similarity index 100% rename from apps/synapse/1.137.0/data.yml rename to apps/synapse/1.138.0/data.yml diff --git a/apps/synapse/1.137.0/docker-compose.yml b/apps/synapse/1.138.0/docker-compose.yml similarity index 91% rename from apps/synapse/1.137.0/docker-compose.yml rename to apps/synapse/1.138.0/docker-compose.yml index 7d7ec91dd..fda3434a1 100644 --- a/apps/synapse/1.137.0/docker-compose.yml +++ b/apps/synapse/1.138.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: synapse-init: - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 container_name: init-${CONTAINER_NAME} entrypoint: - /start.py @@ -22,7 +22,7 @@ services: - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 synapse: - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/synapse/1.137.0/envs/default.env b/apps/synapse/1.138.0/envs/default.env similarity index 100% rename from apps/synapse/1.137.0/envs/default.env rename to apps/synapse/1.138.0/envs/default.env diff --git a/apps/synapse/1.137.0/envs/global.env b/apps/synapse/1.138.0/envs/global.env similarity index 100% rename from apps/synapse/1.137.0/envs/global.env rename to apps/synapse/1.138.0/envs/global.env diff --git a/apps/synapse/1.137.0/scripts/init.sh b/apps/synapse/1.138.0/scripts/init.sh similarity index 100% rename from apps/synapse/1.137.0/scripts/init.sh rename to apps/synapse/1.138.0/scripts/init.sh diff --git a/apps/synapse/1.137.0/scripts/uninstall.sh b/apps/synapse/1.138.0/scripts/uninstall.sh similarity index 100% rename from apps/synapse/1.137.0/scripts/uninstall.sh rename to apps/synapse/1.138.0/scripts/uninstall.sh diff --git a/apps/synapse/1.137.0/scripts/upgrade.sh b/apps/synapse/1.138.0/scripts/upgrade.sh similarity index 100% rename from apps/synapse/1.137.0/scripts/upgrade.sh rename to apps/synapse/1.138.0/scripts/upgrade.sh diff --git a/apps/watchyourlan/2.1.3/data.yml b/apps/watchyourlan/2.1.4/data.yml similarity index 100% rename from apps/watchyourlan/2.1.3/data.yml rename to apps/watchyourlan/2.1.4/data.yml diff --git a/apps/watchyourlan/2.1.3/docker-compose.yml b/apps/watchyourlan/2.1.4/docker-compose.yml similarity index 93% rename from apps/watchyourlan/2.1.3/docker-compose.yml rename to apps/watchyourlan/2.1.4/docker-compose.yml index 7353f55c6..fa54ff4fa 100644 --- a/apps/watchyourlan/2.1.3/docker-compose.yml +++ b/apps/watchyourlan/2.1.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.1.3 + image: aceberg/watchyourlan:2.1.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/watchyourlan/2.1.3/envs/default.env b/apps/watchyourlan/2.1.4/envs/default.env similarity index 100% rename from apps/watchyourlan/2.1.3/envs/default.env rename to apps/watchyourlan/2.1.4/envs/default.env diff --git a/apps/watchyourlan/2.1.3/envs/global.env b/apps/watchyourlan/2.1.4/envs/global.env similarity index 100% rename from apps/watchyourlan/2.1.3/envs/global.env rename to apps/watchyourlan/2.1.4/envs/global.env diff --git a/apps/watchyourlan/2.1.3/scripts/init.sh b/apps/watchyourlan/2.1.4/scripts/init.sh similarity index 100% rename from apps/watchyourlan/2.1.3/scripts/init.sh rename to apps/watchyourlan/2.1.4/scripts/init.sh diff --git a/apps/watchyourlan/2.1.3/scripts/uninstall.sh b/apps/watchyourlan/2.1.4/scripts/uninstall.sh similarity index 100% rename from apps/watchyourlan/2.1.3/scripts/uninstall.sh rename to apps/watchyourlan/2.1.4/scripts/uninstall.sh diff --git a/apps/watchyourlan/2.1.3/scripts/upgrade.sh b/apps/watchyourlan/2.1.4/scripts/upgrade.sh similarity index 100% rename from apps/watchyourlan/2.1.3/scripts/upgrade.sh rename to apps/watchyourlan/2.1.4/scripts/upgrade.sh diff --git a/apps/weblate/5.13.1.0/data.yml b/apps/weblate/5.13.2.0/data.yml similarity index 100% rename from apps/weblate/5.13.1.0/data.yml rename to apps/weblate/5.13.2.0/data.yml diff --git a/apps/weblate/5.13.1.0/docker-compose.yml b/apps/weblate/5.13.2.0/docker-compose.yml similarity index 95% rename from apps/weblate/5.13.1.0/docker-compose.yml rename to apps/weblate/5.13.2.0/docker-compose.yml index 18042e688..fa3096579 100644 --- a/apps/weblate/5.13.1.0/docker-compose.yml +++ b/apps/weblate/5.13.2.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: weblate: - image: weblate/weblate:5.13.1.0 + image: weblate/weblate:5.13.2.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/weblate/5.13.1.0/envs/default.env b/apps/weblate/5.13.2.0/envs/default.env similarity index 100% rename from apps/weblate/5.13.1.0/envs/default.env rename to apps/weblate/5.13.2.0/envs/default.env diff --git a/apps/weblate/5.13.1.0/envs/global.env b/apps/weblate/5.13.2.0/envs/global.env similarity index 100% rename from apps/weblate/5.13.1.0/envs/global.env rename to apps/weblate/5.13.2.0/envs/global.env diff --git a/apps/weblate/5.13.1.0/scripts/init.sh b/apps/weblate/5.13.2.0/scripts/init.sh similarity index 100% rename from apps/weblate/5.13.1.0/scripts/init.sh rename to apps/weblate/5.13.2.0/scripts/init.sh diff --git a/apps/weblate/5.13.1.0/scripts/uninstall.sh b/apps/weblate/5.13.2.0/scripts/uninstall.sh similarity index 100% rename from apps/weblate/5.13.1.0/scripts/uninstall.sh rename to apps/weblate/5.13.2.0/scripts/uninstall.sh diff --git a/apps/weblate/5.13.1.0/scripts/upgrade.sh b/apps/weblate/5.13.2.0/scripts/upgrade.sh similarity index 100% rename from apps/weblate/5.13.1.0/scripts/upgrade.sh rename to apps/weblate/5.13.2.0/scripts/upgrade.sh diff --git a/appstore/ammds-ol8/1.6.27/.env b/appstore/ammds-ol8/1.6.28/.env similarity index 100% rename from appstore/ammds-ol8/1.6.27/.env rename to appstore/ammds-ol8/1.6.28/.env diff --git a/appstore/ammds-ol8/1.6.27/data.yml b/appstore/ammds-ol8/1.6.28/data.yml similarity index 100% rename from appstore/ammds-ol8/1.6.27/data.yml rename to appstore/ammds-ol8/1.6.28/data.yml diff --git a/appstore/ammds-ol8/1.6.27/docker-compose.yml b/appstore/ammds-ol8/1.6.28/docker-compose.yml similarity index 95% rename from appstore/ammds-ol8/1.6.27/docker-compose.yml rename to appstore/ammds-ol8/1.6.28/docker-compose.yml index d6b0665c9..6135df6cf 100644 --- a/appstore/ammds-ol8/1.6.27/docker-compose.yml +++ b/appstore/ammds-ol8/1.6.28/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.27-ol8 + image: qyg2297248353/ammds:v1.6.28-ol8 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds-ol8/1.6.27/envs/default.env b/appstore/ammds-ol8/1.6.28/envs/default.env similarity index 100% rename from appstore/ammds-ol8/1.6.27/envs/default.env rename to appstore/ammds-ol8/1.6.28/envs/default.env diff --git a/appstore/ammds-ol8/1.6.27/envs/global.env b/appstore/ammds-ol8/1.6.28/envs/global.env similarity index 100% rename from appstore/ammds-ol8/1.6.27/envs/global.env rename to appstore/ammds-ol8/1.6.28/envs/global.env diff --git a/appstore/ammds-ol8/1.6.27/scripts/init.sh b/appstore/ammds-ol8/1.6.28/scripts/init.sh similarity index 100% rename from appstore/ammds-ol8/1.6.27/scripts/init.sh rename to appstore/ammds-ol8/1.6.28/scripts/init.sh diff --git a/appstore/ammds-ol8/1.6.27/scripts/uninstall.sh b/appstore/ammds-ol8/1.6.28/scripts/uninstall.sh similarity index 100% rename from appstore/ammds-ol8/1.6.27/scripts/uninstall.sh rename to appstore/ammds-ol8/1.6.28/scripts/uninstall.sh diff --git a/appstore/ammds-ol8/1.6.27/scripts/upgrade.sh b/appstore/ammds-ol8/1.6.28/scripts/upgrade.sh similarity index 100% rename from appstore/ammds-ol8/1.6.27/scripts/upgrade.sh rename to appstore/ammds-ol8/1.6.28/scripts/upgrade.sh diff --git a/appstore/ammds/1.6.27/.env b/appstore/ammds/1.6.28/.env similarity index 100% rename from appstore/ammds/1.6.27/.env rename to appstore/ammds/1.6.28/.env diff --git a/appstore/ammds/1.6.27/data.yml b/appstore/ammds/1.6.28/data.yml similarity index 100% rename from appstore/ammds/1.6.27/data.yml rename to appstore/ammds/1.6.28/data.yml diff --git a/appstore/ammds/1.6.27/docker-compose.yml b/appstore/ammds/1.6.28/docker-compose.yml similarity index 96% rename from appstore/ammds/1.6.27/docker-compose.yml rename to appstore/ammds/1.6.28/docker-compose.yml index 36ca616f7..922c74ee9 100644 --- a/appstore/ammds/1.6.27/docker-compose.yml +++ b/appstore/ammds/1.6.28/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.27 + image: qyg2297248353/ammds:v1.6.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.6.27/envs/default.env b/appstore/ammds/1.6.28/envs/default.env similarity index 100% rename from appstore/ammds/1.6.27/envs/default.env rename to appstore/ammds/1.6.28/envs/default.env diff --git a/appstore/ammds/1.6.27/envs/global.env b/appstore/ammds/1.6.28/envs/global.env similarity index 100% rename from appstore/ammds/1.6.27/envs/global.env rename to appstore/ammds/1.6.28/envs/global.env diff --git a/appstore/ammds/1.6.27/scripts/init.sh b/appstore/ammds/1.6.28/scripts/init.sh similarity index 100% rename from appstore/ammds/1.6.27/scripts/init.sh rename to appstore/ammds/1.6.28/scripts/init.sh diff --git a/appstore/ammds/1.6.27/scripts/uninstall.sh b/appstore/ammds/1.6.28/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.6.27/scripts/uninstall.sh rename to appstore/ammds/1.6.28/scripts/uninstall.sh diff --git a/appstore/ammds/1.6.27/scripts/upgrade.sh b/appstore/ammds/1.6.28/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.6.27/scripts/upgrade.sh rename to appstore/ammds/1.6.28/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.2.1/.env b/appstore/ani-rss/2.2.3/.env similarity index 100% rename from appstore/ani-rss/2.2.1/.env rename to appstore/ani-rss/2.2.3/.env diff --git a/appstore/ani-rss/2.2.1/data.yml b/appstore/ani-rss/2.2.3/data.yml similarity index 100% rename from appstore/ani-rss/2.2.1/data.yml rename to appstore/ani-rss/2.2.3/data.yml diff --git a/appstore/ani-rss/2.2.1/docker-compose.yml b/appstore/ani-rss/2.2.3/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.2.1/docker-compose.yml rename to appstore/ani-rss/2.2.3/docker-compose.yml index a20ca12c2..2a2c2f059 100644 --- a/appstore/ani-rss/2.2.1/docker-compose.yml +++ b/appstore/ani-rss/2.2.3/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.2.1 + image: wushuo894/ani-rss:v2.2.3 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/2.2.1/envs/default.env b/appstore/ani-rss/2.2.3/envs/default.env similarity index 100% rename from appstore/ani-rss/2.2.1/envs/default.env rename to appstore/ani-rss/2.2.3/envs/default.env diff --git a/appstore/ani-rss/2.2.1/envs/global.env b/appstore/ani-rss/2.2.3/envs/global.env similarity index 100% rename from appstore/ani-rss/2.2.1/envs/global.env rename to appstore/ani-rss/2.2.3/envs/global.env diff --git a/appstore/ani-rss/2.2.1/scripts/init.sh b/appstore/ani-rss/2.2.3/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.2.1/scripts/init.sh rename to appstore/ani-rss/2.2.3/scripts/init.sh diff --git a/appstore/ani-rss/2.2.1/scripts/uninstall.sh b/appstore/ani-rss/2.2.3/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.2.1/scripts/uninstall.sh rename to appstore/ani-rss/2.2.3/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.2.1/scripts/upgrade.sh b/appstore/ani-rss/2.2.3/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.2.1/scripts/upgrade.sh rename to appstore/ani-rss/2.2.3/scripts/upgrade.sh diff --git a/appstore/astrbot-napcat/4.8.105/.env b/appstore/astrbot-napcat/4.8.109/.env similarity index 100% rename from appstore/astrbot-napcat/4.8.105/.env rename to appstore/astrbot-napcat/4.8.109/.env diff --git a/appstore/astrbot-napcat/4.8.105/data.yml b/appstore/astrbot-napcat/4.8.109/data.yml similarity index 100% rename from appstore/astrbot-napcat/4.8.105/data.yml rename to appstore/astrbot-napcat/4.8.109/data.yml diff --git a/appstore/astrbot-napcat/4.8.105/docker-compose.yml b/appstore/astrbot-napcat/4.8.109/docker-compose.yml similarity index 93% rename from appstore/astrbot-napcat/4.8.105/docker-compose.yml rename to appstore/astrbot-napcat/4.8.109/docker-compose.yml index 598ffb3c5..1ce66c66d 100644 --- a/appstore/astrbot-napcat/4.8.105/docker-compose.yml +++ b/appstore/astrbot-napcat/4.8.109/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 labels: createdBy: Apps networks: @@ -36,7 +36,7 @@ services: - MODE=astrbot - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} - image: mlikiowa/napcat-docker:v4.8.105 + image: mlikiowa/napcat-docker:v4.8.109 mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02} networks: - 1panel-network diff --git a/appstore/astrbot-napcat/4.8.105/envs/default.env b/appstore/astrbot-napcat/4.8.109/envs/default.env similarity index 100% rename from appstore/astrbot-napcat/4.8.105/envs/default.env rename to appstore/astrbot-napcat/4.8.109/envs/default.env diff --git a/appstore/astrbot-napcat/4.8.105/envs/global.env b/appstore/astrbot-napcat/4.8.109/envs/global.env similarity index 100% rename from appstore/astrbot-napcat/4.8.105/envs/global.env rename to appstore/astrbot-napcat/4.8.109/envs/global.env diff --git a/appstore/astrbot-napcat/4.8.105/scripts/init.sh b/appstore/astrbot-napcat/4.8.109/scripts/init.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.105/scripts/init.sh rename to appstore/astrbot-napcat/4.8.109/scripts/init.sh diff --git a/appstore/astrbot-napcat/4.8.105/scripts/uninstall.sh b/appstore/astrbot-napcat/4.8.109/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.105/scripts/uninstall.sh rename to appstore/astrbot-napcat/4.8.109/scripts/uninstall.sh diff --git a/appstore/astrbot-napcat/4.8.105/scripts/upgrade.sh b/appstore/astrbot-napcat/4.8.109/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.105/scripts/upgrade.sh rename to appstore/astrbot-napcat/4.8.109/scripts/upgrade.sh diff --git a/appstore/astrbot/3.5.27/.env b/appstore/astrbot/4.0.0/.env similarity index 100% rename from appstore/astrbot/3.5.27/.env rename to appstore/astrbot/4.0.0/.env diff --git a/appstore/astrbot/3.5.27/data.yml b/appstore/astrbot/4.0.0/data.yml similarity index 100% rename from appstore/astrbot/3.5.27/data.yml rename to appstore/astrbot/4.0.0/data.yml diff --git a/appstore/astrbot/3.5.27/docker-compose.yml b/appstore/astrbot/4.0.0/docker-compose.yml similarity index 94% rename from appstore/astrbot/3.5.27/docker-compose.yml rename to appstore/astrbot/4.0.0/docker-compose.yml index f31425474..c3c578035 100644 --- a/appstore/astrbot/3.5.27/docker-compose.yml +++ b/appstore/astrbot/4.0.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/3.5.27/envs/default.env b/appstore/astrbot/4.0.0/envs/default.env similarity index 100% rename from appstore/astrbot/3.5.27/envs/default.env rename to appstore/astrbot/4.0.0/envs/default.env diff --git a/appstore/astrbot/3.5.27/envs/global.env b/appstore/astrbot/4.0.0/envs/global.env similarity index 100% rename from appstore/astrbot/3.5.27/envs/global.env rename to appstore/astrbot/4.0.0/envs/global.env diff --git a/appstore/astrbot/3.5.27/scripts/init.sh b/appstore/astrbot/4.0.0/scripts/init.sh similarity index 100% rename from appstore/astrbot/3.5.27/scripts/init.sh rename to appstore/astrbot/4.0.0/scripts/init.sh diff --git a/appstore/astrbot/3.5.27/scripts/uninstall.sh b/appstore/astrbot/4.0.0/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/3.5.27/scripts/uninstall.sh rename to appstore/astrbot/4.0.0/scripts/uninstall.sh diff --git a/appstore/astrbot/3.5.27/scripts/upgrade.sh b/appstore/astrbot/4.0.0/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/3.5.27/scripts/upgrade.sh rename to appstore/astrbot/4.0.0/scripts/upgrade.sh diff --git a/appstore/bark/2.2.5/.env b/appstore/bark/2.2.6/.env similarity index 100% rename from appstore/bark/2.2.5/.env rename to appstore/bark/2.2.6/.env diff --git a/appstore/bark/2.2.5/data.yml b/appstore/bark/2.2.6/data.yml similarity index 100% rename from appstore/bark/2.2.5/data.yml rename to appstore/bark/2.2.6/data.yml diff --git a/appstore/bark/2.2.5/docker-compose.yml b/appstore/bark/2.2.6/docker-compose.yml similarity index 92% rename from appstore/bark/2.2.5/docker-compose.yml rename to appstore/bark/2.2.6/docker-compose.yml index b7addff97..809feb6ad 100644 --- a/appstore/bark/2.2.5/docker-compose.yml +++ b/appstore/bark/2.2.6/docker-compose.yml @@ -12,7 +12,7 @@ services: - BARK_SERVER_URL_PREFIX=/ - BARK_SERVER_DATA_DIR=/data - BARK_SERVER_SERVERLESS=false - image: finab/bark-server:v2.2.5 + image: finab/bark-server:v2.2.6 labels: createdBy: Apps networks: diff --git a/appstore/bark/2.2.5/envs/default.env b/appstore/bark/2.2.6/envs/default.env similarity index 100% rename from appstore/bark/2.2.5/envs/default.env rename to appstore/bark/2.2.6/envs/default.env diff --git a/appstore/bark/2.2.5/envs/global.env b/appstore/bark/2.2.6/envs/global.env similarity index 100% rename from appstore/bark/2.2.5/envs/global.env rename to appstore/bark/2.2.6/envs/global.env diff --git a/appstore/bark/2.2.5/scripts/init.sh b/appstore/bark/2.2.6/scripts/init.sh similarity index 100% rename from appstore/bark/2.2.5/scripts/init.sh rename to appstore/bark/2.2.6/scripts/init.sh diff --git a/appstore/bark/2.2.5/scripts/uninstall.sh b/appstore/bark/2.2.6/scripts/uninstall.sh similarity index 100% rename from appstore/bark/2.2.5/scripts/uninstall.sh rename to appstore/bark/2.2.6/scripts/uninstall.sh diff --git a/appstore/bark/2.2.5/scripts/upgrade.sh b/appstore/bark/2.2.6/scripts/upgrade.sh similarity index 100% rename from appstore/bark/2.2.5/scripts/upgrade.sh rename to appstore/bark/2.2.6/scripts/upgrade.sh diff --git a/appstore/beszel-agent/0.12.6/.env b/appstore/beszel-agent/0.12.7/.env similarity index 100% rename from appstore/beszel-agent/0.12.6/.env rename to appstore/beszel-agent/0.12.7/.env diff --git a/appstore/beszel-agent/0.12.6/data.yml b/appstore/beszel-agent/0.12.7/data.yml similarity index 100% rename from appstore/beszel-agent/0.12.6/data.yml rename to appstore/beszel-agent/0.12.7/data.yml diff --git a/appstore/beszel-agent/0.12.6/docker-compose.yml b/appstore/beszel-agent/0.12.7/docker-compose.yml similarity index 92% rename from appstore/beszel-agent/0.12.6/docker-compose.yml rename to appstore/beszel-agent/0.12.7/docker-compose.yml index 0631dfb28..8672b4553 100644 --- a/appstore/beszel-agent/0.12.6/docker-compose.yml +++ b/appstore/beszel-agent/0.12.7/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - LOG_LEVEL=info - PORT=${PANEL_APP_PORT_HTTP:-45876} - image: henrygd/beszel-agent:0.12.6 + image: henrygd/beszel-agent:0.12.7 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/beszel-agent/0.12.6/envs/default.env b/appstore/beszel-agent/0.12.7/envs/default.env similarity index 100% rename from appstore/beszel-agent/0.12.6/envs/default.env rename to appstore/beszel-agent/0.12.7/envs/default.env diff --git a/appstore/beszel-agent/0.12.6/envs/global.env b/appstore/beszel-agent/0.12.7/envs/global.env similarity index 100% rename from appstore/beszel-agent/0.12.6/envs/global.env rename to appstore/beszel-agent/0.12.7/envs/global.env diff --git a/appstore/beszel-agent/0.12.6/scripts/init.sh b/appstore/beszel-agent/0.12.7/scripts/init.sh similarity index 100% rename from appstore/beszel-agent/0.12.6/scripts/init.sh rename to appstore/beszel-agent/0.12.7/scripts/init.sh diff --git a/appstore/beszel-agent/0.12.6/scripts/uninstall.sh b/appstore/beszel-agent/0.12.7/scripts/uninstall.sh similarity index 100% rename from appstore/beszel-agent/0.12.6/scripts/uninstall.sh rename to appstore/beszel-agent/0.12.7/scripts/uninstall.sh diff --git a/appstore/beszel-agent/0.12.6/scripts/upgrade.sh b/appstore/beszel-agent/0.12.7/scripts/upgrade.sh similarity index 100% rename from appstore/beszel-agent/0.12.6/scripts/upgrade.sh rename to appstore/beszel-agent/0.12.7/scripts/upgrade.sh diff --git a/appstore/beszel/0.12.6/.env b/appstore/beszel/0.12.7/.env similarity index 100% rename from appstore/beszel/0.12.6/.env rename to appstore/beszel/0.12.7/.env diff --git a/appstore/beszel/0.12.6/data.yml b/appstore/beszel/0.12.7/data.yml similarity index 100% rename from appstore/beszel/0.12.6/data.yml rename to appstore/beszel/0.12.7/data.yml diff --git a/appstore/beszel/0.12.6/docker-compose.yml b/appstore/beszel/0.12.7/docker-compose.yml similarity index 91% rename from appstore/beszel/0.12.6/docker-compose.yml rename to appstore/beszel/0.12.7/docker-compose.yml index 115b61703..2ad6f06b0 100644 --- a/appstore/beszel/0.12.6/docker-compose.yml +++ b/appstore/beszel/0.12.7/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: henrygd/beszel:0.12.6 + image: henrygd/beszel:0.12.7 labels: createdBy: Apps networks: diff --git a/appstore/beszel/0.12.6/envs/default.env b/appstore/beszel/0.12.7/envs/default.env similarity index 100% rename from appstore/beszel/0.12.6/envs/default.env rename to appstore/beszel/0.12.7/envs/default.env diff --git a/appstore/beszel/0.12.6/envs/global.env b/appstore/beszel/0.12.7/envs/global.env similarity index 100% rename from appstore/beszel/0.12.6/envs/global.env rename to appstore/beszel/0.12.7/envs/global.env diff --git a/appstore/beszel/0.12.6/scripts/init.sh b/appstore/beszel/0.12.7/scripts/init.sh similarity index 100% rename from appstore/beszel/0.12.6/scripts/init.sh rename to appstore/beszel/0.12.7/scripts/init.sh diff --git a/appstore/beszel/0.12.6/scripts/uninstall.sh b/appstore/beszel/0.12.7/scripts/uninstall.sh similarity index 100% rename from appstore/beszel/0.12.6/scripts/uninstall.sh rename to appstore/beszel/0.12.7/scripts/uninstall.sh diff --git a/appstore/beszel/0.12.6/scripts/upgrade.sh b/appstore/beszel/0.12.7/scripts/upgrade.sh similarity index 100% rename from appstore/beszel/0.12.6/scripts/upgrade.sh rename to appstore/beszel/0.12.7/scripts/upgrade.sh diff --git a/appstore/bonita/0.11.0/.env b/appstore/bonita/0.14.0/.env similarity index 100% rename from appstore/bonita/0.11.0/.env rename to appstore/bonita/0.14.0/.env diff --git a/appstore/bonita/0.11.0/data.yml b/appstore/bonita/0.14.0/data.yml similarity index 100% rename from appstore/bonita/0.11.0/data.yml rename to appstore/bonita/0.14.0/data.yml diff --git a/appstore/bonita/0.11.0/docker-compose.yml b/appstore/bonita/0.14.0/docker-compose.yml similarity index 93% rename from appstore/bonita/0.11.0/docker-compose.yml rename to appstore/bonita/0.14.0/docker-compose.yml index bbf2e5572..c78ebe814 100644 --- a/appstore/bonita/0.11.0/docker-compose.yml +++ b/appstore/bonita/0.14.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: suwmlee/bonita:0.11.0 + image: suwmlee/bonita:0.14.0 labels: createdBy: Apps networks: diff --git a/appstore/bonita/0.11.0/envs/default.env b/appstore/bonita/0.14.0/envs/default.env similarity index 100% rename from appstore/bonita/0.11.0/envs/default.env rename to appstore/bonita/0.14.0/envs/default.env diff --git a/appstore/bonita/0.11.0/envs/global.env b/appstore/bonita/0.14.0/envs/global.env similarity index 100% rename from appstore/bonita/0.11.0/envs/global.env rename to appstore/bonita/0.14.0/envs/global.env diff --git a/appstore/bonita/0.11.0/scripts/init.sh b/appstore/bonita/0.14.0/scripts/init.sh similarity index 100% rename from appstore/bonita/0.11.0/scripts/init.sh rename to appstore/bonita/0.14.0/scripts/init.sh diff --git a/appstore/bonita/0.11.0/scripts/uninstall.sh b/appstore/bonita/0.14.0/scripts/uninstall.sh similarity index 100% rename from appstore/bonita/0.11.0/scripts/uninstall.sh rename to appstore/bonita/0.14.0/scripts/uninstall.sh diff --git a/appstore/bonita/0.11.0/scripts/upgrade.sh b/appstore/bonita/0.14.0/scripts/upgrade.sh similarity index 100% rename from appstore/bonita/0.11.0/scripts/upgrade.sh rename to appstore/bonita/0.14.0/scripts/upgrade.sh diff --git a/appstore/byte-muse/1.18.4/.env b/appstore/byte-muse/1.18.6/.env similarity index 100% rename from appstore/byte-muse/1.18.4/.env rename to appstore/byte-muse/1.18.6/.env diff --git a/appstore/byte-muse/1.18.4/data.yml b/appstore/byte-muse/1.18.6/data.yml similarity index 100% rename from appstore/byte-muse/1.18.4/data.yml rename to appstore/byte-muse/1.18.6/data.yml diff --git a/appstore/byte-muse/1.18.4/docker-compose.yml b/appstore/byte-muse/1.18.6/docker-compose.yml similarity index 95% rename from appstore/byte-muse/1.18.4/docker-compose.yml rename to appstore/byte-muse/1.18.6/docker-compose.yml index dca1567b3..b115499f0 100644 --- a/appstore/byte-muse/1.18.4/docker-compose.yml +++ b/appstore/byte-muse/1.18.6/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.18.4 + image: envyafish/byte-muse:1.18.6 labels: createdBy: Apps networks: diff --git a/appstore/byte-muse/1.18.4/envs/default.env b/appstore/byte-muse/1.18.6/envs/default.env similarity index 100% rename from appstore/byte-muse/1.18.4/envs/default.env rename to appstore/byte-muse/1.18.6/envs/default.env diff --git a/appstore/byte-muse/1.18.4/envs/global.env b/appstore/byte-muse/1.18.6/envs/global.env similarity index 100% rename from appstore/byte-muse/1.18.4/envs/global.env rename to appstore/byte-muse/1.18.6/envs/global.env diff --git a/appstore/byte-muse/1.18.4/scripts/init.sh b/appstore/byte-muse/1.18.6/scripts/init.sh similarity index 100% rename from appstore/byte-muse/1.18.4/scripts/init.sh rename to appstore/byte-muse/1.18.6/scripts/init.sh diff --git a/appstore/byte-muse/1.18.4/scripts/uninstall.sh b/appstore/byte-muse/1.18.6/scripts/uninstall.sh similarity index 100% rename from appstore/byte-muse/1.18.4/scripts/uninstall.sh rename to appstore/byte-muse/1.18.6/scripts/uninstall.sh diff --git a/appstore/byte-muse/1.18.4/scripts/upgrade.sh b/appstore/byte-muse/1.18.6/scripts/upgrade.sh similarity index 100% rename from appstore/byte-muse/1.18.4/scripts/upgrade.sh rename to appstore/byte-muse/1.18.6/scripts/upgrade.sh diff --git a/appstore/casdoor/2.48.0/.env b/appstore/casdoor/2.55.0/.env similarity index 100% rename from appstore/casdoor/2.48.0/.env rename to appstore/casdoor/2.55.0/.env diff --git a/appstore/casdoor/2.48.0/config/init_data.json b/appstore/casdoor/2.55.0/config/init_data.json similarity index 100% rename from appstore/casdoor/2.48.0/config/init_data.json rename to appstore/casdoor/2.55.0/config/init_data.json diff --git a/appstore/casdoor/2.48.0/data.yml b/appstore/casdoor/2.55.0/data.yml similarity index 100% rename from appstore/casdoor/2.48.0/data.yml rename to appstore/casdoor/2.55.0/data.yml diff --git a/appstore/casdoor/2.48.0/docker-compose.yml b/appstore/casdoor/2.55.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/2.48.0/docker-compose.yml rename to appstore/casdoor/2.55.0/docker-compose.yml index cd7a58eb7..30961b921 100644 --- a/appstore/casdoor/2.48.0/docker-compose.yml +++ b/appstore/casdoor/2.55.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v2.48.0 + image: casbin/casdoor:v2.55.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.48.0/envs/casdoor.env b/appstore/casdoor/2.55.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/2.48.0/envs/casdoor.env rename to appstore/casdoor/2.55.0/envs/casdoor.env diff --git a/appstore/casdoor/2.48.0/envs/default.env b/appstore/casdoor/2.55.0/envs/default.env similarity index 100% rename from appstore/casdoor/2.48.0/envs/default.env rename to appstore/casdoor/2.55.0/envs/default.env diff --git a/appstore/casdoor/2.48.0/envs/global.env b/appstore/casdoor/2.55.0/envs/global.env similarity index 100% rename from appstore/casdoor/2.48.0/envs/global.env rename to appstore/casdoor/2.55.0/envs/global.env diff --git a/appstore/casdoor/2.48.0/scripts/init.sh b/appstore/casdoor/2.55.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/2.48.0/scripts/init.sh rename to appstore/casdoor/2.55.0/scripts/init.sh diff --git a/appstore/casdoor/2.48.0/scripts/uninstall.sh b/appstore/casdoor/2.55.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/2.48.0/scripts/uninstall.sh rename to appstore/casdoor/2.55.0/scripts/uninstall.sh diff --git a/appstore/casdoor/2.48.0/scripts/upgrade.sh b/appstore/casdoor/2.55.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/2.48.0/scripts/upgrade.sh rename to appstore/casdoor/2.55.0/scripts/upgrade.sh diff --git a/appstore/cloudsaver/0.6.1/.env b/appstore/cloudsaver/0.6.2/.env similarity index 100% rename from appstore/cloudsaver/0.6.1/.env rename to appstore/cloudsaver/0.6.2/.env diff --git a/appstore/cloudsaver/0.6.1/config/env.example b/appstore/cloudsaver/0.6.2/config/env.example similarity index 100% rename from appstore/cloudsaver/0.6.1/config/env.example rename to appstore/cloudsaver/0.6.2/config/env.example diff --git a/appstore/cloudsaver/0.6.1/data.yml b/appstore/cloudsaver/0.6.2/data.yml similarity index 100% rename from appstore/cloudsaver/0.6.1/data.yml rename to appstore/cloudsaver/0.6.2/data.yml diff --git a/appstore/cloudsaver/0.6.1/docker-compose.yml b/appstore/cloudsaver/0.6.2/docker-compose.yml similarity index 95% rename from appstore/cloudsaver/0.6.1/docker-compose.yml rename to appstore/cloudsaver/0.6.2/docker-compose.yml index 7790cff59..5bea18016 100644 --- a/appstore/cloudsaver/0.6.1/docker-compose.yml +++ b/appstore/cloudsaver/0.6.2/docker-compose.yml @@ -19,7 +19,7 @@ services: ' timeout: 3s - image: jiangrui1994/cloudsaver:0.6.1 + image: jiangrui1994/cloudsaver:0.6.2 labels: createdBy: Apps networks: diff --git a/appstore/cloudsaver/0.6.1/envs/default.env b/appstore/cloudsaver/0.6.2/envs/default.env similarity index 100% rename from appstore/cloudsaver/0.6.1/envs/default.env rename to appstore/cloudsaver/0.6.2/envs/default.env diff --git a/appstore/cloudsaver/0.6.1/envs/global.env b/appstore/cloudsaver/0.6.2/envs/global.env similarity index 100% rename from appstore/cloudsaver/0.6.1/envs/global.env rename to appstore/cloudsaver/0.6.2/envs/global.env diff --git a/appstore/cloudsaver/0.6.1/scripts/init.sh b/appstore/cloudsaver/0.6.2/scripts/init.sh similarity index 100% rename from appstore/cloudsaver/0.6.1/scripts/init.sh rename to appstore/cloudsaver/0.6.2/scripts/init.sh diff --git a/appstore/cloudsaver/0.6.1/scripts/uninstall.sh b/appstore/cloudsaver/0.6.2/scripts/uninstall.sh similarity index 100% rename from appstore/cloudsaver/0.6.1/scripts/uninstall.sh rename to appstore/cloudsaver/0.6.2/scripts/uninstall.sh diff --git a/appstore/cloudsaver/0.6.1/scripts/upgrade.sh b/appstore/cloudsaver/0.6.2/scripts/upgrade.sh similarity index 100% rename from appstore/cloudsaver/0.6.1/scripts/upgrade.sh rename to appstore/cloudsaver/0.6.2/scripts/upgrade.sh diff --git a/appstore/dozzle/8.13.12/.env b/appstore/dozzle/8.13.13/.env similarity index 100% rename from appstore/dozzle/8.13.12/.env rename to appstore/dozzle/8.13.13/.env diff --git a/appstore/dozzle/8.13.12/data.yml b/appstore/dozzle/8.13.13/data.yml similarity index 100% rename from appstore/dozzle/8.13.12/data.yml rename to appstore/dozzle/8.13.13/data.yml diff --git a/appstore/dozzle/8.13.12/docker-compose.yml b/appstore/dozzle/8.13.13/docker-compose.yml similarity index 94% rename from appstore/dozzle/8.13.12/docker-compose.yml rename to appstore/dozzle/8.13.13/docker-compose.yml index 0ac6595fd..c4e13da83 100644 --- a/appstore/dozzle/8.13.12/docker-compose.yml +++ b/appstore/dozzle/8.13.13/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.12 + image: amir20/dozzle:v8.13.13 labels: createdBy: Apps networks: diff --git a/appstore/dozzle/8.13.12/envs/default.env b/appstore/dozzle/8.13.13/envs/default.env similarity index 100% rename from appstore/dozzle/8.13.12/envs/default.env rename to appstore/dozzle/8.13.13/envs/default.env diff --git a/appstore/dozzle/8.13.12/envs/global.env b/appstore/dozzle/8.13.13/envs/global.env similarity index 100% rename from appstore/dozzle/8.13.12/envs/global.env rename to appstore/dozzle/8.13.13/envs/global.env diff --git a/appstore/dozzle/8.13.12/scripts/init.sh b/appstore/dozzle/8.13.13/scripts/init.sh similarity index 100% rename from appstore/dozzle/8.13.12/scripts/init.sh rename to appstore/dozzle/8.13.13/scripts/init.sh diff --git a/appstore/dozzle/8.13.12/scripts/uninstall.sh b/appstore/dozzle/8.13.13/scripts/uninstall.sh similarity index 100% rename from appstore/dozzle/8.13.12/scripts/uninstall.sh rename to appstore/dozzle/8.13.13/scripts/uninstall.sh diff --git a/appstore/dozzle/8.13.12/scripts/upgrade.sh b/appstore/dozzle/8.13.13/scripts/upgrade.sh similarity index 100% rename from appstore/dozzle/8.13.12/scripts/upgrade.sh rename to appstore/dozzle/8.13.13/scripts/upgrade.sh diff --git a/appstore/element-web/1.11.110/.env b/appstore/element-web/1.11.111/.env similarity index 100% rename from appstore/element-web/1.11.110/.env rename to appstore/element-web/1.11.111/.env diff --git a/appstore/element-web/1.11.110/conf/config.sample.json b/appstore/element-web/1.11.111/conf/config.sample.json similarity index 100% rename from appstore/element-web/1.11.110/conf/config.sample.json rename to appstore/element-web/1.11.111/conf/config.sample.json diff --git a/appstore/element-web/1.11.110/data.yml b/appstore/element-web/1.11.111/data.yml similarity index 100% rename from appstore/element-web/1.11.110/data.yml rename to appstore/element-web/1.11.111/data.yml diff --git a/appstore/element-web/1.11.110/docker-compose.yml b/appstore/element-web/1.11.111/docker-compose.yml similarity index 89% rename from appstore/element-web/1.11.110/docker-compose.yml rename to appstore/element-web/1.11.111/docker-compose.yml index 1f6207a74..6d35bc71f 100644 --- a/appstore/element-web/1.11.110/docker-compose.yml +++ b/appstore/element-web/1.11.111/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.110 + image: vectorim/element-web:v1.11.111 labels: createdBy: Apps networks: diff --git a/appstore/element-web/1.11.110/envs/default.env b/appstore/element-web/1.11.111/envs/default.env similarity index 100% rename from appstore/element-web/1.11.110/envs/default.env rename to appstore/element-web/1.11.111/envs/default.env diff --git a/appstore/element-web/1.11.110/envs/global.env b/appstore/element-web/1.11.111/envs/global.env similarity index 100% rename from appstore/element-web/1.11.110/envs/global.env rename to appstore/element-web/1.11.111/envs/global.env diff --git a/appstore/element-web/1.11.110/scripts/init.sh b/appstore/element-web/1.11.111/scripts/init.sh similarity index 100% rename from appstore/element-web/1.11.110/scripts/init.sh rename to appstore/element-web/1.11.111/scripts/init.sh diff --git a/appstore/element-web/1.11.110/scripts/uninstall.sh b/appstore/element-web/1.11.111/scripts/uninstall.sh similarity index 100% rename from appstore/element-web/1.11.110/scripts/uninstall.sh rename to appstore/element-web/1.11.111/scripts/uninstall.sh diff --git a/appstore/element-web/1.11.110/scripts/upgrade.sh b/appstore/element-web/1.11.111/scripts/upgrade.sh similarity index 100% rename from appstore/element-web/1.11.110/scripts/upgrade.sh rename to appstore/element-web/1.11.111/scripts/upgrade.sh diff --git a/appstore/emby/4.9.1.24/.env b/appstore/emby/4.9.1.28/.env similarity index 100% rename from appstore/emby/4.9.1.24/.env rename to appstore/emby/4.9.1.28/.env diff --git a/appstore/emby/4.9.1.24/data.yml b/appstore/emby/4.9.1.28/data.yml similarity index 100% rename from appstore/emby/4.9.1.24/data.yml rename to appstore/emby/4.9.1.28/data.yml diff --git a/appstore/emby/4.9.1.24/docker-compose.yml b/appstore/emby/4.9.1.28/docker-compose.yml similarity index 96% rename from appstore/emby/4.9.1.24/docker-compose.yml rename to appstore/emby/4.9.1.28/docker-compose.yml index 770496373..ec113311d 100644 --- a/appstore/emby/4.9.1.24/docker-compose.yml +++ b/appstore/emby/4.9.1.28/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.24 + image: emby/embyserver:4.9.1.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/emby/4.9.1.24/envs/default.env b/appstore/emby/4.9.1.28/envs/default.env similarity index 100% rename from appstore/emby/4.9.1.24/envs/default.env rename to appstore/emby/4.9.1.28/envs/default.env diff --git a/appstore/emby/4.9.1.24/envs/global.env b/appstore/emby/4.9.1.28/envs/global.env similarity index 100% rename from appstore/emby/4.9.1.24/envs/global.env rename to appstore/emby/4.9.1.28/envs/global.env diff --git a/appstore/emby/4.9.1.24/scripts/init.sh b/appstore/emby/4.9.1.28/scripts/init.sh similarity index 100% rename from appstore/emby/4.9.1.24/scripts/init.sh rename to appstore/emby/4.9.1.28/scripts/init.sh diff --git a/appstore/emby/4.9.1.24/scripts/uninstall.sh b/appstore/emby/4.9.1.28/scripts/uninstall.sh similarity index 100% rename from appstore/emby/4.9.1.24/scripts/uninstall.sh rename to appstore/emby/4.9.1.28/scripts/uninstall.sh diff --git a/appstore/emby/4.9.1.24/scripts/upgrade.sh b/appstore/emby/4.9.1.28/scripts/upgrade.sh similarity index 100% rename from appstore/emby/4.9.1.24/scripts/upgrade.sh rename to appstore/emby/4.9.1.28/scripts/upgrade.sh diff --git a/appstore/ghost/6.0.6/.env b/appstore/ghost/6.0.7/.env similarity index 100% rename from appstore/ghost/6.0.6/.env rename to appstore/ghost/6.0.7/.env diff --git a/appstore/ghost/6.0.6/data.yml b/appstore/ghost/6.0.7/data.yml similarity index 100% rename from appstore/ghost/6.0.6/data.yml rename to appstore/ghost/6.0.7/data.yml diff --git a/appstore/ghost/6.0.6/docker-compose.yml b/appstore/ghost/6.0.7/docker-compose.yml similarity index 95% rename from appstore/ghost/6.0.6/docker-compose.yml rename to appstore/ghost/6.0.7/docker-compose.yml index 485816140..a98b76012 100644 --- a/appstore/ghost/6.0.6/docker-compose.yml +++ b/appstore/ghost/6.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.0.6 + image: ghost:6.0.7 labels: createdBy: Apps networks: diff --git a/appstore/ghost/6.0.6/envs/default.env b/appstore/ghost/6.0.7/envs/default.env similarity index 100% rename from appstore/ghost/6.0.6/envs/default.env rename to appstore/ghost/6.0.7/envs/default.env diff --git a/appstore/ghost/6.0.6/envs/global.env b/appstore/ghost/6.0.7/envs/global.env similarity index 100% rename from appstore/ghost/6.0.6/envs/global.env rename to appstore/ghost/6.0.7/envs/global.env diff --git a/appstore/ghost/6.0.6/scripts/init.sh b/appstore/ghost/6.0.7/scripts/init.sh similarity index 100% rename from appstore/ghost/6.0.6/scripts/init.sh rename to appstore/ghost/6.0.7/scripts/init.sh diff --git a/appstore/ghost/6.0.6/scripts/uninstall.sh b/appstore/ghost/6.0.7/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/6.0.6/scripts/uninstall.sh rename to appstore/ghost/6.0.7/scripts/uninstall.sh diff --git a/appstore/ghost/6.0.6/scripts/upgrade.sh b/appstore/ghost/6.0.7/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/6.0.6/scripts/upgrade.sh rename to appstore/ghost/6.0.7/scripts/upgrade.sh diff --git a/appstore/gitea/1.24.5/.env b/appstore/gitea/1.24.6/.env similarity index 100% rename from appstore/gitea/1.24.5/.env rename to appstore/gitea/1.24.6/.env diff --git a/appstore/gitea/1.24.5/config/app.example.ini b/appstore/gitea/1.24.6/config/app.example.ini similarity index 100% rename from appstore/gitea/1.24.5/config/app.example.ini rename to appstore/gitea/1.24.6/config/app.example.ini diff --git a/appstore/gitea/1.24.5/data.yml b/appstore/gitea/1.24.6/data.yml similarity index 100% rename from appstore/gitea/1.24.5/data.yml rename to appstore/gitea/1.24.6/data.yml diff --git a/appstore/gitea/1.24.5/docker-compose.yml b/appstore/gitea/1.24.6/docker-compose.yml similarity index 97% rename from appstore/gitea/1.24.5/docker-compose.yml rename to appstore/gitea/1.24.6/docker-compose.yml index 33c261b08..43742883d 100644 --- a/appstore/gitea/1.24.5/docker-compose.yml +++ b/appstore/gitea/1.24.6/docker-compose.yml @@ -28,7 +28,7 @@ services: - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL} - image: gitea/gitea:1.24.5 + image: gitea/gitea:1.24.6 labels: createdBy: Apps networks: diff --git a/appstore/gitea/1.24.5/envs/default.env b/appstore/gitea/1.24.6/envs/default.env similarity index 100% rename from appstore/gitea/1.24.5/envs/default.env rename to appstore/gitea/1.24.6/envs/default.env diff --git a/appstore/gitea/1.24.5/envs/gitea.env b/appstore/gitea/1.24.6/envs/gitea.env similarity index 100% rename from appstore/gitea/1.24.5/envs/gitea.env rename to appstore/gitea/1.24.6/envs/gitea.env diff --git a/appstore/gitea/1.24.5/envs/global.env b/appstore/gitea/1.24.6/envs/global.env similarity index 100% rename from appstore/gitea/1.24.5/envs/global.env rename to appstore/gitea/1.24.6/envs/global.env diff --git a/appstore/gitea/1.24.5/scripts/init.sh b/appstore/gitea/1.24.6/scripts/init.sh similarity index 100% rename from appstore/gitea/1.24.5/scripts/init.sh rename to appstore/gitea/1.24.6/scripts/init.sh diff --git a/appstore/gitea/1.24.5/scripts/uninstall.sh b/appstore/gitea/1.24.6/scripts/uninstall.sh similarity index 100% rename from appstore/gitea/1.24.5/scripts/uninstall.sh rename to appstore/gitea/1.24.6/scripts/uninstall.sh diff --git a/appstore/gitea/1.24.5/scripts/upgrade.sh b/appstore/gitea/1.24.6/scripts/upgrade.sh similarity index 100% rename from appstore/gitea/1.24.5/scripts/upgrade.sh rename to appstore/gitea/1.24.6/scripts/upgrade.sh diff --git a/appstore/halo-h2/2.21.7/.env b/appstore/halo-h2/2.21.8/.env similarity index 100% rename from appstore/halo-h2/2.21.7/.env rename to appstore/halo-h2/2.21.8/.env diff --git a/appstore/halo-h2/2.21.7/data.yml b/appstore/halo-h2/2.21.8/data.yml similarity index 100% rename from appstore/halo-h2/2.21.7/data.yml rename to appstore/halo-h2/2.21.8/data.yml diff --git a/appstore/halo-h2/2.21.7/docker-compose.yml b/appstore/halo-h2/2.21.8/docker-compose.yml similarity index 93% rename from appstore/halo-h2/2.21.7/docker-compose.yml rename to appstore/halo-h2/2.21.8/docker-compose.yml index 2faf926f6..a19503ddc 100644 --- a/appstore/halo-h2/2.21.7/docker-compose.yml +++ b/appstore/halo-h2/2.21.8/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 labels: createdBy: Apps networks: diff --git a/appstore/halo-h2/2.21.7/envs/default.env b/appstore/halo-h2/2.21.8/envs/default.env similarity index 100% rename from appstore/halo-h2/2.21.7/envs/default.env rename to appstore/halo-h2/2.21.8/envs/default.env diff --git a/appstore/halo-h2/2.21.7/envs/global.env b/appstore/halo-h2/2.21.8/envs/global.env similarity index 100% rename from appstore/halo-h2/2.21.7/envs/global.env rename to appstore/halo-h2/2.21.8/envs/global.env diff --git a/appstore/halo-h2/2.21.7/scripts/init.sh b/appstore/halo-h2/2.21.8/scripts/init.sh similarity index 100% rename from appstore/halo-h2/2.21.7/scripts/init.sh rename to appstore/halo-h2/2.21.8/scripts/init.sh diff --git a/appstore/halo-h2/2.21.7/scripts/uninstall.sh b/appstore/halo-h2/2.21.8/scripts/uninstall.sh similarity index 100% rename from appstore/halo-h2/2.21.7/scripts/uninstall.sh rename to appstore/halo-h2/2.21.8/scripts/uninstall.sh diff --git a/appstore/halo-h2/2.21.7/scripts/upgrade.sh b/appstore/halo-h2/2.21.8/scripts/upgrade.sh similarity index 100% rename from appstore/halo-h2/2.21.7/scripts/upgrade.sh rename to appstore/halo-h2/2.21.8/scripts/upgrade.sh diff --git a/appstore/halo/2.21.7/.env b/appstore/halo/2.21.8/.env similarity index 100% rename from appstore/halo/2.21.7/.env rename to appstore/halo/2.21.8/.env diff --git a/appstore/halo/2.21.7/data.yml b/appstore/halo/2.21.8/data.yml similarity index 100% rename from appstore/halo/2.21.7/data.yml rename to appstore/halo/2.21.8/data.yml diff --git a/appstore/halo/2.21.7/docker-compose.yml b/appstore/halo/2.21.8/docker-compose.yml similarity index 95% rename from appstore/halo/2.21.7/docker-compose.yml rename to appstore/halo/2.21.8/docker-compose.yml index 5bb7a34cc..8423879c0 100644 --- a/appstore/halo/2.21.7/docker-compose.yml +++ b/appstore/halo/2.21.8/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 labels: createdBy: Apps networks: diff --git a/appstore/halo/2.21.7/envs/default.env b/appstore/halo/2.21.8/envs/default.env similarity index 100% rename from appstore/halo/2.21.7/envs/default.env rename to appstore/halo/2.21.8/envs/default.env diff --git a/appstore/halo/2.21.7/envs/global.env b/appstore/halo/2.21.8/envs/global.env similarity index 100% rename from appstore/halo/2.21.7/envs/global.env rename to appstore/halo/2.21.8/envs/global.env diff --git a/appstore/halo/2.21.7/scripts/init.sh b/appstore/halo/2.21.8/scripts/init.sh similarity index 100% rename from appstore/halo/2.21.7/scripts/init.sh rename to appstore/halo/2.21.8/scripts/init.sh diff --git a/appstore/halo/2.21.7/scripts/uninstall.sh b/appstore/halo/2.21.8/scripts/uninstall.sh similarity index 100% rename from appstore/halo/2.21.7/scripts/uninstall.sh rename to appstore/halo/2.21.8/scripts/uninstall.sh diff --git a/appstore/halo/2.21.7/scripts/upgrade.sh b/appstore/halo/2.21.8/scripts/upgrade.sh similarity index 100% rename from appstore/halo/2.21.7/scripts/upgrade.sh rename to appstore/halo/2.21.8/scripts/upgrade.sh diff --git a/appstore/homarr/1.35.1/.env b/appstore/homarr/1.36.1/.env similarity index 100% rename from appstore/homarr/1.35.1/.env rename to appstore/homarr/1.36.1/.env diff --git a/appstore/homarr/1.35.1/data.yml b/appstore/homarr/1.36.1/data.yml similarity index 100% rename from appstore/homarr/1.35.1/data.yml rename to appstore/homarr/1.36.1/data.yml diff --git a/dockge/homarr_1_35_1/docker-compose.yml b/appstore/homarr/1.36.1/docker-compose.yml similarity index 89% rename from dockge/homarr_1_35_1/docker-compose.yml rename to appstore/homarr/1.36.1/docker-compose.yml index aabdbeea9..0fd658bc0 100644 --- a/dockge/homarr_1_35_1/docker-compose.yml +++ b/appstore/homarr/1.36.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.35.1 + image: ghcr.io/homarr-labs/homarr:v1.36.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.35.1/envs/default.env b/appstore/homarr/1.36.1/envs/default.env similarity index 100% rename from appstore/homarr/1.35.1/envs/default.env rename to appstore/homarr/1.36.1/envs/default.env diff --git a/appstore/homarr/1.35.1/envs/global.env b/appstore/homarr/1.36.1/envs/global.env similarity index 100% rename from appstore/homarr/1.35.1/envs/global.env rename to appstore/homarr/1.36.1/envs/global.env diff --git a/appstore/homarr/1.35.1/scripts/init.sh b/appstore/homarr/1.36.1/scripts/init.sh similarity index 100% rename from appstore/homarr/1.35.1/scripts/init.sh rename to appstore/homarr/1.36.1/scripts/init.sh diff --git a/appstore/homarr/1.35.1/scripts/uninstall.sh b/appstore/homarr/1.36.1/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.35.1/scripts/uninstall.sh rename to appstore/homarr/1.36.1/scripts/uninstall.sh diff --git a/appstore/homarr/1.35.1/scripts/upgrade.sh b/appstore/homarr/1.36.1/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.35.1/scripts/upgrade.sh rename to appstore/homarr/1.36.1/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/1.140.1/.env b/appstore/immich-machine-learning/1.141.1/.env similarity index 100% rename from appstore/immich-machine-learning/1.140.1/.env rename to appstore/immich-machine-learning/1.141.1/.env diff --git a/appstore/immich-machine-learning/1.140.1/data.yml b/appstore/immich-machine-learning/1.141.1/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.140.1/data.yml rename to appstore/immich-machine-learning/1.141.1/data.yml diff --git a/appstore/immich-machine-learning/1.140.1/docker-compose.yml b/appstore/immich-machine-learning/1.141.1/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.140.1/docker-compose.yml rename to appstore/immich-machine-learning/1.141.1/docker-compose.yml index 102d35a23..57c1945e1 100644 --- a/appstore/immich-machine-learning/1.140.1/docker-compose.yml +++ b/appstore/immich-machine-learning/1.141.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.140.1/envs/default.env b/appstore/immich-machine-learning/1.141.1/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.140.1/envs/default.env rename to appstore/immich-machine-learning/1.141.1/envs/default.env diff --git a/appstore/immich-machine-learning/1.140.1/envs/global.env b/appstore/immich-machine-learning/1.141.1/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.140.1/envs/global.env rename to appstore/immich-machine-learning/1.141.1/envs/global.env diff --git a/appstore/immich-machine-learning/1.140.1/scripts/init.sh b/appstore/immich-machine-learning/1.141.1/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.140.1/scripts/init.sh rename to appstore/immich-machine-learning/1.141.1/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.140.1/scripts/uninstall.sh b/appstore/immich-machine-learning/1.141.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.140.1/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.141.1/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.140.1/scripts/upgrade.sh b/appstore/immich-machine-learning/1.141.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.140.1/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.141.1/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.140.0/.env b/appstore/immich-no-machine/1.141.1/.env similarity index 100% rename from appstore/immich-no-machine/1.140.0/.env rename to appstore/immich-no-machine/1.141.1/.env diff --git a/appstore/immich-no-machine/1.140.0/data.yml b/appstore/immich-no-machine/1.141.1/data.yml similarity index 100% rename from appstore/immich-no-machine/1.140.0/data.yml rename to appstore/immich-no-machine/1.141.1/data.yml diff --git a/appstore/immich-no-machine/1.140.0/docker-compose.yml b/appstore/immich-no-machine/1.141.1/docker-compose.yml similarity index 95% rename from appstore/immich-no-machine/1.140.0/docker-compose.yml rename to appstore/immich-no-machine/1.141.1/docker-compose.yml index 8f2cf768b..a29cf753d 100644 --- a/appstore/immich-no-machine/1.140.0/docker-compose.yml +++ b/appstore/immich-no-machine/1.141.1/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.140.0/envs/default.env b/appstore/immich-no-machine/1.141.1/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.140.0/envs/default.env rename to appstore/immich-no-machine/1.141.1/envs/default.env diff --git a/appstore/immich-no-machine/1.140.0/envs/global.env b/appstore/immich-no-machine/1.141.1/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.140.0/envs/global.env rename to appstore/immich-no-machine/1.141.1/envs/global.env diff --git a/appstore/immich-no-machine/1.140.0/scripts/init.sh b/appstore/immich-no-machine/1.141.1/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.140.0/scripts/init.sh rename to appstore/immich-no-machine/1.141.1/scripts/init.sh diff --git a/appstore/immich-no-machine/1.140.0/scripts/uninstall.sh b/appstore/immich-no-machine/1.141.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.140.0/scripts/uninstall.sh rename to appstore/immich-no-machine/1.141.1/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.140.0/scripts/upgrade.sh b/appstore/immich-no-machine/1.141.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.140.0/scripts/upgrade.sh rename to appstore/immich-no-machine/1.141.1/scripts/upgrade.sh diff --git a/appstore/immich-server/1.140.0/.env b/appstore/immich-server/1.141.1/.env similarity index 100% rename from appstore/immich-server/1.140.0/.env rename to appstore/immich-server/1.141.1/.env diff --git a/appstore/immich-server/1.140.0/data.yml b/appstore/immich-server/1.141.1/data.yml similarity index 100% rename from appstore/immich-server/1.140.0/data.yml rename to appstore/immich-server/1.141.1/data.yml diff --git a/appstore/immich-server/1.140.0/docker-compose.yml b/appstore/immich-server/1.141.1/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.140.0/docker-compose.yml rename to appstore/immich-server/1.141.1/docker-compose.yml index 778ace2b9..2ee0e6104 100644 --- a/appstore/immich-server/1.140.0/docker-compose.yml +++ b/appstore/immich-server/1.141.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.140.0/envs/default.env b/appstore/immich-server/1.141.1/envs/default.env similarity index 100% rename from appstore/immich-server/1.140.0/envs/default.env rename to appstore/immich-server/1.141.1/envs/default.env diff --git a/appstore/immich-server/1.140.0/envs/global.env b/appstore/immich-server/1.141.1/envs/global.env similarity index 100% rename from appstore/immich-server/1.140.0/envs/global.env rename to appstore/immich-server/1.141.1/envs/global.env diff --git a/appstore/immich-server/1.140.0/scripts/init.sh b/appstore/immich-server/1.141.1/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.140.0/scripts/init.sh rename to appstore/immich-server/1.141.1/scripts/init.sh diff --git a/appstore/immich-server/1.140.0/scripts/uninstall.sh b/appstore/immich-server/1.141.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.140.0/scripts/uninstall.sh rename to appstore/immich-server/1.141.1/scripts/uninstall.sh diff --git a/appstore/immich-server/1.140.0/scripts/upgrade.sh b/appstore/immich-server/1.141.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.140.0/scripts/upgrade.sh rename to appstore/immich-server/1.141.1/scripts/upgrade.sh diff --git a/appstore/immich/1.140.1/.env b/appstore/immich/1.141.1/.env similarity index 100% rename from appstore/immich/1.140.1/.env rename to appstore/immich/1.141.1/.env diff --git a/appstore/immich/1.140.1/data.yml b/appstore/immich/1.141.1/data.yml similarity index 100% rename from appstore/immich/1.140.1/data.yml rename to appstore/immich/1.141.1/data.yml diff --git a/appstore/immich/1.140.1/docker-compose.yml b/appstore/immich/1.141.1/docker-compose.yml similarity index 92% rename from appstore/immich/1.140.1/docker-compose.yml rename to appstore/immich/1.141.1/docker-compose.yml index 8887fc40f..d5e5dedde 100644 --- a/appstore/immich/1.140.1/docker-compose.yml +++ b/appstore/immich/1.141.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/appstore/immich/1.140.1/envs/default.env b/appstore/immich/1.141.1/envs/default.env similarity index 100% rename from appstore/immich/1.140.1/envs/default.env rename to appstore/immich/1.141.1/envs/default.env diff --git a/appstore/immich/1.140.1/envs/global.env b/appstore/immich/1.141.1/envs/global.env similarity index 100% rename from appstore/immich/1.140.1/envs/global.env rename to appstore/immich/1.141.1/envs/global.env diff --git a/appstore/immich/1.140.1/scripts/init.sh b/appstore/immich/1.141.1/scripts/init.sh similarity index 100% rename from appstore/immich/1.140.1/scripts/init.sh rename to appstore/immich/1.141.1/scripts/init.sh diff --git a/appstore/immich/1.140.1/scripts/uninstall.sh b/appstore/immich/1.141.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.140.1/scripts/uninstall.sh rename to appstore/immich/1.141.1/scripts/uninstall.sh diff --git a/appstore/immich/1.140.1/scripts/upgrade.sh b/appstore/immich/1.141.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.140.1/scripts/upgrade.sh rename to appstore/immich/1.141.1/scripts/upgrade.sh diff --git a/appstore/komga/1.23.3/.env b/appstore/komga/1.23.4/.env similarity index 100% rename from appstore/komga/1.23.3/.env rename to appstore/komga/1.23.4/.env diff --git a/appstore/komga/1.23.3/data.yml b/appstore/komga/1.23.4/data.yml similarity index 100% rename from appstore/komga/1.23.3/data.yml rename to appstore/komga/1.23.4/data.yml diff --git a/appstore/komga/1.23.3/docker-compose.yml b/appstore/komga/1.23.4/docker-compose.yml similarity index 95% rename from appstore/komga/1.23.3/docker-compose.yml rename to appstore/komga/1.23.4/docker-compose.yml index 155e023e0..3211cbb61 100644 --- a/appstore/komga/1.23.3/docker-compose.yml +++ b/appstore/komga/1.23.4/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: gotson/komga:1.23.3 + image: gotson/komga:1.23.4 labels: createdBy: Apps networks: diff --git a/appstore/komga/1.23.3/envs/default.env b/appstore/komga/1.23.4/envs/default.env similarity index 100% rename from appstore/komga/1.23.3/envs/default.env rename to appstore/komga/1.23.4/envs/default.env diff --git a/appstore/komga/1.23.3/envs/global.env b/appstore/komga/1.23.4/envs/global.env similarity index 100% rename from appstore/komga/1.23.3/envs/global.env rename to appstore/komga/1.23.4/envs/global.env diff --git a/appstore/komga/1.23.3/scripts/init.sh b/appstore/komga/1.23.4/scripts/init.sh similarity index 100% rename from appstore/komga/1.23.3/scripts/init.sh rename to appstore/komga/1.23.4/scripts/init.sh diff --git a/appstore/komga/1.23.3/scripts/uninstall.sh b/appstore/komga/1.23.4/scripts/uninstall.sh similarity index 100% rename from appstore/komga/1.23.3/scripts/uninstall.sh rename to appstore/komga/1.23.4/scripts/uninstall.sh diff --git a/appstore/komga/1.23.3/scripts/upgrade.sh b/appstore/komga/1.23.4/scripts/upgrade.sh similarity index 100% rename from appstore/komga/1.23.3/scripts/upgrade.sh rename to appstore/komga/1.23.4/scripts/upgrade.sh diff --git a/appstore/maxkb/2.1.0/.env b/appstore/maxkb/2.1.1/.env similarity index 100% rename from appstore/maxkb/2.1.0/.env rename to appstore/maxkb/2.1.1/.env diff --git a/appstore/maxkb/2.1.0/data.yml b/appstore/maxkb/2.1.1/data.yml similarity index 100% rename from appstore/maxkb/2.1.0/data.yml rename to appstore/maxkb/2.1.1/data.yml diff --git a/appstore/maxkb/2.1.0/docker-compose.yml b/appstore/maxkb/2.1.1/docker-compose.yml similarity index 94% rename from appstore/maxkb/2.1.0/docker-compose.yml rename to appstore/maxkb/2.1.1/docker-compose.yml index b11ef9752..01f6b0420 100644 --- a/appstore/maxkb/2.1.0/docker-compose.yml +++ b/appstore/maxkb/2.1.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: 1panel/maxkb:v2.1.0 + image: 1panel/maxkb:v2.1.1 labels: createdBy: Apps networks: diff --git a/appstore/maxkb/2.1.0/envs/default.env b/appstore/maxkb/2.1.1/envs/default.env similarity index 100% rename from appstore/maxkb/2.1.0/envs/default.env rename to appstore/maxkb/2.1.1/envs/default.env diff --git a/appstore/maxkb/2.1.0/envs/global.env b/appstore/maxkb/2.1.1/envs/global.env similarity index 100% rename from appstore/maxkb/2.1.0/envs/global.env rename to appstore/maxkb/2.1.1/envs/global.env diff --git a/appstore/maxkb/2.1.0/scripts/init.sh b/appstore/maxkb/2.1.1/scripts/init.sh similarity index 100% rename from appstore/maxkb/2.1.0/scripts/init.sh rename to appstore/maxkb/2.1.1/scripts/init.sh diff --git a/appstore/maxkb/2.1.0/scripts/uninstall.sh b/appstore/maxkb/2.1.1/scripts/uninstall.sh similarity index 100% rename from appstore/maxkb/2.1.0/scripts/uninstall.sh rename to appstore/maxkb/2.1.1/scripts/uninstall.sh diff --git a/appstore/maxkb/2.1.0/scripts/upgrade.sh b/appstore/maxkb/2.1.1/scripts/upgrade.sh similarity index 100% rename from appstore/maxkb/2.1.0/scripts/upgrade.sh rename to appstore/maxkb/2.1.1/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.20.2/.env b/appstore/mdc-ng/1.20.9/.env similarity index 100% rename from appstore/mdc-ng/1.20.2/.env rename to appstore/mdc-ng/1.20.9/.env diff --git a/appstore/mdc-ng/1.20.2/data.yml b/appstore/mdc-ng/1.20.9/data.yml similarity index 100% rename from appstore/mdc-ng/1.20.2/data.yml rename to appstore/mdc-ng/1.20.9/data.yml diff --git a/appstore/mdc-ng/1.20.2/docker-compose.yml b/appstore/mdc-ng/1.20.9/docker-compose.yml similarity index 95% rename from appstore/mdc-ng/1.20.2/docker-compose.yml rename to appstore/mdc-ng/1.20.9/docker-compose.yml index 422a3b4b1..075e75295 100644 --- a/appstore/mdc-ng/1.20.2/docker-compose.yml +++ b/appstore/mdc-ng/1.20.9/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.20.2 + image: mdcng/mdc:1.20.9 labels: createdBy: Apps networks: diff --git a/appstore/mdc-ng/1.20.2/envs/default.env b/appstore/mdc-ng/1.20.9/envs/default.env similarity index 100% rename from appstore/mdc-ng/1.20.2/envs/default.env rename to appstore/mdc-ng/1.20.9/envs/default.env diff --git a/appstore/mdc-ng/1.20.2/envs/global.env b/appstore/mdc-ng/1.20.9/envs/global.env similarity index 100% rename from appstore/mdc-ng/1.20.2/envs/global.env rename to appstore/mdc-ng/1.20.9/envs/global.env diff --git a/appstore/mdc-ng/1.20.2/scripts/init.sh b/appstore/mdc-ng/1.20.9/scripts/init.sh similarity index 100% rename from appstore/mdc-ng/1.20.2/scripts/init.sh rename to appstore/mdc-ng/1.20.9/scripts/init.sh diff --git a/appstore/mdc-ng/1.20.2/scripts/uninstall.sh b/appstore/mdc-ng/1.20.9/scripts/uninstall.sh similarity index 100% rename from appstore/mdc-ng/1.20.2/scripts/uninstall.sh rename to appstore/mdc-ng/1.20.9/scripts/uninstall.sh diff --git a/appstore/mdc-ng/1.20.2/scripts/upgrade.sh b/appstore/mdc-ng/1.20.9/scripts/upgrade.sh similarity index 100% rename from appstore/mdc-ng/1.20.2/scripts/upgrade.sh rename to appstore/mdc-ng/1.20.9/scripts/upgrade.sh diff --git a/appstore/minio/2025-07-23/.env b/appstore/minio/2025-09-07/.env similarity index 100% rename from appstore/minio/2025-07-23/.env rename to appstore/minio/2025-09-07/.env diff --git a/appstore/minio/2025-07-23/data.yml b/appstore/minio/2025-09-07/data.yml similarity index 100% rename from appstore/minio/2025-07-23/data.yml rename to appstore/minio/2025-09-07/data.yml diff --git a/appstore/minio/2025-07-23/docker-compose.yml b/appstore/minio/2025-09-07/docker-compose.yml similarity index 93% rename from appstore/minio/2025-07-23/docker-compose.yml rename to appstore/minio/2025-09-07/docker-compose.yml index 38508b45b..4e37e835a 100644 --- a/appstore/minio/2025-07-23/docker-compose.yml +++ b/appstore/minio/2025-09-07/docker-compose.yml @@ -15,7 +15,7 @@ services: - MINIO_BROWSER_REDIRECT=true extra_hosts: - ${MINIO_SERVER_HOST:-localhost}:127.0.0.1 - image: minio/minio:RELEASE.2025-07-23T15-54-02Z + image: minio/minio:RELEASE.2025-09-07T16-13-09Z labels: createdBy: Apps logging: diff --git a/appstore/minio/2025-07-23/envs/default.env b/appstore/minio/2025-09-07/envs/default.env similarity index 100% rename from appstore/minio/2025-07-23/envs/default.env rename to appstore/minio/2025-09-07/envs/default.env diff --git a/appstore/minio/2025-07-23/envs/global.env b/appstore/minio/2025-09-07/envs/global.env similarity index 100% rename from appstore/minio/2025-07-23/envs/global.env rename to appstore/minio/2025-09-07/envs/global.env diff --git a/appstore/minio/2025-07-23/scripts/init.sh b/appstore/minio/2025-09-07/scripts/init.sh similarity index 100% rename from appstore/minio/2025-07-23/scripts/init.sh rename to appstore/minio/2025-09-07/scripts/init.sh diff --git a/appstore/minio/2025-07-23/scripts/uninstall.sh b/appstore/minio/2025-09-07/scripts/uninstall.sh similarity index 100% rename from appstore/minio/2025-07-23/scripts/uninstall.sh rename to appstore/minio/2025-09-07/scripts/uninstall.sh diff --git a/appstore/minio/2025-07-23/scripts/upgrade.sh b/appstore/minio/2025-09-07/scripts/upgrade.sh similarity index 100% rename from appstore/minio/2025-07-23/scripts/upgrade.sh rename to appstore/minio/2025-09-07/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.7.8/.env b/appstore/movie-pilot/2.7.9/.env similarity index 100% rename from appstore/movie-pilot/2.7.8/.env rename to appstore/movie-pilot/2.7.9/.env diff --git a/appstore/movie-pilot/2.7.8/data.yml b/appstore/movie-pilot/2.7.9/data.yml similarity index 100% rename from appstore/movie-pilot/2.7.8/data.yml rename to appstore/movie-pilot/2.7.9/data.yml diff --git a/appstore/movie-pilot/2.7.8/docker-compose.yml b/appstore/movie-pilot/2.7.9/docker-compose.yml similarity index 96% rename from appstore/movie-pilot/2.7.8/docker-compose.yml rename to appstore/movie-pilot/2.7.9/docker-compose.yml index 52f62f1d4..634719141 100644 --- a/appstore/movie-pilot/2.7.8/docker-compose.yml +++ b/appstore/movie-pilot/2.7.9/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.7.8 + image: jxxghp/moviepilot:2.7.9 labels: createdBy: Apps logging: diff --git a/appstore/movie-pilot/2.7.8/envs/default.env b/appstore/movie-pilot/2.7.9/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.7.8/envs/default.env rename to appstore/movie-pilot/2.7.9/envs/default.env diff --git a/appstore/movie-pilot/2.7.8/envs/global.env b/appstore/movie-pilot/2.7.9/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.7.8/envs/global.env rename to appstore/movie-pilot/2.7.9/envs/global.env diff --git a/appstore/movie-pilot/2.7.8/scripts/init.sh b/appstore/movie-pilot/2.7.9/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.7.8/scripts/init.sh rename to appstore/movie-pilot/2.7.9/scripts/init.sh diff --git a/appstore/movie-pilot/2.7.8/scripts/uninstall.sh b/appstore/movie-pilot/2.7.9/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.7.8/scripts/uninstall.sh rename to appstore/movie-pilot/2.7.9/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.7.8/scripts/upgrade.sh b/appstore/movie-pilot/2.7.9/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.7.8/scripts/upgrade.sh rename to appstore/movie-pilot/2.7.9/scripts/upgrade.sh diff --git a/appstore/n8n/1.110.1/.env b/appstore/n8n/1.111.0/.env similarity index 100% rename from appstore/n8n/1.110.1/.env rename to appstore/n8n/1.111.0/.env diff --git a/appstore/n8n/1.110.1/data.yml b/appstore/n8n/1.111.0/data.yml similarity index 100% rename from appstore/n8n/1.110.1/data.yml rename to appstore/n8n/1.111.0/data.yml diff --git a/appstore/n8n/1.110.1/docker-compose.yml b/appstore/n8n/1.111.0/docker-compose.yml similarity index 94% rename from appstore/n8n/1.110.1/docker-compose.yml rename to appstore/n8n/1.111.0/docker-compose.yml index 69bf53519..f370dd3a1 100644 --- a/appstore/n8n/1.110.1/docker-compose.yml +++ b/appstore/n8n/1.111.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.110.1 + image: n8nio/n8n:1.111.0 labels: createdBy: Apps networks: diff --git a/appstore/n8n/1.110.1/envs/default.env b/appstore/n8n/1.111.0/envs/default.env similarity index 100% rename from appstore/n8n/1.110.1/envs/default.env rename to appstore/n8n/1.111.0/envs/default.env diff --git a/appstore/n8n/1.110.1/envs/global.env b/appstore/n8n/1.111.0/envs/global.env similarity index 100% rename from appstore/n8n/1.110.1/envs/global.env rename to appstore/n8n/1.111.0/envs/global.env diff --git a/appstore/n8n/1.110.1/scripts/init.sh b/appstore/n8n/1.111.0/scripts/init.sh similarity index 100% rename from appstore/n8n/1.110.1/scripts/init.sh rename to appstore/n8n/1.111.0/scripts/init.sh diff --git a/appstore/n8n/1.110.1/scripts/uninstall.sh b/appstore/n8n/1.111.0/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/1.110.1/scripts/uninstall.sh rename to appstore/n8n/1.111.0/scripts/uninstall.sh diff --git a/appstore/n8n/1.110.1/scripts/upgrade.sh b/appstore/n8n/1.111.0/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/1.110.1/scripts/upgrade.sh rename to appstore/n8n/1.111.0/scripts/upgrade.sh diff --git a/appstore/nexus3/3.83.2/.env b/appstore/nexus3/3.84.0/.env similarity index 100% rename from appstore/nexus3/3.83.2/.env rename to appstore/nexus3/3.84.0/.env diff --git a/appstore/nexus3/3.83.2/data.yml b/appstore/nexus3/3.84.0/data.yml similarity index 100% rename from appstore/nexus3/3.83.2/data.yml rename to appstore/nexus3/3.84.0/data.yml diff --git a/appstore/nexus3/3.83.2/docker-compose.yml b/appstore/nexus3/3.84.0/docker-compose.yml similarity index 90% rename from appstore/nexus3/3.83.2/docker-compose.yml rename to appstore/nexus3/3.84.0/docker-compose.yml index 018346638..d7eebeaff 100644 --- a/appstore/nexus3/3.83.2/docker-compose.yml +++ b/appstore/nexus3/3.84.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.83.2-alpine + image: sonatype/nexus3:3.84.0-alpine labels: createdBy: Apps networks: diff --git a/appstore/nexus3/3.83.2/envs/default.env b/appstore/nexus3/3.84.0/envs/default.env similarity index 100% rename from appstore/nexus3/3.83.2/envs/default.env rename to appstore/nexus3/3.84.0/envs/default.env diff --git a/appstore/nexus3/3.83.2/envs/global.env b/appstore/nexus3/3.84.0/envs/global.env similarity index 100% rename from appstore/nexus3/3.83.2/envs/global.env rename to appstore/nexus3/3.84.0/envs/global.env diff --git a/appstore/nexus3/3.83.2/scripts/init.sh b/appstore/nexus3/3.84.0/scripts/init.sh similarity index 100% rename from appstore/nexus3/3.83.2/scripts/init.sh rename to appstore/nexus3/3.84.0/scripts/init.sh diff --git a/appstore/nexus3/3.83.2/scripts/uninstall.sh b/appstore/nexus3/3.84.0/scripts/uninstall.sh similarity index 100% rename from appstore/nexus3/3.83.2/scripts/uninstall.sh rename to appstore/nexus3/3.84.0/scripts/uninstall.sh diff --git a/appstore/nexus3/3.83.2/scripts/upgrade.sh b/appstore/nexus3/3.84.0/scripts/upgrade.sh similarity index 100% rename from appstore/nexus3/3.83.2/scripts/upgrade.sh rename to appstore/nexus3/3.84.0/scripts/upgrade.sh diff --git a/appstore/nodebb/4.5.0/.env b/appstore/nodebb/4.5.1/.env similarity index 100% rename from appstore/nodebb/4.5.0/.env rename to appstore/nodebb/4.5.1/.env diff --git a/appstore/nodebb/4.5.0/3.12.4/.env b/appstore/nodebb/4.5.1/3.12.4/.env similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/.env rename to appstore/nodebb/4.5.1/3.12.4/.env diff --git a/appstore/nodebb/4.5.0/3.12.4/conf/setup.json b/appstore/nodebb/4.5.1/3.12.4/conf/setup.json similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/conf/setup.json rename to appstore/nodebb/4.5.1/3.12.4/conf/setup.json diff --git a/appstore/nodebb/4.5.0/3.12.4/data.yml b/appstore/nodebb/4.5.1/3.12.4/data.yml similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/data.yml rename to appstore/nodebb/4.5.1/3.12.4/data.yml diff --git a/appstore/nodebb/4.5.0/3.12.4/docker-compose.yml b/appstore/nodebb/4.5.1/3.12.4/docker-compose.yml similarity index 90% rename from appstore/nodebb/4.5.0/3.12.4/docker-compose.yml rename to appstore/nodebb/4.5.1/3.12.4/docker-compose.yml index 730ec2583..73dfc36a7 100644 --- a/appstore/nodebb/4.5.0/3.12.4/docker-compose.yml +++ b/appstore/nodebb/4.5.1/3.12.4/docker-compose.yml @@ -3,13 +3,13 @@ networks: external: true services: nodebb: - container_name: 4.5.0 + container_name: 4.5.1 env_file: - ./envs/global.env - .env environment: - TZ=Asia/Shanghai - image: ghcr.io/nodebb/nodebb:4.5.0 + image: ghcr.io/nodebb/nodebb:4.5.1 labels: createdBy: Apps networks: diff --git a/appstore/nodebb/4.5.0/3.12.4/envs/default.env b/appstore/nodebb/4.5.1/3.12.4/envs/default.env similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/envs/default.env rename to appstore/nodebb/4.5.1/3.12.4/envs/default.env diff --git a/appstore/nodebb/4.5.0/3.12.4/envs/global.env b/appstore/nodebb/4.5.1/3.12.4/envs/global.env similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/envs/global.env rename to appstore/nodebb/4.5.1/3.12.4/envs/global.env diff --git a/appstore/nodebb/4.5.0/3.12.4/scripts/init.sh b/appstore/nodebb/4.5.1/3.12.4/scripts/init.sh similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/scripts/init.sh rename to appstore/nodebb/4.5.1/3.12.4/scripts/init.sh diff --git a/appstore/nodebb/4.5.0/3.12.4/scripts/uninstall.sh b/appstore/nodebb/4.5.1/3.12.4/scripts/uninstall.sh similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/scripts/uninstall.sh rename to appstore/nodebb/4.5.1/3.12.4/scripts/uninstall.sh diff --git a/appstore/nodebb/4.5.0/3.12.4/scripts/upgrade.sh b/appstore/nodebb/4.5.1/3.12.4/scripts/upgrade.sh similarity index 100% rename from appstore/nodebb/4.5.0/3.12.4/scripts/upgrade.sh rename to appstore/nodebb/4.5.1/3.12.4/scripts/upgrade.sh diff --git a/appstore/nodebb/4.5.0/conf/setup.json b/appstore/nodebb/4.5.1/conf/setup.json similarity index 100% rename from appstore/nodebb/4.5.0/conf/setup.json rename to appstore/nodebb/4.5.1/conf/setup.json diff --git a/appstore/nodebb/4.5.0/data.yml b/appstore/nodebb/4.5.1/data.yml similarity index 100% rename from appstore/nodebb/4.5.0/data.yml rename to appstore/nodebb/4.5.1/data.yml diff --git a/appstore/nodebb/4.5.0/docker-compose.yml b/appstore/nodebb/4.5.1/docker-compose.yml similarity index 94% rename from appstore/nodebb/4.5.0/docker-compose.yml rename to appstore/nodebb/4.5.1/docker-compose.yml index 0dec49f41..0f123e1a7 100644 --- a/appstore/nodebb/4.5.0/docker-compose.yml +++ b/appstore/nodebb/4.5.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: ghcr.io/nodebb/nodebb:4.5.0 + image: ghcr.io/nodebb/nodebb:4.5.1 labels: createdBy: Apps networks: diff --git a/appstore/nodebb/4.5.0/envs/default.env b/appstore/nodebb/4.5.1/envs/default.env similarity index 100% rename from appstore/nodebb/4.5.0/envs/default.env rename to appstore/nodebb/4.5.1/envs/default.env diff --git a/appstore/nodebb/4.5.0/envs/global.env b/appstore/nodebb/4.5.1/envs/global.env similarity index 100% rename from appstore/nodebb/4.5.0/envs/global.env rename to appstore/nodebb/4.5.1/envs/global.env diff --git a/appstore/nodebb/4.5.0/scripts/init.sh b/appstore/nodebb/4.5.1/scripts/init.sh similarity index 100% rename from appstore/nodebb/4.5.0/scripts/init.sh rename to appstore/nodebb/4.5.1/scripts/init.sh diff --git a/appstore/nodebb/4.5.0/scripts/uninstall.sh b/appstore/nodebb/4.5.1/scripts/uninstall.sh similarity index 100% rename from appstore/nodebb/4.5.0/scripts/uninstall.sh rename to appstore/nodebb/4.5.1/scripts/uninstall.sh diff --git a/appstore/nodebb/4.5.0/scripts/upgrade.sh b/appstore/nodebb/4.5.1/scripts/upgrade.sh similarity index 100% rename from appstore/nodebb/4.5.0/scripts/upgrade.sh rename to appstore/nodebb/4.5.1/scripts/upgrade.sh diff --git a/appstore/ollama/0.11.9/.env b/appstore/ollama/0.11.10/.env similarity index 100% rename from appstore/ollama/0.11.9/.env rename to appstore/ollama/0.11.10/.env diff --git a/appstore/ollama/0.11.9/data.yml b/appstore/ollama/0.11.10/data.yml similarity index 100% rename from appstore/ollama/0.11.9/data.yml rename to appstore/ollama/0.11.10/data.yml diff --git a/appstore/ollama/0.11.9/docker-compose.yml b/appstore/ollama/0.11.10/docker-compose.yml similarity index 95% rename from appstore/ollama/0.11.9/docker-compose.yml rename to appstore/ollama/0.11.10/docker-compose.yml index ef6f583c5..33935f77e 100644 --- a/appstore/ollama/0.11.9/docker-compose.yml +++ b/appstore/ollama/0.11.10/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.11.9 + image: ollama/ollama:0.11.10 labels: createdBy: Apps networks: diff --git a/appstore/ollama/0.11.9/envs/default.env b/appstore/ollama/0.11.10/envs/default.env similarity index 100% rename from appstore/ollama/0.11.9/envs/default.env rename to appstore/ollama/0.11.10/envs/default.env diff --git a/appstore/ollama/0.11.9/envs/global.env b/appstore/ollama/0.11.10/envs/global.env similarity index 100% rename from appstore/ollama/0.11.9/envs/global.env rename to appstore/ollama/0.11.10/envs/global.env diff --git a/appstore/ollama/0.11.9/scripts/init.sh b/appstore/ollama/0.11.10/scripts/init.sh similarity index 100% rename from appstore/ollama/0.11.9/scripts/init.sh rename to appstore/ollama/0.11.10/scripts/init.sh diff --git a/appstore/ollama/0.11.9/scripts/uninstall.sh b/appstore/ollama/0.11.10/scripts/uninstall.sh similarity index 100% rename from appstore/ollama/0.11.9/scripts/uninstall.sh rename to appstore/ollama/0.11.10/scripts/uninstall.sh diff --git a/appstore/ollama/0.11.9/scripts/upgrade.sh b/appstore/ollama/0.11.10/scripts/upgrade.sh similarity index 100% rename from appstore/ollama/0.11.9/scripts/upgrade.sh rename to appstore/ollama/0.11.10/scripts/upgrade.sh diff --git a/appstore/onedev/12.0.8/.env b/appstore/onedev/12.0.10/.env similarity index 100% rename from appstore/onedev/12.0.8/.env rename to appstore/onedev/12.0.10/.env diff --git a/appstore/onedev/12.0.8/data.yml b/appstore/onedev/12.0.10/data.yml similarity index 100% rename from appstore/onedev/12.0.8/data.yml rename to appstore/onedev/12.0.10/data.yml diff --git a/appstore/onedev/12.0.8/docker-compose.yml b/appstore/onedev/12.0.10/docker-compose.yml similarity index 95% rename from appstore/onedev/12.0.8/docker-compose.yml rename to appstore/onedev/12.0.10/docker-compose.yml index a3248cabe..780a27b62 100644 --- a/appstore/onedev/12.0.8/docker-compose.yml +++ b/appstore/onedev/12.0.10/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:12.0.8 + image: 1dev/server:12.0.10 labels: createdBy: Apps networks: diff --git a/appstore/onedev/12.0.8/envs/default.env b/appstore/onedev/12.0.10/envs/default.env similarity index 100% rename from appstore/onedev/12.0.8/envs/default.env rename to appstore/onedev/12.0.10/envs/default.env diff --git a/appstore/onedev/12.0.8/envs/global.env b/appstore/onedev/12.0.10/envs/global.env similarity index 100% rename from appstore/onedev/12.0.8/envs/global.env rename to appstore/onedev/12.0.10/envs/global.env diff --git a/appstore/onedev/12.0.8/envs/onedev.env b/appstore/onedev/12.0.10/envs/onedev.env similarity index 100% rename from appstore/onedev/12.0.8/envs/onedev.env rename to appstore/onedev/12.0.10/envs/onedev.env diff --git a/appstore/onedev/12.0.8/scripts/init.sh b/appstore/onedev/12.0.10/scripts/init.sh similarity index 100% rename from appstore/onedev/12.0.8/scripts/init.sh rename to appstore/onedev/12.0.10/scripts/init.sh diff --git a/appstore/onedev/12.0.8/scripts/uninstall.sh b/appstore/onedev/12.0.10/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/12.0.8/scripts/uninstall.sh rename to appstore/onedev/12.0.10/scripts/uninstall.sh diff --git a/appstore/onedev/12.0.8/scripts/upgrade.sh b/appstore/onedev/12.0.10/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/12.0.8/scripts/upgrade.sh rename to appstore/onedev/12.0.10/scripts/upgrade.sh diff --git a/appstore/open-webui/0.6.26/.env b/appstore/open-webui/0.6.28/.env similarity index 100% rename from appstore/open-webui/0.6.26/.env rename to appstore/open-webui/0.6.28/.env diff --git a/appstore/open-webui/0.6.26/data.yml b/appstore/open-webui/0.6.28/data.yml similarity index 100% rename from appstore/open-webui/0.6.26/data.yml rename to appstore/open-webui/0.6.28/data.yml diff --git a/appstore/open-webui/0.6.26/docker-compose.yml b/appstore/open-webui/0.6.28/docker-compose.yml similarity index 91% rename from appstore/open-webui/0.6.26/docker-compose.yml rename to appstore/open-webui/0.6.28/docker-compose.yml index 0ebfbe941..660c05ff3 100644 --- a/appstore/open-webui/0.6.26/docker-compose.yml +++ b/appstore/open-webui/0.6.28/docker-compose.yml @@ -15,7 +15,7 @@ services: - ENABLE_OLLAMA_API=True - ENABLE_OPENAI_API=False - https_proxy=${http_proxy} - image: ghcr.io/open-webui/open-webui:v0.6.26 + image: ghcr.io/open-webui/open-webui:0.6.28 labels: createdBy: Apps networks: diff --git a/appstore/open-webui/0.6.26/envs/default.env b/appstore/open-webui/0.6.28/envs/default.env similarity index 100% rename from appstore/open-webui/0.6.26/envs/default.env rename to appstore/open-webui/0.6.28/envs/default.env diff --git a/appstore/open-webui/0.6.26/envs/global.env b/appstore/open-webui/0.6.28/envs/global.env similarity index 100% rename from appstore/open-webui/0.6.26/envs/global.env rename to appstore/open-webui/0.6.28/envs/global.env diff --git a/appstore/open-webui/0.6.26/scripts/init.sh b/appstore/open-webui/0.6.28/scripts/init.sh similarity index 100% rename from appstore/open-webui/0.6.26/scripts/init.sh rename to appstore/open-webui/0.6.28/scripts/init.sh diff --git a/appstore/open-webui/0.6.26/scripts/uninstall.sh b/appstore/open-webui/0.6.28/scripts/uninstall.sh similarity index 100% rename from appstore/open-webui/0.6.26/scripts/uninstall.sh rename to appstore/open-webui/0.6.28/scripts/uninstall.sh diff --git a/appstore/open-webui/0.6.26/scripts/upgrade.sh b/appstore/open-webui/0.6.28/scripts/upgrade.sh similarity index 100% rename from appstore/open-webui/0.6.26/scripts/upgrade.sh rename to appstore/open-webui/0.6.28/scripts/upgrade.sh diff --git a/appstore/openresty-manager/2.1.0/.env b/appstore/openresty-manager/2.2.1/.env similarity index 100% rename from appstore/openresty-manager/2.1.0/.env rename to appstore/openresty-manager/2.2.1/.env diff --git a/appstore/openresty-manager/2.1.0/data.yml b/appstore/openresty-manager/2.2.1/data.yml similarity index 100% rename from appstore/openresty-manager/2.1.0/data.yml rename to appstore/openresty-manager/2.2.1/data.yml diff --git a/appstore/openresty-manager/2.1.0/docker-compose.yml b/appstore/openresty-manager/2.2.1/docker-compose.yml similarity index 94% rename from appstore/openresty-manager/2.1.0/docker-compose.yml rename to appstore/openresty-manager/2.2.1/docker-compose.yml index a36007040..8adc4007e 100644 --- a/appstore/openresty-manager/2.1.0/docker-compose.yml +++ b/appstore/openresty-manager/2.2.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: uusec/openresty-manager:2.1.0 + image: uusec/openresty-manager:2.2.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/openresty-manager/2.1.0/envs/default.env b/appstore/openresty-manager/2.2.1/envs/default.env similarity index 100% rename from appstore/openresty-manager/2.1.0/envs/default.env rename to appstore/openresty-manager/2.2.1/envs/default.env diff --git a/appstore/openresty-manager/2.1.0/envs/global.env b/appstore/openresty-manager/2.2.1/envs/global.env similarity index 100% rename from appstore/openresty-manager/2.1.0/envs/global.env rename to appstore/openresty-manager/2.2.1/envs/global.env diff --git a/appstore/openresty-manager/2.1.0/scripts/init.sh b/appstore/openresty-manager/2.2.1/scripts/init.sh similarity index 100% rename from appstore/openresty-manager/2.1.0/scripts/init.sh rename to appstore/openresty-manager/2.2.1/scripts/init.sh diff --git a/appstore/openresty-manager/2.1.0/scripts/uninstall.sh b/appstore/openresty-manager/2.2.1/scripts/uninstall.sh similarity index 100% rename from appstore/openresty-manager/2.1.0/scripts/uninstall.sh rename to appstore/openresty-manager/2.2.1/scripts/uninstall.sh diff --git a/appstore/openresty-manager/2.1.0/scripts/upgrade.sh b/appstore/openresty-manager/2.2.1/scripts/upgrade.sh similarity index 100% rename from appstore/openresty-manager/2.1.0/scripts/upgrade.sh rename to appstore/openresty-manager/2.2.1/scripts/upgrade.sh diff --git a/appstore/outline/0.87.2/.env b/appstore/outline/0.87.3/.env similarity index 100% rename from appstore/outline/0.87.2/.env rename to appstore/outline/0.87.3/.env diff --git a/appstore/outline/0.87.2/data.yml b/appstore/outline/0.87.3/data.yml similarity index 100% rename from appstore/outline/0.87.2/data.yml rename to appstore/outline/0.87.3/data.yml diff --git a/appstore/outline/0.87.2/docker-compose.yml b/appstore/outline/0.87.3/docker-compose.yml similarity index 92% rename from appstore/outline/0.87.2/docker-compose.yml rename to appstore/outline/0.87.3/docker-compose.yml index 52cc1e00c..272f26c29 100644 --- a/appstore/outline/0.87.2/docker-compose.yml +++ b/appstore/outline/0.87.3/docker-compose.yml @@ -10,7 +10,7 @@ services: - .env environment: - DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME} - image: outlinewiki/outline:0.87.2 + image: outlinewiki/outline:0.87.3 labels: createdBy: Apps networks: diff --git a/appstore/outline/0.87.2/envs/default.env b/appstore/outline/0.87.3/envs/default.env similarity index 100% rename from appstore/outline/0.87.2/envs/default.env rename to appstore/outline/0.87.3/envs/default.env diff --git a/appstore/outline/0.87.2/envs/global.env b/appstore/outline/0.87.3/envs/global.env similarity index 100% rename from appstore/outline/0.87.2/envs/global.env rename to appstore/outline/0.87.3/envs/global.env diff --git a/appstore/outline/0.87.2/envs/outline.env b/appstore/outline/0.87.3/envs/outline.env similarity index 100% rename from appstore/outline/0.87.2/envs/outline.env rename to appstore/outline/0.87.3/envs/outline.env diff --git a/appstore/outline/0.87.2/scripts/init.sh b/appstore/outline/0.87.3/scripts/init.sh similarity index 100% rename from appstore/outline/0.87.2/scripts/init.sh rename to appstore/outline/0.87.3/scripts/init.sh diff --git a/appstore/outline/0.87.2/scripts/uninstall.sh b/appstore/outline/0.87.3/scripts/uninstall.sh similarity index 100% rename from appstore/outline/0.87.2/scripts/uninstall.sh rename to appstore/outline/0.87.3/scripts/uninstall.sh diff --git a/appstore/outline/0.87.2/scripts/upgrade.sh b/appstore/outline/0.87.3/scripts/upgrade.sh similarity index 100% rename from appstore/outline/0.87.2/scripts/upgrade.sh rename to appstore/outline/0.87.3/scripts/upgrade.sh diff --git a/appstore/page-spy-web/2.4.0/.env b/appstore/page-spy-web/2.4.1/.env similarity index 100% rename from appstore/page-spy-web/2.4.0/.env rename to appstore/page-spy-web/2.4.1/.env diff --git a/appstore/page-spy-web/2.4.0/data.yml b/appstore/page-spy-web/2.4.1/data.yml similarity index 100% rename from appstore/page-spy-web/2.4.0/data.yml rename to appstore/page-spy-web/2.4.1/data.yml diff --git a/appstore/page-spy-web/2.4.0/docker-compose.yml b/appstore/page-spy-web/2.4.1/docker-compose.yml similarity index 90% rename from appstore/page-spy-web/2.4.0/docker-compose.yml rename to appstore/page-spy-web/2.4.1/docker-compose.yml index 03a61ac5e..9fabcbd6a 100644 --- a/appstore/page-spy-web/2.4.0/docker-compose.yml +++ b/appstore/page-spy-web/2.4.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: huolalatech/page-spy-web:v2.4.0 + image: huolalatech/page-spy-web:v2.4.1 labels: createdBy: Apps networks: diff --git a/appstore/page-spy-web/2.4.0/envs/default.env b/appstore/page-spy-web/2.4.1/envs/default.env similarity index 100% rename from appstore/page-spy-web/2.4.0/envs/default.env rename to appstore/page-spy-web/2.4.1/envs/default.env diff --git a/appstore/page-spy-web/2.4.0/envs/global.env b/appstore/page-spy-web/2.4.1/envs/global.env similarity index 100% rename from appstore/page-spy-web/2.4.0/envs/global.env rename to appstore/page-spy-web/2.4.1/envs/global.env diff --git a/appstore/page-spy-web/2.4.0/scripts/init.sh b/appstore/page-spy-web/2.4.1/scripts/init.sh similarity index 100% rename from appstore/page-spy-web/2.4.0/scripts/init.sh rename to appstore/page-spy-web/2.4.1/scripts/init.sh diff --git a/appstore/page-spy-web/2.4.0/scripts/uninstall.sh b/appstore/page-spy-web/2.4.1/scripts/uninstall.sh similarity index 100% rename from appstore/page-spy-web/2.4.0/scripts/uninstall.sh rename to appstore/page-spy-web/2.4.1/scripts/uninstall.sh diff --git a/appstore/page-spy-web/2.4.0/scripts/upgrade.sh b/appstore/page-spy-web/2.4.1/scripts/upgrade.sh similarity index 100% rename from appstore/page-spy-web/2.4.0/scripts/upgrade.sh rename to appstore/page-spy-web/2.4.1/scripts/upgrade.sh diff --git a/appstore/readeck-pg/0.20.1/.env b/appstore/readeck-pg/0.20.2/.env similarity index 100% rename from appstore/readeck-pg/0.20.1/.env rename to appstore/readeck-pg/0.20.2/.env diff --git a/appstore/readeck-pg/0.20.1/data.yml b/appstore/readeck-pg/0.20.2/data.yml similarity index 100% rename from appstore/readeck-pg/0.20.1/data.yml rename to appstore/readeck-pg/0.20.2/data.yml diff --git a/appstore/readeck-pg/0.20.1/docker-compose.yml b/appstore/readeck-pg/0.20.2/docker-compose.yml similarity index 94% rename from appstore/readeck-pg/0.20.1/docker-compose.yml rename to appstore/readeck-pg/0.20.2/docker-compose.yml index 8b03cef85..7394b1ffd 100644 --- a/appstore/readeck-pg/0.20.1/docker-compose.yml +++ b/appstore/readeck-pg/0.20.2/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 labels: createdBy: Apps networks: diff --git a/appstore/readeck-pg/0.20.1/envs/default.env b/appstore/readeck-pg/0.20.2/envs/default.env similarity index 100% rename from appstore/readeck-pg/0.20.1/envs/default.env rename to appstore/readeck-pg/0.20.2/envs/default.env diff --git a/appstore/readeck-pg/0.20.1/envs/global.env b/appstore/readeck-pg/0.20.2/envs/global.env similarity index 100% rename from appstore/readeck-pg/0.20.1/envs/global.env rename to appstore/readeck-pg/0.20.2/envs/global.env diff --git a/appstore/readeck-pg/0.20.1/scripts/init.sh b/appstore/readeck-pg/0.20.2/scripts/init.sh similarity index 100% rename from appstore/readeck-pg/0.20.1/scripts/init.sh rename to appstore/readeck-pg/0.20.2/scripts/init.sh diff --git a/appstore/readeck-pg/0.20.1/scripts/uninstall.sh b/appstore/readeck-pg/0.20.2/scripts/uninstall.sh similarity index 100% rename from appstore/readeck-pg/0.20.1/scripts/uninstall.sh rename to appstore/readeck-pg/0.20.2/scripts/uninstall.sh diff --git a/appstore/readeck-pg/0.20.1/scripts/upgrade.sh b/appstore/readeck-pg/0.20.2/scripts/upgrade.sh similarity index 100% rename from appstore/readeck-pg/0.20.1/scripts/upgrade.sh rename to appstore/readeck-pg/0.20.2/scripts/upgrade.sh diff --git a/appstore/readeck/0.20.1/.env b/appstore/readeck/0.20.2/.env similarity index 100% rename from appstore/readeck/0.20.1/.env rename to appstore/readeck/0.20.2/.env diff --git a/appstore/readeck/0.20.1/data.yml b/appstore/readeck/0.20.2/data.yml similarity index 100% rename from appstore/readeck/0.20.1/data.yml rename to appstore/readeck/0.20.2/data.yml diff --git a/appstore/readeck/0.20.1/docker-compose.yml b/appstore/readeck/0.20.2/docker-compose.yml similarity index 93% rename from appstore/readeck/0.20.1/docker-compose.yml rename to appstore/readeck/0.20.2/docker-compose.yml index 33f8657e1..f931b6d5c 100644 --- a/appstore/readeck/0.20.1/docker-compose.yml +++ b/appstore/readeck/0.20.2/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 labels: createdBy: Apps networks: diff --git a/appstore/readeck/0.20.1/envs/default.env b/appstore/readeck/0.20.2/envs/default.env similarity index 100% rename from appstore/readeck/0.20.1/envs/default.env rename to appstore/readeck/0.20.2/envs/default.env diff --git a/appstore/readeck/0.20.1/envs/global.env b/appstore/readeck/0.20.2/envs/global.env similarity index 100% rename from appstore/readeck/0.20.1/envs/global.env rename to appstore/readeck/0.20.2/envs/global.env diff --git a/appstore/readeck/0.20.1/scripts/init.sh b/appstore/readeck/0.20.2/scripts/init.sh similarity index 100% rename from appstore/readeck/0.20.1/scripts/init.sh rename to appstore/readeck/0.20.2/scripts/init.sh diff --git a/appstore/readeck/0.20.1/scripts/uninstall.sh b/appstore/readeck/0.20.2/scripts/uninstall.sh similarity index 100% rename from appstore/readeck/0.20.1/scripts/uninstall.sh rename to appstore/readeck/0.20.2/scripts/uninstall.sh diff --git a/appstore/readeck/0.20.1/scripts/upgrade.sh b/appstore/readeck/0.20.2/scripts/upgrade.sh similarity index 100% rename from appstore/readeck/0.20.1/scripts/upgrade.sh rename to appstore/readeck/0.20.2/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-08-30/.env b/appstore/rsshub/2025-09-10/.env similarity index 100% rename from appstore/rsshub/2025-08-30/.env rename to appstore/rsshub/2025-09-10/.env diff --git a/appstore/rsshub/2025-08-30/data.yml b/appstore/rsshub/2025-09-10/data.yml similarity index 100% rename from appstore/rsshub/2025-08-30/data.yml rename to appstore/rsshub/2025-09-10/data.yml diff --git a/appstore/rsshub/2025-08-30/docker-compose.yml b/appstore/rsshub/2025-09-10/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-08-30/docker-compose.yml rename to appstore/rsshub/2025-09-10/docker-compose.yml index 017aa9436..1712dda7c 100644 --- a/appstore/rsshub/2025-08-30/docker-compose.yml +++ b/appstore/rsshub/2025-09-10/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-08-30 + image: diygod/rsshub:2025-09-10 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-08-30/envs/default.env b/appstore/rsshub/2025-09-10/envs/default.env similarity index 100% rename from appstore/rsshub/2025-08-30/envs/default.env rename to appstore/rsshub/2025-09-10/envs/default.env diff --git a/appstore/rsshub/2025-08-30/envs/global.env b/appstore/rsshub/2025-09-10/envs/global.env similarity index 100% rename from appstore/rsshub/2025-08-30/envs/global.env rename to appstore/rsshub/2025-09-10/envs/global.env diff --git a/appstore/rsshub/2025-08-30/scripts/init.sh b/appstore/rsshub/2025-09-10/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-08-30/scripts/init.sh rename to appstore/rsshub/2025-09-10/scripts/init.sh diff --git a/appstore/rsshub/2025-08-30/scripts/uninstall.sh b/appstore/rsshub/2025-09-10/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-08-30/scripts/uninstall.sh rename to appstore/rsshub/2025-09-10/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-08-30/scripts/upgrade.sh b/appstore/rsshub/2025-09-10/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-08-30/scripts/upgrade.sh rename to appstore/rsshub/2025-09-10/scripts/upgrade.sh diff --git a/appstore/shopware-dockware/6.7.1.2/.env b/appstore/shopware-dockware/6.7.2.0/.env similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/.env rename to appstore/shopware-dockware/6.7.2.0/.env diff --git a/appstore/shopware-dockware/6.7.1.2/data.yml b/appstore/shopware-dockware/6.7.2.0/data.yml similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/data.yml rename to appstore/shopware-dockware/6.7.2.0/data.yml diff --git a/appstore/shopware-dockware/6.7.1.2/docker-compose.yml b/appstore/shopware-dockware/6.7.2.0/docker-compose.yml similarity index 92% rename from appstore/shopware-dockware/6.7.1.2/docker-compose.yml rename to appstore/shopware-dockware/6.7.2.0/docker-compose.yml index ab612d8de..72d3d3679 100644 --- a/appstore/shopware-dockware/6.7.1.2/docker-compose.yml +++ b/appstore/shopware-dockware/6.7.2.0/docker-compose.yml @@ -17,7 +17,7 @@ services: - 8888 - 22 - 443 - image: dockware/play:6.7.1.2 + image: dockware/play:6.7.2.0 labels: createdBy: Apps networks: diff --git a/appstore/shopware-dockware/6.7.1.2/envs/default.env b/appstore/shopware-dockware/6.7.2.0/envs/default.env similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/envs/default.env rename to appstore/shopware-dockware/6.7.2.0/envs/default.env diff --git a/appstore/shopware-dockware/6.7.1.2/envs/global.env b/appstore/shopware-dockware/6.7.2.0/envs/global.env similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/envs/global.env rename to appstore/shopware-dockware/6.7.2.0/envs/global.env diff --git a/appstore/shopware-dockware/6.7.1.2/scripts/init.sh b/appstore/shopware-dockware/6.7.2.0/scripts/init.sh similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/scripts/init.sh rename to appstore/shopware-dockware/6.7.2.0/scripts/init.sh diff --git a/appstore/shopware-dockware/6.7.1.2/scripts/uninstall.sh b/appstore/shopware-dockware/6.7.2.0/scripts/uninstall.sh similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/scripts/uninstall.sh rename to appstore/shopware-dockware/6.7.2.0/scripts/uninstall.sh diff --git a/appstore/shopware-dockware/6.7.1.2/scripts/upgrade.sh b/appstore/shopware-dockware/6.7.2.0/scripts/upgrade.sh similarity index 100% rename from appstore/shopware-dockware/6.7.1.2/scripts/upgrade.sh rename to appstore/shopware-dockware/6.7.2.0/scripts/upgrade.sh diff --git a/appstore/siyuan/3.3.1/.env b/appstore/siyuan/3.3.2/.env similarity index 100% rename from appstore/siyuan/3.3.1/.env rename to appstore/siyuan/3.3.2/.env diff --git a/appstore/siyuan/3.3.1/data.yml b/appstore/siyuan/3.3.2/data.yml similarity index 100% rename from appstore/siyuan/3.3.1/data.yml rename to appstore/siyuan/3.3.2/data.yml diff --git a/appstore/siyuan/3.3.1/docker-compose.yml b/appstore/siyuan/3.3.2/docker-compose.yml similarity index 93% rename from appstore/siyuan/3.3.1/docker-compose.yml rename to appstore/siyuan/3.3.2/docker-compose.yml index ac55c21d0..edd588046 100644 --- a/appstore/siyuan/3.3.1/docker-compose.yml +++ b/appstore/siyuan/3.3.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.3.1 + image: b3log/siyuan:v3.3.2 labels: createdBy: Apps networks: diff --git a/appstore/siyuan/3.3.1/envs/default.env b/appstore/siyuan/3.3.2/envs/default.env similarity index 100% rename from appstore/siyuan/3.3.1/envs/default.env rename to appstore/siyuan/3.3.2/envs/default.env diff --git a/appstore/siyuan/3.3.1/envs/global.env b/appstore/siyuan/3.3.2/envs/global.env similarity index 100% rename from appstore/siyuan/3.3.1/envs/global.env rename to appstore/siyuan/3.3.2/envs/global.env diff --git a/appstore/siyuan/3.3.1/scripts/init.sh b/appstore/siyuan/3.3.2/scripts/init.sh similarity index 100% rename from appstore/siyuan/3.3.1/scripts/init.sh rename to appstore/siyuan/3.3.2/scripts/init.sh diff --git a/appstore/siyuan/3.3.1/scripts/uninstall.sh b/appstore/siyuan/3.3.2/scripts/uninstall.sh similarity index 100% rename from appstore/siyuan/3.3.1/scripts/uninstall.sh rename to appstore/siyuan/3.3.2/scripts/uninstall.sh diff --git a/appstore/siyuan/3.3.1/scripts/upgrade.sh b/appstore/siyuan/3.3.2/scripts/upgrade.sh similarity index 100% rename from appstore/siyuan/3.3.1/scripts/upgrade.sh rename to appstore/siyuan/3.3.2/scripts/upgrade.sh diff --git a/appstore/slink/1.6.4/.env b/appstore/slink/1.6.5/.env similarity index 100% rename from appstore/slink/1.6.4/.env rename to appstore/slink/1.6.5/.env diff --git a/appstore/slink/1.6.4/data.yml b/appstore/slink/1.6.5/data.yml similarity index 100% rename from appstore/slink/1.6.4/data.yml rename to appstore/slink/1.6.5/data.yml diff --git a/appstore/slink/1.6.4/docker-compose.yml b/appstore/slink/1.6.5/docker-compose.yml similarity index 94% rename from appstore/slink/1.6.4/docker-compose.yml rename to appstore/slink/1.6.5/docker-compose.yml index b453f8569..01061f1e2 100644 --- a/appstore/slink/1.6.4/docker-compose.yml +++ b/appstore/slink/1.6.5/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.6.4 + image: anirdev/slink:v1.6.5 labels: createdBy: Apps networks: diff --git a/appstore/slink/1.6.4/envs/default.env b/appstore/slink/1.6.5/envs/default.env similarity index 100% rename from appstore/slink/1.6.4/envs/default.env rename to appstore/slink/1.6.5/envs/default.env diff --git a/appstore/slink/1.6.4/envs/global.env b/appstore/slink/1.6.5/envs/global.env similarity index 100% rename from appstore/slink/1.6.4/envs/global.env rename to appstore/slink/1.6.5/envs/global.env diff --git a/appstore/slink/1.6.4/scripts/init.sh b/appstore/slink/1.6.5/scripts/init.sh similarity index 100% rename from appstore/slink/1.6.4/scripts/init.sh rename to appstore/slink/1.6.5/scripts/init.sh diff --git a/appstore/slink/1.6.4/scripts/uninstall.sh b/appstore/slink/1.6.5/scripts/uninstall.sh similarity index 100% rename from appstore/slink/1.6.4/scripts/uninstall.sh rename to appstore/slink/1.6.5/scripts/uninstall.sh diff --git a/appstore/slink/1.6.4/scripts/upgrade.sh b/appstore/slink/1.6.5/scripts/upgrade.sh similarity index 100% rename from appstore/slink/1.6.4/scripts/upgrade.sh rename to appstore/slink/1.6.5/scripts/upgrade.sh diff --git a/appstore/smanga/4.1.5/.env b/appstore/smanga/4.2.2/.env similarity index 100% rename from appstore/smanga/4.1.5/.env rename to appstore/smanga/4.2.2/.env diff --git a/appstore/smanga/4.1.5/data.yml b/appstore/smanga/4.2.2/data.yml similarity index 100% rename from appstore/smanga/4.1.5/data.yml rename to appstore/smanga/4.2.2/data.yml diff --git a/appstore/smanga/4.1.5/docker-compose.yml b/appstore/smanga/4.2.2/docker-compose.yml similarity index 94% rename from appstore/smanga/4.1.5/docker-compose.yml rename to appstore/smanga/4.2.2/docker-compose.yml index d2985c45e..bc752cd4b 100644 --- a/appstore/smanga/4.1.5/docker-compose.yml +++ b/appstore/smanga/4.2.2/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.1.5 + image: lkw199711/smanga-nodejs:4.2.2 labels: createdBy: Apps networks: diff --git a/appstore/smanga/4.1.5/envs/default.env b/appstore/smanga/4.2.2/envs/default.env similarity index 100% rename from appstore/smanga/4.1.5/envs/default.env rename to appstore/smanga/4.2.2/envs/default.env diff --git a/appstore/smanga/4.1.5/envs/global.env b/appstore/smanga/4.2.2/envs/global.env similarity index 100% rename from appstore/smanga/4.1.5/envs/global.env rename to appstore/smanga/4.2.2/envs/global.env diff --git a/appstore/smanga/4.1.5/scripts/init.sh b/appstore/smanga/4.2.2/scripts/init.sh similarity index 100% rename from appstore/smanga/4.1.5/scripts/init.sh rename to appstore/smanga/4.2.2/scripts/init.sh diff --git a/appstore/smanga/4.1.5/scripts/uninstall.sh b/appstore/smanga/4.2.2/scripts/uninstall.sh similarity index 100% rename from appstore/smanga/4.1.5/scripts/uninstall.sh rename to appstore/smanga/4.2.2/scripts/uninstall.sh diff --git a/appstore/smanga/4.1.5/scripts/upgrade.sh b/appstore/smanga/4.2.2/scripts/upgrade.sh similarity index 100% rename from appstore/smanga/4.1.5/scripts/upgrade.sh rename to appstore/smanga/4.2.2/scripts/upgrade.sh diff --git a/appstore/smtp-proxy-server/1.0.4/.env b/appstore/smtp-proxy-server/1.0.5/.env similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/.env rename to appstore/smtp-proxy-server/1.0.5/.env diff --git a/appstore/smtp-proxy-server/1.0.4/data.yml b/appstore/smtp-proxy-server/1.0.5/data.yml similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/data.yml rename to appstore/smtp-proxy-server/1.0.5/data.yml diff --git a/appstore/smtp-proxy-server/1.0.4/docker-compose.yml b/appstore/smtp-proxy-server/1.0.5/docker-compose.yml similarity index 96% rename from appstore/smtp-proxy-server/1.0.4/docker-compose.yml rename to appstore/smtp-proxy-server/1.0.5/docker-compose.yml index 028d8aac3..c6b814efd 100644 --- a/appstore/smtp-proxy-server/1.0.4/docker-compose.yml +++ b/appstore/smtp-proxy-server/1.0.5/docker-compose.yml @@ -12,7 +12,7 @@ services: - proxy_url=${PROXY_URL} - port=${PANEL_APP_PORT_SMTP} - imap_port=${PANEL_APP_PORT_IMAP} - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.4 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.5 labels: createdBy: Apps networks: diff --git a/appstore/smtp-proxy-server/1.0.4/envs/default.env b/appstore/smtp-proxy-server/1.0.5/envs/default.env similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/envs/default.env rename to appstore/smtp-proxy-server/1.0.5/envs/default.env diff --git a/appstore/smtp-proxy-server/1.0.4/envs/global.env b/appstore/smtp-proxy-server/1.0.5/envs/global.env similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/envs/global.env rename to appstore/smtp-proxy-server/1.0.5/envs/global.env diff --git a/appstore/smtp-proxy-server/1.0.4/scripts/init.sh b/appstore/smtp-proxy-server/1.0.5/scripts/init.sh similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/scripts/init.sh rename to appstore/smtp-proxy-server/1.0.5/scripts/init.sh diff --git a/appstore/smtp-proxy-server/1.0.4/scripts/uninstall.sh b/appstore/smtp-proxy-server/1.0.5/scripts/uninstall.sh similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/scripts/uninstall.sh rename to appstore/smtp-proxy-server/1.0.5/scripts/uninstall.sh diff --git a/appstore/smtp-proxy-server/1.0.4/scripts/upgrade.sh b/appstore/smtp-proxy-server/1.0.5/scripts/upgrade.sh similarity index 100% rename from appstore/smtp-proxy-server/1.0.4/scripts/upgrade.sh rename to appstore/smtp-proxy-server/1.0.5/scripts/upgrade.sh diff --git a/appstore/synapse/1.137.0/.env b/appstore/synapse/1.138.0/.env similarity index 100% rename from appstore/synapse/1.137.0/.env rename to appstore/synapse/1.138.0/.env diff --git a/appstore/synapse/1.137.0/data.yml b/appstore/synapse/1.138.0/data.yml similarity index 100% rename from appstore/synapse/1.137.0/data.yml rename to appstore/synapse/1.138.0/data.yml diff --git a/appstore/synapse/1.137.0/docker-compose.yml b/appstore/synapse/1.138.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.137.0/docker-compose.yml rename to appstore/synapse/1.138.0/docker-compose.yml index f68733e59..e2a59540b 100644 --- a/appstore/synapse/1.137.0/docker-compose.yml +++ b/appstore/synapse/1.138.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.137.0/envs/default.env b/appstore/synapse/1.138.0/envs/default.env similarity index 100% rename from appstore/synapse/1.137.0/envs/default.env rename to appstore/synapse/1.138.0/envs/default.env diff --git a/appstore/synapse/1.137.0/envs/global.env b/appstore/synapse/1.138.0/envs/global.env similarity index 100% rename from appstore/synapse/1.137.0/envs/global.env rename to appstore/synapse/1.138.0/envs/global.env diff --git a/appstore/synapse/1.137.0/scripts/init.sh b/appstore/synapse/1.138.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.137.0/scripts/init.sh rename to appstore/synapse/1.138.0/scripts/init.sh diff --git a/appstore/synapse/1.137.0/scripts/uninstall.sh b/appstore/synapse/1.138.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.137.0/scripts/uninstall.sh rename to appstore/synapse/1.138.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.137.0/scripts/upgrade.sh b/appstore/synapse/1.138.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.137.0/scripts/upgrade.sh rename to appstore/synapse/1.138.0/scripts/upgrade.sh diff --git a/appstore/watchyourlan/2.1.3/.env b/appstore/watchyourlan/2.1.4/.env similarity index 100% rename from appstore/watchyourlan/2.1.3/.env rename to appstore/watchyourlan/2.1.4/.env diff --git a/appstore/watchyourlan/2.1.3/data.yml b/appstore/watchyourlan/2.1.4/data.yml similarity index 100% rename from appstore/watchyourlan/2.1.3/data.yml rename to appstore/watchyourlan/2.1.4/data.yml diff --git a/appstore/watchyourlan/2.1.3/docker-compose.yml b/appstore/watchyourlan/2.1.4/docker-compose.yml similarity index 91% rename from appstore/watchyourlan/2.1.3/docker-compose.yml rename to appstore/watchyourlan/2.1.4/docker-compose.yml index 2d583980a..67683f063 100644 --- a/appstore/watchyourlan/2.1.3/docker-compose.yml +++ b/appstore/watchyourlan/2.1.4/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.3 + image: aceberg/watchyourlan:2.1.4 labels: createdBy: Apps network_mode: host diff --git a/appstore/watchyourlan/2.1.3/envs/default.env b/appstore/watchyourlan/2.1.4/envs/default.env similarity index 100% rename from appstore/watchyourlan/2.1.3/envs/default.env rename to appstore/watchyourlan/2.1.4/envs/default.env diff --git a/appstore/watchyourlan/2.1.3/envs/global.env b/appstore/watchyourlan/2.1.4/envs/global.env similarity index 100% rename from appstore/watchyourlan/2.1.3/envs/global.env rename to appstore/watchyourlan/2.1.4/envs/global.env diff --git a/appstore/watchyourlan/2.1.3/scripts/init.sh b/appstore/watchyourlan/2.1.4/scripts/init.sh similarity index 100% rename from appstore/watchyourlan/2.1.3/scripts/init.sh rename to appstore/watchyourlan/2.1.4/scripts/init.sh diff --git a/appstore/watchyourlan/2.1.3/scripts/uninstall.sh b/appstore/watchyourlan/2.1.4/scripts/uninstall.sh similarity index 100% rename from appstore/watchyourlan/2.1.3/scripts/uninstall.sh rename to appstore/watchyourlan/2.1.4/scripts/uninstall.sh diff --git a/appstore/watchyourlan/2.1.3/scripts/upgrade.sh b/appstore/watchyourlan/2.1.4/scripts/upgrade.sh similarity index 100% rename from appstore/watchyourlan/2.1.3/scripts/upgrade.sh rename to appstore/watchyourlan/2.1.4/scripts/upgrade.sh diff --git a/appstore/weblate/5.13.0.1/.env b/appstore/weblate/5.13.2.0/.env similarity index 100% rename from appstore/weblate/5.13.0.1/.env rename to appstore/weblate/5.13.2.0/.env diff --git a/appstore/weblate/5.13.0.1/data.yml b/appstore/weblate/5.13.2.0/data.yml similarity index 100% rename from appstore/weblate/5.13.0.1/data.yml rename to appstore/weblate/5.13.2.0/data.yml diff --git a/appstore/weblate/5.13.0.1/docker-compose.yml b/appstore/weblate/5.13.2.0/docker-compose.yml similarity index 94% rename from appstore/weblate/5.13.0.1/docker-compose.yml rename to appstore/weblate/5.13.2.0/docker-compose.yml index aa1b30737..9c5d0735d 100644 --- a/appstore/weblate/5.13.0.1/docker-compose.yml +++ b/appstore/weblate/5.13.2.0/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.13.0.1 + image: weblate/weblate:5.13.2.0 labels: createdBy: Apps networks: diff --git a/appstore/weblate/5.13.0.1/envs/default.env b/appstore/weblate/5.13.2.0/envs/default.env similarity index 100% rename from appstore/weblate/5.13.0.1/envs/default.env rename to appstore/weblate/5.13.2.0/envs/default.env diff --git a/appstore/weblate/5.13.0.1/envs/global.env b/appstore/weblate/5.13.2.0/envs/global.env similarity index 100% rename from appstore/weblate/5.13.0.1/envs/global.env rename to appstore/weblate/5.13.2.0/envs/global.env diff --git a/appstore/weblate/5.13.0.1/scripts/init.sh b/appstore/weblate/5.13.2.0/scripts/init.sh similarity index 100% rename from appstore/weblate/5.13.0.1/scripts/init.sh rename to appstore/weblate/5.13.2.0/scripts/init.sh diff --git a/appstore/weblate/5.13.0.1/scripts/uninstall.sh b/appstore/weblate/5.13.2.0/scripts/uninstall.sh similarity index 100% rename from appstore/weblate/5.13.0.1/scripts/uninstall.sh rename to appstore/weblate/5.13.2.0/scripts/uninstall.sh diff --git a/appstore/weblate/5.13.0.1/scripts/upgrade.sh b/appstore/weblate/5.13.2.0/scripts/upgrade.sh similarity index 100% rename from appstore/weblate/5.13.0.1/scripts/upgrade.sh rename to appstore/weblate/5.13.2.0/scripts/upgrade.sh diff --git a/dockge/4.5.0/.env b/dockge/4.5.1/.env similarity index 100% rename from dockge/4.5.0/.env rename to dockge/4.5.1/.env diff --git a/dockge/4.5.0/conf/setup.json b/dockge/4.5.1/conf/setup.json similarity index 100% rename from dockge/4.5.0/conf/setup.json rename to dockge/4.5.1/conf/setup.json diff --git a/dockge/4.5.0/docker-compose.yml b/dockge/4.5.1/docker-compose.yml similarity index 90% rename from dockge/4.5.0/docker-compose.yml rename to dockge/4.5.1/docker-compose.yml index 730ec2583..73dfc36a7 100644 --- a/dockge/4.5.0/docker-compose.yml +++ b/dockge/4.5.1/docker-compose.yml @@ -3,13 +3,13 @@ networks: external: true services: nodebb: - container_name: 4.5.0 + container_name: 4.5.1 env_file: - ./envs/global.env - .env environment: - TZ=Asia/Shanghai - image: ghcr.io/nodebb/nodebb:4.5.0 + image: ghcr.io/nodebb/nodebb:4.5.1 labels: createdBy: Apps networks: diff --git a/dockge/4.5.0/envs/default.env b/dockge/4.5.1/envs/default.env similarity index 100% rename from dockge/4.5.0/envs/default.env rename to dockge/4.5.1/envs/default.env diff --git a/dockge/4.5.0/envs/global.env b/dockge/4.5.1/envs/global.env similarity index 100% rename from dockge/4.5.0/envs/global.env rename to dockge/4.5.1/envs/global.env diff --git a/dockge/ammds-ol8/docker-compose.yml b/dockge/ammds-ol8/docker-compose.yml index d6b0665c9..6135df6cf 100644 --- a/dockge/ammds-ol8/docker-compose.yml +++ b/dockge/ammds-ol8/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.27-ol8 + image: qyg2297248353/ammds:v1.6.28-ol8 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 36ca616f7..922c74ee9 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.27 + image: qyg2297248353/ammds:v1.6.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index a20ca12c2..2a2c2f059 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.1 + image: wushuo894/ani-rss:v2.2.3 labels: createdBy: Apps networks: diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index 598ffb3c5..1ce66c66d 100644 --- a/dockge/astrbot-napcat/docker-compose.yml +++ b/dockge/astrbot-napcat/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 labels: createdBy: Apps networks: @@ -36,7 +36,7 @@ services: - MODE=astrbot - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} - image: mlikiowa/napcat-docker:v4.8.105 + image: mlikiowa/napcat-docker:v4.8.109 mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02} networks: - 1panel-network diff --git a/dockge/astrbot/docker-compose.yml b/dockge/astrbot/docker-compose.yml index f31425474..c3c578035 100644 --- a/dockge/astrbot/docker-compose.yml +++ b/dockge/astrbot/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 labels: createdBy: Apps networks: diff --git a/dockge/bark/docker-compose.yml b/dockge/bark/docker-compose.yml index b7addff97..809feb6ad 100644 --- a/dockge/bark/docker-compose.yml +++ b/dockge/bark/docker-compose.yml @@ -12,7 +12,7 @@ services: - BARK_SERVER_URL_PREFIX=/ - BARK_SERVER_DATA_DIR=/data - BARK_SERVER_SERVERLESS=false - image: finab/bark-server:v2.2.5 + image: finab/bark-server:v2.2.6 labels: createdBy: Apps networks: diff --git a/dockge/beszel-agent/docker-compose.yml b/dockge/beszel-agent/docker-compose.yml index 0631dfb28..8672b4553 100644 --- a/dockge/beszel-agent/docker-compose.yml +++ b/dockge/beszel-agent/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - LOG_LEVEL=info - PORT=${PANEL_APP_PORT_HTTP:-45876} - image: henrygd/beszel-agent:0.12.6 + image: henrygd/beszel-agent:0.12.7 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/beszel/docker-compose.yml b/dockge/beszel/docker-compose.yml index 115b61703..2ad6f06b0 100644 --- a/dockge/beszel/docker-compose.yml +++ b/dockge/beszel/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: henrygd/beszel:0.12.6 + image: henrygd/beszel:0.12.7 labels: createdBy: Apps networks: diff --git a/dockge/bonita/docker-compose.yml b/dockge/bonita/docker-compose.yml index bbf2e5572..c78ebe814 100644 --- a/dockge/bonita/docker-compose.yml +++ b/dockge/bonita/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: suwmlee/bonita:0.11.0 + image: suwmlee/bonita:0.14.0 labels: createdBy: Apps networks: diff --git a/dockge/byte-muse/docker-compose.yml b/dockge/byte-muse/docker-compose.yml index dca1567b3..b115499f0 100644 --- a/dockge/byte-muse/docker-compose.yml +++ b/dockge/byte-muse/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.18.4 + image: envyafish/byte-muse:1.18.6 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index cd7a58eb7..30961b921 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v2.48.0 + image: casbin/casdoor:v2.55.0 labels: createdBy: Apps networks: diff --git a/dockge/cloudsaver/docker-compose.yml b/dockge/cloudsaver/docker-compose.yml index 7790cff59..5bea18016 100644 --- a/dockge/cloudsaver/docker-compose.yml +++ b/dockge/cloudsaver/docker-compose.yml @@ -19,7 +19,7 @@ services: ' timeout: 3s - image: jiangrui1994/cloudsaver:0.6.1 + image: jiangrui1994/cloudsaver:0.6.2 labels: createdBy: Apps networks: diff --git a/dockge/dozzle/docker-compose.yml b/dockge/dozzle/docker-compose.yml index 0ac6595fd..c4e13da83 100644 --- a/dockge/dozzle/docker-compose.yml +++ b/dockge/dozzle/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.12 + image: amir20/dozzle:v8.13.13 labels: createdBy: Apps networks: diff --git a/dockge/element-web/docker-compose.yml b/dockge/element-web/docker-compose.yml index 1f6207a74..6d35bc71f 100644 --- a/dockge/element-web/docker-compose.yml +++ b/dockge/element-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.110 + image: vectorim/element-web:v1.11.111 labels: createdBy: Apps networks: diff --git a/dockge/emby_4_9_1_24/.env b/dockge/emby_4_9_1_28/.env similarity index 100% rename from dockge/emby_4_9_1_24/.env rename to dockge/emby_4_9_1_28/.env diff --git a/dockge/emby_4_9_1_24/docker-compose.yml b/dockge/emby_4_9_1_28/docker-compose.yml similarity index 96% rename from dockge/emby_4_9_1_24/docker-compose.yml rename to dockge/emby_4_9_1_28/docker-compose.yml index 770496373..ec113311d 100644 --- a/dockge/emby_4_9_1_24/docker-compose.yml +++ b/dockge/emby_4_9_1_28/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.24 + image: emby/embyserver:4.9.1.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/emby_4_9_1_24/envs/default.env b/dockge/emby_4_9_1_28/envs/default.env similarity index 100% rename from dockge/emby_4_9_1_24/envs/default.env rename to dockge/emby_4_9_1_28/envs/default.env diff --git a/dockge/emby_4_9_1_24/envs/global.env b/dockge/emby_4_9_1_28/envs/global.env similarity index 100% rename from dockge/emby_4_9_1_24/envs/global.env rename to dockge/emby_4_9_1_28/envs/global.env diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 485816140..a98b76012 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.0.6 + image: ghost:6.0.7 labels: createdBy: Apps networks: diff --git a/dockge/gitea/docker-compose.yml b/dockge/gitea/docker-compose.yml index 33c261b08..43742883d 100644 --- a/dockge/gitea/docker-compose.yml +++ b/dockge/gitea/docker-compose.yml @@ -28,7 +28,7 @@ services: - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL} - image: gitea/gitea:1.24.5 + image: gitea/gitea:1.24.6 labels: createdBy: Apps networks: diff --git a/dockge/halo-h2/docker-compose.yml b/dockge/halo-h2/docker-compose.yml index 2faf926f6..a19503ddc 100644 --- a/dockge/halo-h2/docker-compose.yml +++ b/dockge/halo-h2/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 labels: createdBy: Apps networks: diff --git a/dockge/halo/docker-compose.yml b/dockge/halo/docker-compose.yml index 5bb7a34cc..8423879c0 100644 --- a/dockge/halo/docker-compose.yml +++ b/dockge/halo/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.21.7 + image: halohub/halo:2.21.8 labels: createdBy: Apps networks: diff --git a/dockge/homarr_1_35_1/.env b/dockge/homarr_1_36_1/.env similarity index 100% rename from dockge/homarr_1_35_1/.env rename to dockge/homarr_1_36_1/.env diff --git a/appstore/homarr/1.35.1/docker-compose.yml b/dockge/homarr_1_36_1/docker-compose.yml similarity index 89% rename from appstore/homarr/1.35.1/docker-compose.yml rename to dockge/homarr_1_36_1/docker-compose.yml index aabdbeea9..0fd658bc0 100644 --- a/appstore/homarr/1.35.1/docker-compose.yml +++ b/dockge/homarr_1_36_1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.35.1 + image: ghcr.io/homarr-labs/homarr:v1.36.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_1_35_1/envs/default.env b/dockge/homarr_1_36_1/envs/default.env similarity index 100% rename from dockge/homarr_1_35_1/envs/default.env rename to dockge/homarr_1_36_1/envs/default.env diff --git a/dockge/homarr_1_35_1/envs/global.env b/dockge/homarr_1_36_1/envs/global.env similarity index 100% rename from dockge/homarr_1_35_1/envs/global.env rename to dockge/homarr_1_36_1/envs/global.env diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 102d35a23..57c1945e1 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 8f2cf768b..a29cf753d 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 778ace2b9..2ee0e6104 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 8887fc40f..d5e5dedde 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.140.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.140.0 + image: ghcr.io/immich-app/immich-server:v1.141.1 labels: createdBy: Apps networks: diff --git a/dockge/komga/docker-compose.yml b/dockge/komga/docker-compose.yml index 155e023e0..3211cbb61 100644 --- a/dockge/komga/docker-compose.yml +++ b/dockge/komga/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: gotson/komga:1.23.3 + image: gotson/komga:1.23.4 labels: createdBy: Apps networks: diff --git a/dockge/maxkb/docker-compose.yml b/dockge/maxkb/docker-compose.yml index b11ef9752..01f6b0420 100644 --- a/dockge/maxkb/docker-compose.yml +++ b/dockge/maxkb/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: 1panel/maxkb:v2.1.0 + image: 1panel/maxkb:v2.1.1 labels: createdBy: Apps networks: diff --git a/dockge/mdc-ng/docker-compose.yml b/dockge/mdc-ng/docker-compose.yml index 422a3b4b1..075e75295 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.20.2 + image: mdcng/mdc:1.20.9 labels: createdBy: Apps networks: diff --git a/dockge/minio/.env b/dockge/minio/.env index 7addb6af6..f98243a34 100644 --- a/dockge/minio/.env +++ b/dockge/minio/.env @@ -4,12 +4,9 @@ MINIO_ROOT_PATH=/home/minio # WebUI 端口 [必填] PANEL_APP_PORT_HTTP=9001 -# API 端口 (映射内部端口) [必填] +# API 端口 [必填] PANEL_APP_PORT_API=9000 -# API 内部端口 [必填] -MINIO_API_PORT=9000 - # 管理员 用户名 [必填] MINIO_ROOT_USER=minio diff --git a/dockge/minio/docker-compose.yml b/dockge/minio/docker-compose.yml index 38508b45b..2bc78e830 100644 --- a/dockge/minio/docker-compose.yml +++ b/dockge/minio/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: minio: - command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT} + command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API} --json container_name: minio env_file: @@ -15,7 +15,7 @@ services: - MINIO_BROWSER_REDIRECT=true extra_hosts: - ${MINIO_SERVER_HOST:-localhost}:127.0.0.1 - image: minio/minio:RELEASE.2025-07-23T15-54-02Z + image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z labels: createdBy: Apps logging: @@ -27,7 +27,7 @@ services: - 1panel-network ports: - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${MINIO_API_PORT} + - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} restart: always volumes: - ${MINIO_ROOT_PATH}/certs:/root/.minio/certs diff --git a/dockge/minio_2025-04-22/.env b/dockge/minio_2025-09-07/.env similarity index 86% rename from dockge/minio_2025-04-22/.env rename to dockge/minio_2025-09-07/.env index f98243a34..7addb6af6 100644 --- a/dockge/minio_2025-04-22/.env +++ b/dockge/minio_2025-09-07/.env @@ -4,9 +4,12 @@ MINIO_ROOT_PATH=/home/minio # WebUI 端口 [必填] PANEL_APP_PORT_HTTP=9001 -# API 端口 [必填] +# API 端口 (映射内部端口) [必填] PANEL_APP_PORT_API=9000 +# API 内部端口 [必填] +MINIO_API_PORT=9000 + # 管理员 用户名 [必填] MINIO_ROOT_USER=minio diff --git a/dockge/minio_2025-04-22/docker-compose.yml b/dockge/minio_2025-09-07/docker-compose.yml similarity index 83% rename from dockge/minio_2025-04-22/docker-compose.yml rename to dockge/minio_2025-09-07/docker-compose.yml index 2bc78e830..4e37e835a 100644 --- a/dockge/minio_2025-04-22/docker-compose.yml +++ b/dockge/minio_2025-09-07/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: minio: - command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API} + command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT} --json container_name: minio env_file: @@ -15,7 +15,7 @@ services: - MINIO_BROWSER_REDIRECT=true extra_hosts: - ${MINIO_SERVER_HOST:-localhost}:127.0.0.1 - image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z + image: minio/minio:RELEASE.2025-09-07T16-13-09Z labels: createdBy: Apps logging: @@ -27,7 +27,7 @@ services: - 1panel-network ports: - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} + - ${PANEL_APP_PORT_API}:${MINIO_API_PORT} restart: always volumes: - ${MINIO_ROOT_PATH}/certs:/root/.minio/certs diff --git a/dockge/minio_2025-04-22/envs/default.env b/dockge/minio_2025-09-07/envs/default.env similarity index 100% rename from dockge/minio_2025-04-22/envs/default.env rename to dockge/minio_2025-09-07/envs/default.env diff --git a/dockge/minio_2025-04-22/envs/global.env b/dockge/minio_2025-09-07/envs/global.env similarity index 100% rename from dockge/minio_2025-04-22/envs/global.env rename to dockge/minio_2025-09-07/envs/global.env diff --git a/dockge/movie-pilot/.env b/dockge/movie-pilot/.env index a66ae0c61..7e3047285 100644 --- a/dockge/movie-pilot/.env +++ b/dockge/movie-pilot/.env @@ -1,3 +1,6 @@ +# 网络模式 [必填] +NETWORK_MODE=1panel-network + # 数据持久化路径 [必填] MOVIEPILOT_ROOT_PATH=/home/movie-pilot @@ -17,7 +20,7 @@ API_TOKEN=moviepilot PROXY_HOST= # 自动更新资源包 [必填] -AUTO_UPDATE_RESOURCES=false +AUTO_UPDATE_RESOURCE=false # 自动更新 [必填] MOVIEPILOT_AUTO_UPDATE=false @@ -34,105 +37,27 @@ CUSTOM_MOUNT_DIRECTORY_3= # IYUU登录令牌 IYUU_SIGN= -# hhclub 用户名 -HHCLUB_USERNAME= +# 缓存类型 [必填] +CACHE_BACKEND_TYPE=cachetools -# hhclub 密钥 -HHCLUB_PASSKEY= +# 缓存连接地址 +CACHE_BACKEND_URL= -# audiences 用户ID -AUDIENCES_UID= +# 数据库类型 [必填] +DB_TYPE=sqlite -# audiences 密钥 -AUDIENCES_PASSKEY= +# 数据库 主机地址 +DB_POSTGRESQL_HOST=127.0.0.1 -# hddolby 用户ID -HDDOLBY_ID= +# 数据库 端口 +DB_POSTGRESQL_PORT=5432 -# hddolby 密钥 -HDDOLBY_PASSKEY= +# 数据库 名称 +DB_POSTGRESQL_DATABASE=moviepilot -# zmpt 用户ID -ZMPT_UID= +# 数据库 用户名 +DB_POSTGRESQL_USERNAME=moviepilot -# zmpt 密钥 -ZMPT_PASSKEY= - -# freefarm 用户ID -FREEFARM_UID= - -# freefarm 密钥 -FREEFARM_PASSKEY= - -# hdfans 用户ID -HDFANS_UID= - -# hdfans 密钥 -HDFANS_PASSKEY= - -# wintersakura 用户ID -WINTERSAKURA_UID= - -# wintersakura 密钥 -WINTERSAKURA_PASSKEY= - -# leaves 用户ID -LEAVES_UID= - -# leaves 密钥 -LEAVES_PASSKEY= - -# ptba 用户ID -PTBA_UID= - -# ptba 密钥 -PTBA_PASSKEY= - -# icc2022 用户ID -ICC2022_UID= - -# icc2022 密钥 -ICC2022_PASSKEY= - -# xingtan 用户ID -XINGTAN_UID= - -# xingtan 密钥 -XINGTAN_PASSKEY= - -# ptvicomo 用户ID -PTVICOMO_UID= - -# ptvicomo 密钥 -PTVICOMO_PASSKEY= - -# agsvpt 用户ID -AGSVPT_UID= - -# agsvpt 密钥 -AGSVPT_PASSKEY= - -# hdkyl 用户ID -HDKYL_UID= - -# hdkyl 密钥 -HDKYL_PASSKEY= - -# qingwa 用户ID -QINGWA_UID= - -# qingwa 密钥 -QINGWA_PASSKEY= - -# discfan 用户ID -DISCFAN_UID= - -# discfan 密钥 -DISCFAN_PASSKEY= - -# rousi 用户ID -ROUSI_UID= - -# rousi 密钥 -ROUSI_PASSKEY= +# 数据库 密码 +DB_POSTGRESQL_PASSWORD= diff --git a/dockge/movie-pilot/docker-compose.yml b/dockge/movie-pilot/docker-compose.yml index 648a415a9..634719141 100644 --- a/dockge/movie-pilot/docker-compose.yml +++ b/dockge/movie-pilot/docker-compose.yml @@ -6,26 +6,24 @@ services: container_name: movie-pilot env_file: - ./envs/global.env - - ./envs/movie-pilot.env - .env environment: - - NGINX_PORT=3000 - - PORT=3001 - - PUID=0 - - PGID=0 - - UMASK=022 - image: jxxghp/moviepilot:2.7.3 + - NGINX_PORT=${PANEL_APP_PORT_HTTP} + - PORT=${PANEL_APP_PORT_API} + - DEBUG=false + - DEV=false + - LOG_LEVEL=INFO + image: jxxghp/moviepilot:2.7.9 labels: createdBy: Apps logging: driver: json-file options: max-size: 5m - networks: - - 1panel-network + network_mode: ${NETWORK_MODE} ports: - - ${PANEL_APP_PORT_HTTP}:3000 - - ${PANEL_APP_PORT_API}:3001 + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} restart: always stdin_open: true tty: true diff --git a/dockge/movie-pilot_2_7_3/.env b/dockge/movie-pilot_2_7_3/.env new file mode 100644 index 000000000..a66ae0c61 --- /dev/null +++ b/dockge/movie-pilot_2_7_3/.env @@ -0,0 +1,138 @@ +# 数据持久化路径 [必填] +MOVIEPILOT_ROOT_PATH=/home/movie-pilot + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=3000 + +# API 端口 [必填] +PANEL_APP_PORT_API=3001 + +# 管理员用户名 [必填] +SUPERUSER=admin + +# API 令牌 [必填] +API_TOKEN=moviepilot + +# 网络代理 +PROXY_HOST= + +# 自动更新资源包 [必填] +AUTO_UPDATE_RESOURCES=false + +# 自动更新 [必填] +MOVIEPILOT_AUTO_UPDATE=false + +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + +# IYUU登录令牌 +IYUU_SIGN= + +# hhclub 用户名 +HHCLUB_USERNAME= + +# hhclub 密钥 +HHCLUB_PASSKEY= + +# audiences 用户ID +AUDIENCES_UID= + +# audiences 密钥 +AUDIENCES_PASSKEY= + +# hddolby 用户ID +HDDOLBY_ID= + +# hddolby 密钥 +HDDOLBY_PASSKEY= + +# zmpt 用户ID +ZMPT_UID= + +# zmpt 密钥 +ZMPT_PASSKEY= + +# freefarm 用户ID +FREEFARM_UID= + +# freefarm 密钥 +FREEFARM_PASSKEY= + +# hdfans 用户ID +HDFANS_UID= + +# hdfans 密钥 +HDFANS_PASSKEY= + +# wintersakura 用户ID +WINTERSAKURA_UID= + +# wintersakura 密钥 +WINTERSAKURA_PASSKEY= + +# leaves 用户ID +LEAVES_UID= + +# leaves 密钥 +LEAVES_PASSKEY= + +# ptba 用户ID +PTBA_UID= + +# ptba 密钥 +PTBA_PASSKEY= + +# icc2022 用户ID +ICC2022_UID= + +# icc2022 密钥 +ICC2022_PASSKEY= + +# xingtan 用户ID +XINGTAN_UID= + +# xingtan 密钥 +XINGTAN_PASSKEY= + +# ptvicomo 用户ID +PTVICOMO_UID= + +# ptvicomo 密钥 +PTVICOMO_PASSKEY= + +# agsvpt 用户ID +AGSVPT_UID= + +# agsvpt 密钥 +AGSVPT_PASSKEY= + +# hdkyl 用户ID +HDKYL_UID= + +# hdkyl 密钥 +HDKYL_PASSKEY= + +# qingwa 用户ID +QINGWA_UID= + +# qingwa 密钥 +QINGWA_PASSKEY= + +# discfan 用户ID +DISCFAN_UID= + +# discfan 密钥 +DISCFAN_PASSKEY= + +# rousi 用户ID +ROUSI_UID= + +# rousi 密钥 +ROUSI_PASSKEY= + diff --git a/dockge/movie-pilot_2_7_8/docker-compose.yml b/dockge/movie-pilot_2_7_3/docker-compose.yml similarity index 73% rename from dockge/movie-pilot_2_7_8/docker-compose.yml rename to dockge/movie-pilot_2_7_3/docker-compose.yml index 52f62f1d4..648a415a9 100644 --- a/dockge/movie-pilot_2_7_8/docker-compose.yml +++ b/dockge/movie-pilot_2_7_3/docker-compose.yml @@ -6,24 +6,26 @@ services: container_name: movie-pilot env_file: - ./envs/global.env + - ./envs/movie-pilot.env - .env environment: - - NGINX_PORT=${PANEL_APP_PORT_HTTP} - - PORT=${PANEL_APP_PORT_API} - - DEBUG=false - - DEV=false - - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.7.8 + - NGINX_PORT=3000 + - PORT=3001 + - PUID=0 + - PGID=0 + - UMASK=022 + image: jxxghp/moviepilot:2.7.3 labels: createdBy: Apps logging: driver: json-file options: max-size: 5m - network_mode: ${NETWORK_MODE} + networks: + - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} + - ${PANEL_APP_PORT_HTTP}:3000 + - ${PANEL_APP_PORT_API}:3001 restart: always stdin_open: true tty: true diff --git a/dockge/movie-pilot_2_7_8/envs/default.env b/dockge/movie-pilot_2_7_3/envs/default.env similarity index 100% rename from dockge/movie-pilot_2_7_8/envs/default.env rename to dockge/movie-pilot_2_7_3/envs/default.env diff --git a/dockge/movie-pilot_2_7_8/envs/global.env b/dockge/movie-pilot_2_7_3/envs/global.env similarity index 100% rename from dockge/movie-pilot_2_7_8/envs/global.env rename to dockge/movie-pilot_2_7_3/envs/global.env diff --git a/dockge/movie-pilot/envs/movie-pilot.env b/dockge/movie-pilot_2_7_3/envs/movie-pilot.env similarity index 100% rename from dockge/movie-pilot/envs/movie-pilot.env rename to dockge/movie-pilot_2_7_3/envs/movie-pilot.env diff --git a/dockge/movie-pilot_2_7_8/.env b/dockge/movie-pilot_2_7_8/.env deleted file mode 100644 index 7e3047285..000000000 --- a/dockge/movie-pilot_2_7_8/.env +++ /dev/null @@ -1,63 +0,0 @@ -# 网络模式 [必填] -NETWORK_MODE=1panel-network - -# 数据持久化路径 [必填] -MOVIEPILOT_ROOT_PATH=/home/movie-pilot - -# WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=3000 - -# API 端口 [必填] -PANEL_APP_PORT_API=3001 - -# 管理员用户名 [必填] -SUPERUSER=admin - -# API 令牌 [必填] -API_TOKEN=moviepilot - -# 网络代理 -PROXY_HOST= - -# 自动更新资源包 [必填] -AUTO_UPDATE_RESOURCE=false - -# 自动更新 [必填] -MOVIEPILOT_AUTO_UPDATE=false - -# 自定义挂载目录 1 -CUSTOM_MOUNT_DIRECTORY_1= - -# 自定义挂载目录 2 -CUSTOM_MOUNT_DIRECTORY_2= - -# 自定义挂载目录 3 -CUSTOM_MOUNT_DIRECTORY_3= - -# IYUU登录令牌 -IYUU_SIGN= - -# 缓存类型 [必填] -CACHE_BACKEND_TYPE=cachetools - -# 缓存连接地址 -CACHE_BACKEND_URL= - -# 数据库类型 [必填] -DB_TYPE=sqlite - -# 数据库 主机地址 -DB_POSTGRESQL_HOST=127.0.0.1 - -# 数据库 端口 -DB_POSTGRESQL_PORT=5432 - -# 数据库 名称 -DB_POSTGRESQL_DATABASE=moviepilot - -# 数据库 用户名 -DB_POSTGRESQL_USERNAME=moviepilot - -# 数据库 密码 -DB_POSTGRESQL_PASSWORD= - diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index 69bf53519..f370dd3a1 100644 --- a/dockge/n8n/docker-compose.yml +++ b/dockge/n8n/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.110.1 + image: n8nio/n8n:1.111.0 labels: createdBy: Apps networks: diff --git a/dockge/nexus3/docker-compose.yml b/dockge/nexus3/docker-compose.yml index 018346638..d7eebeaff 100644 --- a/dockge/nexus3/docker-compose.yml +++ b/dockge/nexus3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.83.2-alpine + image: sonatype/nexus3:3.84.0-alpine labels: createdBy: Apps networks: diff --git a/dockge/nodebb/3.12.4/docker-compose.yml b/dockge/nodebb/3.12.4/docker-compose.yml index 9b599d81d..ac67bfadb 100644 --- a/dockge/nodebb/3.12.4/docker-compose.yml +++ b/dockge/nodebb/3.12.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nodebb: - image: ghcr.io/nodebb/nodebb:4.5.0 + image: ghcr.io/nodebb/nodebb:4.5.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/dockge/nodebb/docker-compose.yml b/dockge/nodebb/docker-compose.yml index 0dec49f41..0f123e1a7 100644 --- a/dockge/nodebb/docker-compose.yml +++ b/dockge/nodebb/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: ghcr.io/nodebb/nodebb:4.5.0 + image: ghcr.io/nodebb/nodebb:4.5.1 labels: createdBy: Apps networks: diff --git a/dockge/ollama/docker-compose.yml b/dockge/ollama/docker-compose.yml index ef6f583c5..33935f77e 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.11.9 + image: ollama/ollama:0.11.10 labels: createdBy: Apps networks: diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index a3248cabe..780a27b62 100644 --- a/dockge/onedev/docker-compose.yml +++ b/dockge/onedev/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:12.0.8 + image: 1dev/server:12.0.10 labels: createdBy: Apps networks: diff --git a/dockge/open-webui/docker-compose.yml b/dockge/open-webui/docker-compose.yml index 0ebfbe941..660c05ff3 100644 --- a/dockge/open-webui/docker-compose.yml +++ b/dockge/open-webui/docker-compose.yml @@ -15,7 +15,7 @@ services: - ENABLE_OLLAMA_API=True - ENABLE_OPENAI_API=False - https_proxy=${http_proxy} - image: ghcr.io/open-webui/open-webui:v0.6.26 + image: ghcr.io/open-webui/open-webui:0.6.28 labels: createdBy: Apps networks: diff --git a/dockge/openresty-manager/docker-compose.yml b/dockge/openresty-manager/docker-compose.yml index a36007040..8adc4007e 100644 --- a/dockge/openresty-manager/docker-compose.yml +++ b/dockge/openresty-manager/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: uusec/openresty-manager:2.1.0 + image: uusec/openresty-manager:2.2.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/outline/docker-compose.yml b/dockge/outline/docker-compose.yml index 52cc1e00c..272f26c29 100644 --- a/dockge/outline/docker-compose.yml +++ b/dockge/outline/docker-compose.yml @@ -10,7 +10,7 @@ services: - .env environment: - DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME} - image: outlinewiki/outline:0.87.2 + image: outlinewiki/outline:0.87.3 labels: createdBy: Apps networks: diff --git a/dockge/page-spy-web/docker-compose.yml b/dockge/page-spy-web/docker-compose.yml index 03a61ac5e..9fabcbd6a 100644 --- a/dockge/page-spy-web/docker-compose.yml +++ b/dockge/page-spy-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: huolalatech/page-spy-web:v2.4.0 + image: huolalatech/page-spy-web:v2.4.1 labels: createdBy: Apps networks: diff --git a/dockge/readeck-pg/docker-compose.yml b/dockge/readeck-pg/docker-compose.yml index 8b03cef85..7394b1ffd 100644 --- a/dockge/readeck-pg/docker-compose.yml +++ b/dockge/readeck-pg/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 labels: createdBy: Apps networks: diff --git a/dockge/readeck/docker-compose.yml b/dockge/readeck/docker-compose.yml index 33f8657e1..f931b6d5c 100644 --- a/dockge/readeck/docker-compose.yml +++ b/dockge/readeck/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.1 + image: codeberg.org/readeck/readeck:0.20.2 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 017aa9436..1712dda7c 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-30 + image: diygod/rsshub:2025-09-10 labels: createdBy: Apps networks: diff --git a/dockge/shopware-dockware/docker-compose.yml b/dockge/shopware-dockware/docker-compose.yml index ab612d8de..72d3d3679 100644 --- a/dockge/shopware-dockware/docker-compose.yml +++ b/dockge/shopware-dockware/docker-compose.yml @@ -17,7 +17,7 @@ services: - 8888 - 22 - 443 - image: dockware/play:6.7.1.2 + image: dockware/play:6.7.2.0 labels: createdBy: Apps networks: diff --git a/dockge/siyuan/docker-compose.yml b/dockge/siyuan/docker-compose.yml index ac55c21d0..edd588046 100644 --- a/dockge/siyuan/docker-compose.yml +++ b/dockge/siyuan/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.3.1 + image: b3log/siyuan:v3.3.2 labels: createdBy: Apps networks: diff --git a/dockge/slink/docker-compose.yml b/dockge/slink/docker-compose.yml index b453f8569..01061f1e2 100644 --- a/dockge/slink/docker-compose.yml +++ b/dockge/slink/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.6.4 + image: anirdev/slink:v1.6.5 labels: createdBy: Apps networks: diff --git a/dockge/smanga/docker-compose.yml b/dockge/smanga/docker-compose.yml index d2985c45e..bc752cd4b 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.1.5 + image: lkw199711/smanga-nodejs:4.2.2 labels: createdBy: Apps networks: diff --git a/dockge/smtp-proxy-server/docker-compose.yml b/dockge/smtp-proxy-server/docker-compose.yml index 028d8aac3..c6b814efd 100644 --- a/dockge/smtp-proxy-server/docker-compose.yml +++ b/dockge/smtp-proxy-server/docker-compose.yml @@ -12,7 +12,7 @@ services: - proxy_url=${PROXY_URL} - port=${PANEL_APP_PORT_SMTP} - imap_port=${PANEL_APP_PORT_IMAP} - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.4 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.0.5 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index f68733e59..e2a59540b 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.137.0 + image: matrixdotorg/synapse:v1.138.0 networks: - 1panel-network restart: false diff --git a/dockge/watchyourlan/docker-compose.yml b/dockge/watchyourlan/docker-compose.yml index 2d583980a..67683f063 100644 --- a/dockge/watchyourlan/docker-compose.yml +++ b/dockge/watchyourlan/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.3 + image: aceberg/watchyourlan:2.1.4 labels: createdBy: Apps network_mode: host diff --git a/dockge/weblate/docker-compose.yml b/dockge/weblate/docker-compose.yml index aa1b30737..9c5d0735d 100644 --- a/dockge/weblate/docker-compose.yml +++ b/dockge/weblate/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.13.0.1 + image: weblate/weblate:5.13.2.0 labels: createdBy: Apps networks: