diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 72c146918..db7803472 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 diff --git a/apps/ammds-ol8/1.6.49/data.yml b/apps/ammds-ol8/1.6.51/data.yml similarity index 100% rename from apps/ammds-ol8/1.6.49/data.yml rename to apps/ammds-ol8/1.6.51/data.yml diff --git a/apps/ammds-ol8/1.6.49/docker-compose.yml b/apps/ammds-ol8/1.6.51/docker-compose.yml similarity index 96% rename from apps/ammds-ol8/1.6.49/docker-compose.yml rename to apps/ammds-ol8/1.6.51/docker-compose.yml index 848d150f2..0276ed253 100644 --- a/apps/ammds-ol8/1.6.49/docker-compose.yml +++ b/apps/ammds-ol8/1.6.51/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.6.49-ol8 + image: qyg2297248353/ammds:v1.6.51-ol8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ammds-ol8/1.6.49/envs/default.env b/apps/ammds-ol8/1.6.51/envs/default.env similarity index 100% rename from apps/ammds-ol8/1.6.49/envs/default.env rename to apps/ammds-ol8/1.6.51/envs/default.env diff --git a/apps/ammds-ol8/1.6.49/envs/global.env b/apps/ammds-ol8/1.6.51/envs/global.env similarity index 100% rename from apps/ammds-ol8/1.6.49/envs/global.env rename to apps/ammds-ol8/1.6.51/envs/global.env diff --git a/apps/ammds-ol8/1.6.49/scripts/init.sh b/apps/ammds-ol8/1.6.51/scripts/init.sh similarity index 100% rename from apps/ammds-ol8/1.6.49/scripts/init.sh rename to apps/ammds-ol8/1.6.51/scripts/init.sh diff --git a/apps/ammds-ol8/1.6.49/scripts/uninstall.sh b/apps/ammds-ol8/1.6.51/scripts/uninstall.sh similarity index 100% rename from apps/ammds-ol8/1.6.49/scripts/uninstall.sh rename to apps/ammds-ol8/1.6.51/scripts/uninstall.sh diff --git a/apps/ammds-ol8/1.6.49/scripts/upgrade.sh b/apps/ammds-ol8/1.6.51/scripts/upgrade.sh similarity index 100% rename from apps/ammds-ol8/1.6.49/scripts/upgrade.sh rename to apps/ammds-ol8/1.6.51/scripts/upgrade.sh diff --git a/apps/ammds/1.6.49/data.yml b/apps/ammds/1.6.51/data.yml similarity index 100% rename from apps/ammds/1.6.49/data.yml rename to apps/ammds/1.6.51/data.yml diff --git a/apps/ammds/1.6.49/docker-compose.yml b/apps/ammds/1.6.51/docker-compose.yml similarity index 96% rename from apps/ammds/1.6.49/docker-compose.yml rename to apps/ammds/1.6.51/docker-compose.yml index df1751bf2..85cbef662 100644 --- a/apps/ammds/1.6.49/docker-compose.yml +++ b/apps/ammds/1.6.51/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.6.49 + image: qyg2297248353/ammds:v1.6.51 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ammds/1.6.49/envs/default.env b/apps/ammds/1.6.51/envs/default.env similarity index 100% rename from apps/ammds/1.6.49/envs/default.env rename to apps/ammds/1.6.51/envs/default.env diff --git a/apps/ammds/1.6.49/envs/global.env b/apps/ammds/1.6.51/envs/global.env similarity index 100% rename from apps/ammds/1.6.49/envs/global.env rename to apps/ammds/1.6.51/envs/global.env diff --git a/apps/ammds/1.6.49/scripts/init.sh b/apps/ammds/1.6.51/scripts/init.sh similarity index 100% rename from apps/ammds/1.6.49/scripts/init.sh rename to apps/ammds/1.6.51/scripts/init.sh diff --git a/apps/ammds/1.6.49/scripts/uninstall.sh b/apps/ammds/1.6.51/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.6.49/scripts/uninstall.sh rename to apps/ammds/1.6.51/scripts/uninstall.sh diff --git a/apps/ammds/1.6.49/scripts/upgrade.sh b/apps/ammds/1.6.51/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.6.49/scripts/upgrade.sh rename to apps/ammds/1.6.51/scripts/upgrade.sh diff --git a/apps/ani-rss/2.4.42/data.yml b/apps/ani-rss/2.5.1/data.yml similarity index 100% rename from apps/ani-rss/2.4.42/data.yml rename to apps/ani-rss/2.5.1/data.yml diff --git a/apps/ani-rss/2.4.42/docker-compose.yml b/apps/ani-rss/2.5.1/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.4.42/docker-compose.yml rename to apps/ani-rss/2.5.1/docker-compose.yml index f4c329e22..71e760bd5 100644 --- a/apps/ani-rss/2.4.42/docker-compose.yml +++ b/apps/ani-rss/2.5.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.4.42 + image: wushuo894/ani-rss:v2.5.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.4.42/envs/default.env b/apps/ani-rss/2.5.1/envs/default.env similarity index 100% rename from apps/ani-rss/2.4.42/envs/default.env rename to apps/ani-rss/2.5.1/envs/default.env diff --git a/apps/ani-rss/2.4.42/envs/global.env b/apps/ani-rss/2.5.1/envs/global.env similarity index 100% rename from apps/ani-rss/2.4.42/envs/global.env rename to apps/ani-rss/2.5.1/envs/global.env diff --git a/apps/ani-rss/2.4.42/scripts/init.sh b/apps/ani-rss/2.5.1/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.4.42/scripts/init.sh rename to apps/ani-rss/2.5.1/scripts/init.sh diff --git a/apps/ani-rss/2.4.42/scripts/uninstall.sh b/apps/ani-rss/2.5.1/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.4.42/scripts/uninstall.sh rename to apps/ani-rss/2.5.1/scripts/uninstall.sh diff --git a/apps/ani-rss/2.4.42/scripts/upgrade.sh b/apps/ani-rss/2.5.1/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.4.42/scripts/upgrade.sh rename to apps/ani-rss/2.5.1/scripts/upgrade.sh diff --git a/apps/astrbot-napcat/4.14.11/data.yml b/apps/astrbot-napcat/4.15.18/data.yml similarity index 100% rename from apps/astrbot-napcat/4.14.11/data.yml rename to apps/astrbot-napcat/4.15.18/data.yml diff --git a/apps/astrbot-napcat/4.14.11/docker-compose.yml b/apps/astrbot-napcat/4.15.18/docker-compose.yml similarity index 94% rename from apps/astrbot-napcat/4.14.11/docker-compose.yml rename to apps/astrbot-napcat/4.15.18/docker-compose.yml index fb210d2ee..ff08bfe54 100644 --- a/apps/astrbot-napcat/4.14.11/docker-compose.yml +++ b/apps/astrbot-napcat/4.15.18/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.14.11 + image: mlikiowa/napcat-docker:v4.15.18 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:v4.13.2 + image: soulter/astrbot:v4.14.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot-napcat/4.14.11/envs/default.env b/apps/astrbot-napcat/4.15.18/envs/default.env similarity index 100% rename from apps/astrbot-napcat/4.14.11/envs/default.env rename to apps/astrbot-napcat/4.15.18/envs/default.env diff --git a/apps/astrbot-napcat/4.14.11/envs/global.env b/apps/astrbot-napcat/4.15.18/envs/global.env similarity index 100% rename from apps/astrbot-napcat/4.14.11/envs/global.env rename to apps/astrbot-napcat/4.15.18/envs/global.env diff --git a/apps/astrbot-napcat/4.14.11/scripts/init.sh b/apps/astrbot-napcat/4.15.18/scripts/init.sh similarity index 100% rename from apps/astrbot-napcat/4.14.11/scripts/init.sh rename to apps/astrbot-napcat/4.15.18/scripts/init.sh diff --git a/apps/astrbot-napcat/4.14.11/scripts/uninstall.sh b/apps/astrbot-napcat/4.15.18/scripts/uninstall.sh similarity index 100% rename from apps/astrbot-napcat/4.14.11/scripts/uninstall.sh rename to apps/astrbot-napcat/4.15.18/scripts/uninstall.sh diff --git a/apps/astrbot-napcat/4.14.11/scripts/upgrade.sh b/apps/astrbot-napcat/4.15.18/scripts/upgrade.sh similarity index 100% rename from apps/astrbot-napcat/4.14.11/scripts/upgrade.sh rename to apps/astrbot-napcat/4.15.18/scripts/upgrade.sh diff --git a/apps/astrbot/4.13.2/data.yml b/apps/astrbot/4.14.8/data.yml similarity index 100% rename from apps/astrbot/4.13.2/data.yml rename to apps/astrbot/4.14.8/data.yml diff --git a/apps/astrbot/4.13.2/docker-compose.yml b/apps/astrbot/4.14.8/docker-compose.yml similarity index 94% rename from apps/astrbot/4.13.2/docker-compose.yml rename to apps/astrbot/4.14.8/docker-compose.yml index 6e6eedef4..5f5d30ed3 100644 --- a/apps/astrbot/4.13.2/docker-compose.yml +++ b/apps/astrbot/4.14.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.13.2 + image: soulter/astrbot:v4.14.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.13.2/envs/default.env b/apps/astrbot/4.14.8/envs/default.env similarity index 100% rename from apps/astrbot/4.13.2/envs/default.env rename to apps/astrbot/4.14.8/envs/default.env diff --git a/apps/astrbot/4.13.2/envs/global.env b/apps/astrbot/4.14.8/envs/global.env similarity index 100% rename from apps/astrbot/4.13.2/envs/global.env rename to apps/astrbot/4.14.8/envs/global.env diff --git a/apps/astrbot/4.13.2/scripts/init.sh b/apps/astrbot/4.14.8/scripts/init.sh similarity index 100% rename from apps/astrbot/4.13.2/scripts/init.sh rename to apps/astrbot/4.14.8/scripts/init.sh diff --git a/apps/astrbot/4.13.2/scripts/uninstall.sh b/apps/astrbot/4.14.8/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.13.2/scripts/uninstall.sh rename to apps/astrbot/4.14.8/scripts/uninstall.sh diff --git a/apps/astrbot/4.13.2/scripts/upgrade.sh b/apps/astrbot/4.14.8/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.13.2/scripts/upgrade.sh rename to apps/astrbot/4.14.8/scripts/upgrade.sh diff --git a/apps/casdoor/2.280.0/config/init_data.json b/apps/casdoor/2.296.0/config/init_data.json similarity index 100% rename from apps/casdoor/2.280.0/config/init_data.json rename to apps/casdoor/2.296.0/config/init_data.json diff --git a/apps/casdoor/2.280.0/data.yml b/apps/casdoor/2.296.0/data.yml similarity index 100% rename from apps/casdoor/2.280.0/data.yml rename to apps/casdoor/2.296.0/data.yml diff --git a/apps/casdoor/2.280.0/docker-compose.yml b/apps/casdoor/2.296.0/docker-compose.yml similarity index 94% rename from apps/casdoor/2.280.0/docker-compose.yml rename to apps/casdoor/2.296.0/docker-compose.yml index 259834291..311151ad7 100644 --- a/apps/casdoor/2.280.0/docker-compose.yml +++ b/apps/casdoor/2.296.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:2.280.0 + image: casbin/casdoor:2.296.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/casdoor/2.280.0/envs/casdoor.env b/apps/casdoor/2.296.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/2.280.0/envs/casdoor.env rename to apps/casdoor/2.296.0/envs/casdoor.env diff --git a/apps/casdoor/2.280.0/envs/default.env b/apps/casdoor/2.296.0/envs/default.env similarity index 100% rename from apps/casdoor/2.280.0/envs/default.env rename to apps/casdoor/2.296.0/envs/default.env diff --git a/apps/casdoor/2.280.0/envs/global.env b/apps/casdoor/2.296.0/envs/global.env similarity index 100% rename from apps/casdoor/2.280.0/envs/global.env rename to apps/casdoor/2.296.0/envs/global.env diff --git a/apps/casdoor/2.280.0/scripts/init.sh b/apps/casdoor/2.296.0/scripts/init.sh similarity index 100% rename from apps/casdoor/2.280.0/scripts/init.sh rename to apps/casdoor/2.296.0/scripts/init.sh diff --git a/apps/casdoor/2.280.0/scripts/uninstall.sh b/apps/casdoor/2.296.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/2.280.0/scripts/uninstall.sh rename to apps/casdoor/2.296.0/scripts/uninstall.sh diff --git a/apps/casdoor/2.280.0/scripts/upgrade.sh b/apps/casdoor/2.296.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/2.280.0/scripts/upgrade.sh rename to apps/casdoor/2.296.0/scripts/upgrade.sh diff --git a/apps/cloudreve/4.12.1/data.yml b/apps/cloudreve/4.13.0/data.yml similarity index 100% rename from apps/cloudreve/4.12.1/data.yml rename to apps/cloudreve/4.13.0/data.yml diff --git a/apps/cloudreve/4.12.1/docker-compose.yml b/apps/cloudreve/4.13.0/docker-compose.yml similarity index 92% rename from apps/cloudreve/4.12.1/docker-compose.yml rename to apps/cloudreve/4.13.0/docker-compose.yml index 6b7dd68ae..4bf8a4b42 100644 --- a/apps/cloudreve/4.12.1/docker-compose.yml +++ b/apps/cloudreve/4.13.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: cloudreve: - image: cloudreve/cloudreve:4.12.1 + image: cloudreve/cloudreve:4.13.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/cloudreve/4.12.1/envs/default.env b/apps/cloudreve/4.13.0/envs/default.env similarity index 100% rename from apps/cloudreve/4.12.1/envs/default.env rename to apps/cloudreve/4.13.0/envs/default.env diff --git a/apps/cloudreve/4.12.1/envs/global.env b/apps/cloudreve/4.13.0/envs/global.env similarity index 100% rename from apps/cloudreve/4.12.1/envs/global.env rename to apps/cloudreve/4.13.0/envs/global.env diff --git a/apps/cloudreve/4.12.1/scripts/init.sh b/apps/cloudreve/4.13.0/scripts/init.sh similarity index 100% rename from apps/cloudreve/4.12.1/scripts/init.sh rename to apps/cloudreve/4.13.0/scripts/init.sh diff --git a/apps/cloudreve/4.12.1/scripts/uninstall.sh b/apps/cloudreve/4.13.0/scripts/uninstall.sh similarity index 100% rename from apps/cloudreve/4.12.1/scripts/uninstall.sh rename to apps/cloudreve/4.13.0/scripts/uninstall.sh diff --git a/apps/cloudreve/4.12.1/scripts/upgrade.sh b/apps/cloudreve/4.13.0/scripts/upgrade.sh similarity index 100% rename from apps/cloudreve/4.12.1/scripts/upgrade.sh rename to apps/cloudreve/4.13.0/scripts/upgrade.sh diff --git a/apps/cyberchef/10.20.0/data.yml b/apps/cyberchef/10.21.0/data.yml similarity index 100% rename from apps/cyberchef/10.20.0/data.yml rename to apps/cyberchef/10.21.0/data.yml diff --git a/apps/cyberchef/10.20.0/docker-compose.yml b/apps/cyberchef/10.21.0/docker-compose.yml similarity index 89% rename from apps/cyberchef/10.20.0/docker-compose.yml rename to apps/cyberchef/10.21.0/docker-compose.yml index 660c64e23..1044fe70b 100644 --- a/apps/cyberchef/10.20.0/docker-compose.yml +++ b/apps/cyberchef/10.21.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: cyberchef: - image: ghcr.io/gchq/cyberchef:10.20.0 + image: ghcr.io/gchq/cyberchef:10.21.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/cyberchef/10.20.0/envs/default.env b/apps/cyberchef/10.21.0/envs/default.env similarity index 100% rename from apps/cyberchef/10.20.0/envs/default.env rename to apps/cyberchef/10.21.0/envs/default.env diff --git a/apps/cyberchef/10.20.0/envs/global.env b/apps/cyberchef/10.21.0/envs/global.env similarity index 100% rename from apps/cyberchef/10.20.0/envs/global.env rename to apps/cyberchef/10.21.0/envs/global.env diff --git a/apps/cyberchef/10.20.0/scripts/init.sh b/apps/cyberchef/10.21.0/scripts/init.sh similarity index 100% rename from apps/cyberchef/10.20.0/scripts/init.sh rename to apps/cyberchef/10.21.0/scripts/init.sh diff --git a/apps/cyberchef/10.20.0/scripts/uninstall.sh b/apps/cyberchef/10.21.0/scripts/uninstall.sh similarity index 100% rename from apps/cyberchef/10.20.0/scripts/uninstall.sh rename to apps/cyberchef/10.21.0/scripts/uninstall.sh diff --git a/apps/cyberchef/10.20.0/scripts/upgrade.sh b/apps/cyberchef/10.21.0/scripts/upgrade.sh similarity index 100% rename from apps/cyberchef/10.20.0/scripts/upgrade.sh rename to apps/cyberchef/10.21.0/scripts/upgrade.sh diff --git a/apps/elastic-elasticsearch/8.19.10/data.yml b/apps/elastic-elasticsearch/8.19.11/data.yml similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/data.yml rename to apps/elastic-elasticsearch/8.19.11/data.yml diff --git a/apps/elastic-elasticsearch/8.19.10/docker-compose.yml b/apps/elastic-elasticsearch/8.19.11/docker-compose.yml similarity index 96% rename from apps/elastic-elasticsearch/8.19.10/docker-compose.yml rename to apps/elastic-elasticsearch/8.19.11/docker-compose.yml index 1182dfe8b..b645efaa2 100644 --- a/apps/elastic-elasticsearch/8.19.10/docker-compose.yml +++ b/apps/elastic-elasticsearch/8.19.11/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: elasticsearch: - image: elasticsearch:8.19.10 + image: elasticsearch:8.19.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-elasticsearch/8.19.10/envs/default.env b/apps/elastic-elasticsearch/8.19.11/envs/default.env similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/envs/default.env rename to apps/elastic-elasticsearch/8.19.11/envs/default.env diff --git a/apps/elastic-elasticsearch/8.19.10/envs/global.env b/apps/elastic-elasticsearch/8.19.11/envs/global.env similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/envs/global.env rename to apps/elastic-elasticsearch/8.19.11/envs/global.env diff --git a/apps/elastic-elasticsearch/8.19.10/scripts/init.sh b/apps/elastic-elasticsearch/8.19.11/scripts/init.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/scripts/init.sh rename to apps/elastic-elasticsearch/8.19.11/scripts/init.sh diff --git a/apps/elastic-elasticsearch/8.19.10/scripts/uninstall.sh b/apps/elastic-elasticsearch/8.19.11/scripts/uninstall.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/scripts/uninstall.sh rename to apps/elastic-elasticsearch/8.19.11/scripts/uninstall.sh diff --git a/apps/elastic-elasticsearch/8.19.10/scripts/upgrade.sh b/apps/elastic-elasticsearch/8.19.11/scripts/upgrade.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.10/scripts/upgrade.sh rename to apps/elastic-elasticsearch/8.19.11/scripts/upgrade.sh diff --git a/apps/elastic-elasticsearch/9.2.4/data.yml b/apps/elastic-elasticsearch/9.3.0/data.yml similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/data.yml rename to apps/elastic-elasticsearch/9.3.0/data.yml diff --git a/apps/elastic-elasticsearch/9.2.4/docker-compose.yml b/apps/elastic-elasticsearch/9.3.0/docker-compose.yml similarity index 96% rename from apps/elastic-elasticsearch/9.2.4/docker-compose.yml rename to apps/elastic-elasticsearch/9.3.0/docker-compose.yml index 5e77e33cf..fa3a9d569 100644 --- a/apps/elastic-elasticsearch/9.2.4/docker-compose.yml +++ b/apps/elastic-elasticsearch/9.3.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: elasticsearch: - image: elasticsearch:9.2.4 + image: elasticsearch:9.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-elasticsearch/9.2.4/envs/default.env b/apps/elastic-elasticsearch/9.3.0/envs/default.env similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/envs/default.env rename to apps/elastic-elasticsearch/9.3.0/envs/default.env diff --git a/apps/elastic-elasticsearch/9.2.4/envs/global.env b/apps/elastic-elasticsearch/9.3.0/envs/global.env similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/envs/global.env rename to apps/elastic-elasticsearch/9.3.0/envs/global.env diff --git a/apps/elastic-elasticsearch/9.2.4/scripts/init.sh b/apps/elastic-elasticsearch/9.3.0/scripts/init.sh similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/scripts/init.sh rename to apps/elastic-elasticsearch/9.3.0/scripts/init.sh diff --git a/apps/elastic-elasticsearch/9.2.4/scripts/uninstall.sh b/apps/elastic-elasticsearch/9.3.0/scripts/uninstall.sh similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/scripts/uninstall.sh rename to apps/elastic-elasticsearch/9.3.0/scripts/uninstall.sh diff --git a/apps/elastic-elasticsearch/9.2.4/scripts/upgrade.sh b/apps/elastic-elasticsearch/9.3.0/scripts/upgrade.sh similarity index 100% rename from apps/elastic-elasticsearch/9.2.4/scripts/upgrade.sh rename to apps/elastic-elasticsearch/9.3.0/scripts/upgrade.sh diff --git a/apps/elastic-kibana/8.19.10/data.yml b/apps/elastic-kibana/8.19.11/data.yml similarity index 100% rename from apps/elastic-kibana/8.19.10/data.yml rename to apps/elastic-kibana/8.19.11/data.yml diff --git a/apps/elastic-kibana/8.19.10/docker-compose.yml b/apps/elastic-kibana/8.19.11/docker-compose.yml similarity index 96% rename from apps/elastic-kibana/8.19.10/docker-compose.yml rename to apps/elastic-kibana/8.19.11/docker-compose.yml index 0aab329d0..e18d4764c 100644 --- a/apps/elastic-kibana/8.19.10/docker-compose.yml +++ b/apps/elastic-kibana/8.19.11/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kibana: - image: kibana:8.19.10 + image: kibana:8.19.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-kibana/8.19.10/envs/default.env b/apps/elastic-kibana/8.19.11/envs/default.env similarity index 100% rename from apps/elastic-kibana/8.19.10/envs/default.env rename to apps/elastic-kibana/8.19.11/envs/default.env diff --git a/apps/elastic-kibana/8.19.10/envs/global.env b/apps/elastic-kibana/8.19.11/envs/global.env similarity index 100% rename from apps/elastic-kibana/8.19.10/envs/global.env rename to apps/elastic-kibana/8.19.11/envs/global.env diff --git a/apps/elastic-kibana/8.19.10/scripts/init.sh b/apps/elastic-kibana/8.19.11/scripts/init.sh similarity index 100% rename from apps/elastic-kibana/8.19.10/scripts/init.sh rename to apps/elastic-kibana/8.19.11/scripts/init.sh diff --git a/apps/elastic-kibana/8.19.10/scripts/uninstall.sh b/apps/elastic-kibana/8.19.11/scripts/uninstall.sh similarity index 100% rename from apps/elastic-kibana/8.19.10/scripts/uninstall.sh rename to apps/elastic-kibana/8.19.11/scripts/uninstall.sh diff --git a/apps/elastic-kibana/8.19.10/scripts/upgrade.sh b/apps/elastic-kibana/8.19.11/scripts/upgrade.sh similarity index 100% rename from apps/elastic-kibana/8.19.10/scripts/upgrade.sh rename to apps/elastic-kibana/8.19.11/scripts/upgrade.sh diff --git a/apps/elastic-kibana/9.2.4/data.yml b/apps/elastic-kibana/9.3.0/data.yml similarity index 100% rename from apps/elastic-kibana/9.2.4/data.yml rename to apps/elastic-kibana/9.3.0/data.yml diff --git a/apps/elastic-kibana/9.2.4/docker-compose.yml b/apps/elastic-kibana/9.3.0/docker-compose.yml similarity index 96% rename from apps/elastic-kibana/9.2.4/docker-compose.yml rename to apps/elastic-kibana/9.3.0/docker-compose.yml index 2a2235cb7..e9d76038a 100644 --- a/apps/elastic-kibana/9.2.4/docker-compose.yml +++ b/apps/elastic-kibana/9.3.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kibana: - image: kibana:9.2.4 + image: kibana:9.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-kibana/9.2.4/envs/default.env b/apps/elastic-kibana/9.3.0/envs/default.env similarity index 100% rename from apps/elastic-kibana/9.2.4/envs/default.env rename to apps/elastic-kibana/9.3.0/envs/default.env diff --git a/apps/elastic-kibana/9.2.4/envs/global.env b/apps/elastic-kibana/9.3.0/envs/global.env similarity index 100% rename from apps/elastic-kibana/9.2.4/envs/global.env rename to apps/elastic-kibana/9.3.0/envs/global.env diff --git a/apps/elastic-kibana/9.2.4/scripts/init.sh b/apps/elastic-kibana/9.3.0/scripts/init.sh similarity index 100% rename from apps/elastic-kibana/9.2.4/scripts/init.sh rename to apps/elastic-kibana/9.3.0/scripts/init.sh diff --git a/apps/elastic-kibana/9.2.4/scripts/uninstall.sh b/apps/elastic-kibana/9.3.0/scripts/uninstall.sh similarity index 100% rename from apps/elastic-kibana/9.2.4/scripts/uninstall.sh rename to apps/elastic-kibana/9.3.0/scripts/uninstall.sh diff --git a/apps/elastic-kibana/9.2.4/scripts/upgrade.sh b/apps/elastic-kibana/9.3.0/scripts/upgrade.sh similarity index 100% rename from apps/elastic-kibana/9.2.4/scripts/upgrade.sh rename to apps/elastic-kibana/9.3.0/scripts/upgrade.sh diff --git a/apps/ghost/6.14.0/data.yml b/apps/ghost/6.17.0/data.yml similarity index 100% rename from apps/ghost/6.14.0/data.yml rename to apps/ghost/6.17.0/data.yml diff --git a/apps/ghost/6.14.0/docker-compose.yml b/apps/ghost/6.17.0/docker-compose.yml similarity index 96% rename from apps/ghost/6.14.0/docker-compose.yml rename to apps/ghost/6.17.0/docker-compose.yml index cd01ceb18..44d798d33 100644 --- a/apps/ghost/6.14.0/docker-compose.yml +++ b/apps/ghost/6.17.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.14.0 + image: ghost:6.17.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.14.0/envs/default.env b/apps/ghost/6.17.0/envs/default.env similarity index 100% rename from apps/ghost/6.14.0/envs/default.env rename to apps/ghost/6.17.0/envs/default.env diff --git a/apps/ghost/6.14.0/envs/global.env b/apps/ghost/6.17.0/envs/global.env similarity index 100% rename from apps/ghost/6.14.0/envs/global.env rename to apps/ghost/6.17.0/envs/global.env diff --git a/apps/ghost/6.14.0/scripts/init.sh b/apps/ghost/6.17.0/scripts/init.sh similarity index 100% rename from apps/ghost/6.14.0/scripts/init.sh rename to apps/ghost/6.17.0/scripts/init.sh diff --git a/apps/ghost/6.14.0/scripts/uninstall.sh b/apps/ghost/6.17.0/scripts/uninstall.sh similarity index 100% rename from apps/ghost/6.14.0/scripts/uninstall.sh rename to apps/ghost/6.17.0/scripts/uninstall.sh diff --git a/apps/ghost/6.14.0/scripts/upgrade.sh b/apps/ghost/6.17.0/scripts/upgrade.sh similarity index 100% rename from apps/ghost/6.14.0/scripts/upgrade.sh rename to apps/ghost/6.17.0/scripts/upgrade.sh diff --git a/apps/halo-h2/2.22.12/data.yml b/apps/halo-h2/2.22.14/data.yml similarity index 100% rename from apps/halo-h2/2.22.12/data.yml rename to apps/halo-h2/2.22.14/data.yml diff --git a/apps/halo-h2/2.22.12/docker-compose.yml b/apps/halo-h2/2.22.14/docker-compose.yml similarity index 93% rename from apps/halo-h2/2.22.12/docker-compose.yml rename to apps/halo-h2/2.22.14/docker-compose.yml index 0b499123b..8e4da1d9a 100644 --- a/apps/halo-h2/2.22.12/docker-compose.yml +++ b/apps/halo-h2/2.22.14/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.22.12 + image: halohub/halo:2.22.14 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo-h2/2.22.12/envs/default.env b/apps/halo-h2/2.22.14/envs/default.env similarity index 100% rename from apps/halo-h2/2.22.12/envs/default.env rename to apps/halo-h2/2.22.14/envs/default.env diff --git a/apps/halo-h2/2.22.12/envs/global.env b/apps/halo-h2/2.22.14/envs/global.env similarity index 100% rename from apps/halo-h2/2.22.12/envs/global.env rename to apps/halo-h2/2.22.14/envs/global.env diff --git a/apps/halo-h2/2.22.12/scripts/init.sh b/apps/halo-h2/2.22.14/scripts/init.sh similarity index 100% rename from apps/halo-h2/2.22.12/scripts/init.sh rename to apps/halo-h2/2.22.14/scripts/init.sh diff --git a/apps/halo-h2/2.22.12/scripts/uninstall.sh b/apps/halo-h2/2.22.14/scripts/uninstall.sh similarity index 100% rename from apps/halo-h2/2.22.12/scripts/uninstall.sh rename to apps/halo-h2/2.22.14/scripts/uninstall.sh diff --git a/apps/halo-h2/2.22.12/scripts/upgrade.sh b/apps/halo-h2/2.22.14/scripts/upgrade.sh similarity index 100% rename from apps/halo-h2/2.22.12/scripts/upgrade.sh rename to apps/halo-h2/2.22.14/scripts/upgrade.sh diff --git a/apps/halo/2.22.12/data.yml b/apps/halo/2.22.14/data.yml similarity index 100% rename from apps/halo/2.22.12/data.yml rename to apps/halo/2.22.14/data.yml diff --git a/apps/halo/2.22.12/docker-compose.yml b/apps/halo/2.22.14/docker-compose.yml similarity index 95% rename from apps/halo/2.22.12/docker-compose.yml rename to apps/halo/2.22.14/docker-compose.yml index 59b5e4964..20b80bf63 100644 --- a/apps/halo/2.22.12/docker-compose.yml +++ b/apps/halo/2.22.14/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.22.12 + image: halohub/halo:2.22.14 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo/2.22.12/envs/default.env b/apps/halo/2.22.14/envs/default.env similarity index 100% rename from apps/halo/2.22.12/envs/default.env rename to apps/halo/2.22.14/envs/default.env diff --git a/apps/halo/2.22.12/envs/global.env b/apps/halo/2.22.14/envs/global.env similarity index 100% rename from apps/halo/2.22.12/envs/global.env rename to apps/halo/2.22.14/envs/global.env diff --git a/apps/halo/2.22.12/scripts/init.sh b/apps/halo/2.22.14/scripts/init.sh similarity index 100% rename from apps/halo/2.22.12/scripts/init.sh rename to apps/halo/2.22.14/scripts/init.sh diff --git a/apps/halo/2.22.12/scripts/uninstall.sh b/apps/halo/2.22.14/scripts/uninstall.sh similarity index 100% rename from apps/halo/2.22.12/scripts/uninstall.sh rename to apps/halo/2.22.14/scripts/uninstall.sh diff --git a/apps/halo/2.22.12/scripts/upgrade.sh b/apps/halo/2.22.14/scripts/upgrade.sh similarity index 100% rename from apps/halo/2.22.12/scripts/upgrade.sh rename to apps/halo/2.22.14/scripts/upgrade.sh diff --git a/apps/homarr/1.52.0/data.yml b/apps/homarr/1.53.0/data.yml similarity index 100% rename from apps/homarr/1.52.0/data.yml rename to apps/homarr/1.53.0/data.yml diff --git a/apps/homarr/1.52.0/docker-compose.yml b/apps/homarr/1.53.0/docker-compose.yml similarity index 91% rename from apps/homarr/1.52.0/docker-compose.yml rename to apps/homarr/1.53.0/docker-compose.yml index 0d48b4ba9..b65bdd50e 100644 --- a/apps/homarr/1.52.0/docker-compose.yml +++ b/apps/homarr/1.53.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: homarr: - image: ghcr.io/homarr-labs/homarr:v1.52.0 + image: ghcr.io/homarr-labs/homarr:v1.53.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/homarr/1.52.0/envs/default.env b/apps/homarr/1.53.0/envs/default.env similarity index 100% rename from apps/homarr/1.52.0/envs/default.env rename to apps/homarr/1.53.0/envs/default.env diff --git a/apps/homarr/1.52.0/envs/global.env b/apps/homarr/1.53.0/envs/global.env similarity index 100% rename from apps/homarr/1.52.0/envs/global.env rename to apps/homarr/1.53.0/envs/global.env diff --git a/apps/homarr/1.52.0/scripts/init.sh b/apps/homarr/1.53.0/scripts/init.sh similarity index 100% rename from apps/homarr/1.52.0/scripts/init.sh rename to apps/homarr/1.53.0/scripts/init.sh diff --git a/apps/homarr/1.52.0/scripts/uninstall.sh b/apps/homarr/1.53.0/scripts/uninstall.sh similarity index 100% rename from apps/homarr/1.52.0/scripts/uninstall.sh rename to apps/homarr/1.53.0/scripts/uninstall.sh diff --git a/apps/homarr/1.52.0/scripts/upgrade.sh b/apps/homarr/1.53.0/scripts/upgrade.sh similarity index 100% rename from apps/homarr/1.52.0/scripts/upgrade.sh rename to apps/homarr/1.53.0/scripts/upgrade.sh diff --git a/apps/immich-machine-learning/2.5.2/data.yml b/apps/immich-machine-learning/2.5.5/data.yml similarity index 100% rename from apps/immich-machine-learning/2.5.2/data.yml rename to apps/immich-machine-learning/2.5.5/data.yml diff --git a/apps/immich-machine-learning/2.5.2/docker-compose.yml b/apps/immich-machine-learning/2.5.5/docker-compose.yml similarity index 93% rename from apps/immich-machine-learning/2.5.2/docker-compose.yml rename to apps/immich-machine-learning/2.5.5/docker-compose.yml index 1b565cc5b..036624bd3 100644 --- a/apps/immich-machine-learning/2.5.2/docker-compose.yml +++ b/apps/immich-machine-learning/2.5.5/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/2.5.2/envs/default.env b/apps/immich-machine-learning/2.5.5/envs/default.env similarity index 100% rename from apps/immich-machine-learning/2.5.2/envs/default.env rename to apps/immich-machine-learning/2.5.5/envs/default.env diff --git a/apps/immich-machine-learning/2.5.2/envs/global.env b/apps/immich-machine-learning/2.5.5/envs/global.env similarity index 100% rename from apps/immich-machine-learning/2.5.2/envs/global.env rename to apps/immich-machine-learning/2.5.5/envs/global.env diff --git a/apps/immich-machine-learning/2.5.2/scripts/init.sh b/apps/immich-machine-learning/2.5.5/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/2.5.2/scripts/init.sh rename to apps/immich-machine-learning/2.5.5/scripts/init.sh diff --git a/apps/immich-machine-learning/2.5.2/scripts/uninstall.sh b/apps/immich-machine-learning/2.5.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/2.5.2/scripts/uninstall.sh rename to apps/immich-machine-learning/2.5.5/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/2.5.2/scripts/upgrade.sh b/apps/immich-machine-learning/2.5.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/2.5.2/scripts/upgrade.sh rename to apps/immich-machine-learning/2.5.5/scripts/upgrade.sh diff --git a/apps/immich-no-machine/2.5.2/data.yml b/apps/immich-no-machine/2.5.5/data.yml similarity index 100% rename from apps/immich-no-machine/2.5.2/data.yml rename to apps/immich-no-machine/2.5.5/data.yml diff --git a/apps/immich-no-machine/2.5.2/docker-compose.yml b/apps/immich-no-machine/2.5.5/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/2.5.2/docker-compose.yml rename to apps/immich-no-machine/2.5.5/docker-compose.yml index 74ef3b75b..6d16a36ca 100644 --- a/apps/immich-no-machine/2.5.2/docker-compose.yml +++ b/apps/immich-no-machine/2.5.5/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/2.5.2/envs/default.env b/apps/immich-no-machine/2.5.5/envs/default.env similarity index 100% rename from apps/immich-no-machine/2.5.2/envs/default.env rename to apps/immich-no-machine/2.5.5/envs/default.env diff --git a/apps/immich-no-machine/2.5.2/envs/global.env b/apps/immich-no-machine/2.5.5/envs/global.env similarity index 100% rename from apps/immich-no-machine/2.5.2/envs/global.env rename to apps/immich-no-machine/2.5.5/envs/global.env diff --git a/apps/immich-no-machine/2.5.2/scripts/init.sh b/apps/immich-no-machine/2.5.5/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/2.5.2/scripts/init.sh rename to apps/immich-no-machine/2.5.5/scripts/init.sh diff --git a/apps/immich-no-machine/2.5.2/scripts/uninstall.sh b/apps/immich-no-machine/2.5.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/2.5.2/scripts/uninstall.sh rename to apps/immich-no-machine/2.5.5/scripts/uninstall.sh diff --git a/apps/immich-no-machine/2.5.2/scripts/upgrade.sh b/apps/immich-no-machine/2.5.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/2.5.2/scripts/upgrade.sh rename to apps/immich-no-machine/2.5.5/scripts/upgrade.sh diff --git a/apps/immich-server/2.5.2/data.yml b/apps/immich-server/2.5.5/data.yml similarity index 100% rename from apps/immich-server/2.5.2/data.yml rename to apps/immich-server/2.5.5/data.yml diff --git a/apps/immich-server/2.5.2/docker-compose.yml b/apps/immich-server/2.5.5/docker-compose.yml similarity index 94% rename from apps/immich-server/2.5.2/docker-compose.yml rename to apps/immich-server/2.5.5/docker-compose.yml index 5b6a79812..133317928 100644 --- a/apps/immich-server/2.5.2/docker-compose.yml +++ b/apps/immich-server/2.5.5/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.5.2/envs/default.env b/apps/immich-server/2.5.5/envs/default.env similarity index 100% rename from apps/immich-server/2.5.2/envs/default.env rename to apps/immich-server/2.5.5/envs/default.env diff --git a/apps/immich-server/2.5.2/envs/global.env b/apps/immich-server/2.5.5/envs/global.env similarity index 100% rename from apps/immich-server/2.5.2/envs/global.env rename to apps/immich-server/2.5.5/envs/global.env diff --git a/apps/immich-server/2.5.2/scripts/init.sh b/apps/immich-server/2.5.5/scripts/init.sh similarity index 100% rename from apps/immich-server/2.5.2/scripts/init.sh rename to apps/immich-server/2.5.5/scripts/init.sh diff --git a/apps/immich-server/2.5.2/scripts/uninstall.sh b/apps/immich-server/2.5.5/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/2.5.2/scripts/uninstall.sh rename to apps/immich-server/2.5.5/scripts/uninstall.sh diff --git a/apps/immich-server/2.5.2/scripts/upgrade.sh b/apps/immich-server/2.5.5/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/2.5.2/scripts/upgrade.sh rename to apps/immich-server/2.5.5/scripts/upgrade.sh diff --git a/apps/immich/2.5.2/data.yml b/apps/immich/2.5.5/data.yml similarity index 100% rename from apps/immich/2.5.2/data.yml rename to apps/immich/2.5.5/data.yml diff --git a/apps/immich/2.5.2/docker-compose.yml b/apps/immich/2.5.5/docker-compose.yml similarity index 94% rename from apps/immich/2.5.2/docker-compose.yml rename to apps/immich/2.5.5/docker-compose.yml index 83406b895..5f54b7332 100644 --- a/apps/immich/2.5.2/docker-compose.yml +++ b/apps/immich/2.5.5/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 container_name: ${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:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 container_name: machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/2.5.2/envs/default.env b/apps/immich/2.5.5/envs/default.env similarity index 100% rename from apps/immich/2.5.2/envs/default.env rename to apps/immich/2.5.5/envs/default.env diff --git a/apps/immich/2.5.2/envs/global.env b/apps/immich/2.5.5/envs/global.env similarity index 100% rename from apps/immich/2.5.2/envs/global.env rename to apps/immich/2.5.5/envs/global.env diff --git a/apps/immich/2.5.2/scripts/init.sh b/apps/immich/2.5.5/scripts/init.sh similarity index 100% rename from apps/immich/2.5.2/scripts/init.sh rename to apps/immich/2.5.5/scripts/init.sh diff --git a/apps/immich/2.5.2/scripts/uninstall.sh b/apps/immich/2.5.5/scripts/uninstall.sh similarity index 100% rename from apps/immich/2.5.2/scripts/uninstall.sh rename to apps/immich/2.5.5/scripts/uninstall.sh diff --git a/apps/immich/2.5.2/scripts/upgrade.sh b/apps/immich/2.5.5/scripts/upgrade.sh similarity index 100% rename from apps/immich/2.5.2/scripts/upgrade.sh rename to apps/immich/2.5.5/scripts/upgrade.sh diff --git a/apps/jackett/0.24.1003/data.yml b/apps/jackett/0.24.1066/data.yml similarity index 100% rename from apps/jackett/0.24.1003/data.yml rename to apps/jackett/0.24.1066/data.yml diff --git a/apps/jackett/0.24.1003/docker-compose.yml b/apps/jackett/0.24.1066/docker-compose.yml similarity index 93% rename from apps/jackett/0.24.1003/docker-compose.yml rename to apps/jackett/0.24.1066/docker-compose.yml index 5dbb16219..6f91cca72 100644 --- a/apps/jackett/0.24.1003/docker-compose.yml +++ b/apps/jackett/0.24.1066/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: jackett: - image: linuxserver/jackett:0.24.1003 + image: linuxserver/jackett:0.24.1066 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/jackett/0.24.1003/envs/default.env b/apps/jackett/0.24.1066/envs/default.env similarity index 100% rename from apps/jackett/0.24.1003/envs/default.env rename to apps/jackett/0.24.1066/envs/default.env diff --git a/apps/jackett/0.24.1003/envs/global.env b/apps/jackett/0.24.1066/envs/global.env similarity index 100% rename from apps/jackett/0.24.1003/envs/global.env rename to apps/jackett/0.24.1066/envs/global.env diff --git a/apps/jackett/0.24.1003/scripts/init.sh b/apps/jackett/0.24.1066/scripts/init.sh similarity index 100% rename from apps/jackett/0.24.1003/scripts/init.sh rename to apps/jackett/0.24.1066/scripts/init.sh diff --git a/apps/jackett/0.24.1003/scripts/uninstall.sh b/apps/jackett/0.24.1066/scripts/uninstall.sh similarity index 100% rename from apps/jackett/0.24.1003/scripts/uninstall.sh rename to apps/jackett/0.24.1066/scripts/uninstall.sh diff --git a/apps/jackett/0.24.1003/scripts/upgrade.sh b/apps/jackett/0.24.1066/scripts/upgrade.sh similarity index 100% rename from apps/jackett/0.24.1003/scripts/upgrade.sh rename to apps/jackett/0.24.1066/scripts/upgrade.sh diff --git a/apps/kspeeder/0.5.0/data.yml b/apps/kspeeder/0.6.5/data.yml similarity index 100% rename from apps/kspeeder/0.5.0/data.yml rename to apps/kspeeder/0.6.5/data.yml diff --git a/apps/kspeeder/0.5.0/docker-compose.yml b/apps/kspeeder/0.6.5/docker-compose.yml similarity index 94% rename from apps/kspeeder/0.5.0/docker-compose.yml rename to apps/kspeeder/0.6.5/docker-compose.yml index 9ad27038b..8c7d70205 100644 --- a/apps/kspeeder/0.5.0/docker-compose.yml +++ b/apps/kspeeder/0.6.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kspeeder: - image: linkease/kspeeder:0.5.0 + image: linkease/kspeeder:0.6.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/kspeeder/0.5.0/envs/default.env b/apps/kspeeder/0.6.5/envs/default.env similarity index 100% rename from apps/kspeeder/0.5.0/envs/default.env rename to apps/kspeeder/0.6.5/envs/default.env diff --git a/apps/kspeeder/0.5.0/envs/global.env b/apps/kspeeder/0.6.5/envs/global.env similarity index 100% rename from apps/kspeeder/0.5.0/envs/global.env rename to apps/kspeeder/0.6.5/envs/global.env diff --git a/apps/kspeeder/0.5.0/scripts/init.sh b/apps/kspeeder/0.6.5/scripts/init.sh similarity index 100% rename from apps/kspeeder/0.5.0/scripts/init.sh rename to apps/kspeeder/0.6.5/scripts/init.sh diff --git a/apps/kspeeder/0.5.0/scripts/uninstall.sh b/apps/kspeeder/0.6.5/scripts/uninstall.sh similarity index 100% rename from apps/kspeeder/0.5.0/scripts/uninstall.sh rename to apps/kspeeder/0.6.5/scripts/uninstall.sh diff --git a/apps/kspeeder/0.5.0/scripts/upgrade.sh b/apps/kspeeder/0.6.5/scripts/upgrade.sh similarity index 100% rename from apps/kspeeder/0.5.0/scripts/upgrade.sh rename to apps/kspeeder/0.6.5/scripts/upgrade.sh diff --git a/apps/maxkb/2.5.0/data.yml b/apps/maxkb/2.6.0/data.yml similarity index 100% rename from apps/maxkb/2.5.0/data.yml rename to apps/maxkb/2.6.0/data.yml diff --git a/apps/maxkb/2.5.0/docker-compose.yml b/apps/maxkb/2.6.0/docker-compose.yml similarity index 95% rename from apps/maxkb/2.5.0/docker-compose.yml rename to apps/maxkb/2.6.0/docker-compose.yml index 0f6cd8ad9..7a4b97b21 100644 --- a/apps/maxkb/2.5.0/docker-compose.yml +++ b/apps/maxkb/2.6.0/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: maxkb: - image: 1panel/maxkb:v2.5.0 + image: 1panel/maxkb:v2.6.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/maxkb/2.5.0/envs/default.env b/apps/maxkb/2.6.0/envs/default.env similarity index 100% rename from apps/maxkb/2.5.0/envs/default.env rename to apps/maxkb/2.6.0/envs/default.env diff --git a/apps/maxkb/2.5.0/envs/global.env b/apps/maxkb/2.6.0/envs/global.env similarity index 100% rename from apps/maxkb/2.5.0/envs/global.env rename to apps/maxkb/2.6.0/envs/global.env diff --git a/apps/maxkb/2.5.0/scripts/init.sh b/apps/maxkb/2.6.0/scripts/init.sh similarity index 100% rename from apps/maxkb/2.5.0/scripts/init.sh rename to apps/maxkb/2.6.0/scripts/init.sh diff --git a/apps/maxkb/2.5.0/scripts/uninstall.sh b/apps/maxkb/2.6.0/scripts/uninstall.sh similarity index 100% rename from apps/maxkb/2.5.0/scripts/uninstall.sh rename to apps/maxkb/2.6.0/scripts/uninstall.sh diff --git a/apps/maxkb/2.5.0/scripts/upgrade.sh b/apps/maxkb/2.6.0/scripts/upgrade.sh similarity index 100% rename from apps/maxkb/2.5.0/scripts/upgrade.sh rename to apps/maxkb/2.6.0/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.26.1/data.yml b/apps/mdc-ng/1.27.0/data.yml similarity index 100% rename from apps/mdc-ng/1.26.1/data.yml rename to apps/mdc-ng/1.27.0/data.yml diff --git a/apps/mdc-ng/1.26.1/docker-compose.yml b/apps/mdc-ng/1.27.0/docker-compose.yml similarity index 96% rename from apps/mdc-ng/1.26.1/docker-compose.yml rename to apps/mdc-ng/1.27.0/docker-compose.yml index d2aaa90a5..7a0ba7182 100644 --- a/apps/mdc-ng/1.26.1/docker-compose.yml +++ b/apps/mdc-ng/1.27.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mdc-ng: - image: mdcng/mdc:v1.26.1 + image: mdcng/mdc:v1.27.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mdc-ng/1.26.1/envs/default.env b/apps/mdc-ng/1.27.0/envs/default.env similarity index 100% rename from apps/mdc-ng/1.26.1/envs/default.env rename to apps/mdc-ng/1.27.0/envs/default.env diff --git a/apps/mdc-ng/1.26.1/envs/global.env b/apps/mdc-ng/1.27.0/envs/global.env similarity index 100% rename from apps/mdc-ng/1.26.1/envs/global.env rename to apps/mdc-ng/1.27.0/envs/global.env diff --git a/apps/mdc-ng/1.26.1/scripts/init.sh b/apps/mdc-ng/1.27.0/scripts/init.sh similarity index 100% rename from apps/mdc-ng/1.26.1/scripts/init.sh rename to apps/mdc-ng/1.27.0/scripts/init.sh diff --git a/apps/mdc-ng/1.26.1/scripts/uninstall.sh b/apps/mdc-ng/1.27.0/scripts/uninstall.sh similarity index 100% rename from apps/mdc-ng/1.26.1/scripts/uninstall.sh rename to apps/mdc-ng/1.27.0/scripts/uninstall.sh diff --git a/apps/mdc-ng/1.26.1/scripts/upgrade.sh b/apps/mdc-ng/1.27.0/scripts/upgrade.sh similarity index 100% rename from apps/mdc-ng/1.26.1/scripts/upgrade.sh rename to apps/mdc-ng/1.27.0/scripts/upgrade.sh diff --git a/apps/movie-pilot/2.9.8/data.yml b/apps/movie-pilot/2.9.10/data.yml similarity index 100% rename from apps/movie-pilot/2.9.8/data.yml rename to apps/movie-pilot/2.9.10/data.yml diff --git a/apps/movie-pilot/2.9.8/docker-compose.yml b/apps/movie-pilot/2.9.10/docker-compose.yml similarity index 97% rename from apps/movie-pilot/2.9.8/docker-compose.yml rename to apps/movie-pilot/2.9.10/docker-compose.yml index afda38a24..063b621b5 100644 --- a/apps/movie-pilot/2.9.8/docker-compose.yml +++ b/apps/movie-pilot/2.9.10/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: movie-pilot: - image: jxxghp/moviepilot:2.9.8 + image: jxxghp/moviepilot:2.9.10 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/movie-pilot/2.9.8/envs/default.env b/apps/movie-pilot/2.9.10/envs/default.env similarity index 100% rename from apps/movie-pilot/2.9.8/envs/default.env rename to apps/movie-pilot/2.9.10/envs/default.env diff --git a/apps/movie-pilot/2.9.8/envs/global.env b/apps/movie-pilot/2.9.10/envs/global.env similarity index 100% rename from apps/movie-pilot/2.9.8/envs/global.env rename to apps/movie-pilot/2.9.10/envs/global.env diff --git a/apps/movie-pilot/2.9.8/scripts/init.sh b/apps/movie-pilot/2.9.10/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.9.8/scripts/init.sh rename to apps/movie-pilot/2.9.10/scripts/init.sh diff --git a/apps/movie-pilot/2.9.8/scripts/uninstall.sh b/apps/movie-pilot/2.9.10/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.9.8/scripts/uninstall.sh rename to apps/movie-pilot/2.9.10/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.9.8/scripts/upgrade.sh b/apps/movie-pilot/2.9.10/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.9.8/scripts/upgrade.sh rename to apps/movie-pilot/2.9.10/scripts/upgrade.sh diff --git a/apps/mx-space-db/9.0.0/data.yml b/apps/mx-space-db/10.0.0/data.yml similarity index 100% rename from apps/mx-space-db/9.0.0/data.yml rename to apps/mx-space-db/10.0.0/data.yml diff --git a/apps/mx-space-db/9.0.0/docker-compose.yml b/apps/mx-space-db/10.0.0/docker-compose.yml similarity index 96% rename from apps/mx-space-db/9.0.0/docker-compose.yml rename to apps/mx-space-db/10.0.0/docker-compose.yml index 4737c26c9..8de9861ea 100644 --- a/apps/mx-space-db/9.0.0/docker-compose.yml +++ b/apps/mx-space-db/10.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mx-server: - image: innei/mx-server:9.0.0 + image: innei/mx-server:10.0.0 depends_on: - mx-mongo - mx-redis diff --git a/apps/mx-space-db/9.0.0/envs/default.env b/apps/mx-space-db/10.0.0/envs/default.env similarity index 100% rename from apps/mx-space-db/9.0.0/envs/default.env rename to apps/mx-space-db/10.0.0/envs/default.env diff --git a/apps/mx-space-db/9.0.0/envs/global.env b/apps/mx-space-db/10.0.0/envs/global.env similarity index 100% rename from apps/mx-space-db/9.0.0/envs/global.env rename to apps/mx-space-db/10.0.0/envs/global.env diff --git a/apps/mx-space-db/9.0.0/scripts/init.sh b/apps/mx-space-db/10.0.0/scripts/init.sh similarity index 100% rename from apps/mx-space-db/9.0.0/scripts/init.sh rename to apps/mx-space-db/10.0.0/scripts/init.sh diff --git a/apps/mx-space-db/9.0.0/scripts/uninstall.sh b/apps/mx-space-db/10.0.0/scripts/uninstall.sh similarity index 100% rename from apps/mx-space-db/9.0.0/scripts/uninstall.sh rename to apps/mx-space-db/10.0.0/scripts/uninstall.sh diff --git a/apps/mx-space-db/9.0.0/scripts/upgrade.sh b/apps/mx-space-db/10.0.0/scripts/upgrade.sh similarity index 100% rename from apps/mx-space-db/9.0.0/scripts/upgrade.sh rename to apps/mx-space-db/10.0.0/scripts/upgrade.sh diff --git a/apps/mx-space/9.0.0/data.yml b/apps/mx-space/10.0.0/data.yml similarity index 100% rename from apps/mx-space/9.0.0/data.yml rename to apps/mx-space/10.0.0/data.yml diff --git a/apps/mx-space/9.0.0/docker-compose.yml b/apps/mx-space/10.0.0/docker-compose.yml similarity index 94% rename from apps/mx-space/9.0.0/docker-compose.yml rename to apps/mx-space/10.0.0/docker-compose.yml index f76bf4a6d..28489d802 100644 --- a/apps/mx-space/9.0.0/docker-compose.yml +++ b/apps/mx-space/10.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mx-server: - image: innei/mx-server:9.0.0 + image: innei/mx-server:10.0.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mx-space/9.0.0/envs/default.env b/apps/mx-space/10.0.0/envs/default.env similarity index 100% rename from apps/mx-space/9.0.0/envs/default.env rename to apps/mx-space/10.0.0/envs/default.env diff --git a/apps/mx-space/9.0.0/envs/global.env b/apps/mx-space/10.0.0/envs/global.env similarity index 100% rename from apps/mx-space/9.0.0/envs/global.env rename to apps/mx-space/10.0.0/envs/global.env diff --git a/apps/mx-space/9.0.0/scripts/init.sh b/apps/mx-space/10.0.0/scripts/init.sh similarity index 100% rename from apps/mx-space/9.0.0/scripts/init.sh rename to apps/mx-space/10.0.0/scripts/init.sh diff --git a/apps/mx-space/9.0.0/scripts/uninstall.sh b/apps/mx-space/10.0.0/scripts/uninstall.sh similarity index 100% rename from apps/mx-space/9.0.0/scripts/uninstall.sh rename to apps/mx-space/10.0.0/scripts/uninstall.sh diff --git a/apps/mx-space/9.0.0/scripts/upgrade.sh b/apps/mx-space/10.0.0/scripts/upgrade.sh similarity index 100% rename from apps/mx-space/9.0.0/scripts/upgrade.sh rename to apps/mx-space/10.0.0/scripts/upgrade.sh diff --git a/apps/n8n/1.123.18/data.yml b/apps/n8n/1.123.20/data.yml similarity index 100% rename from apps/n8n/1.123.18/data.yml rename to apps/n8n/1.123.20/data.yml diff --git a/apps/n8n/1.123.18/docker-compose.yml b/apps/n8n/1.123.20/docker-compose.yml similarity index 95% rename from apps/n8n/1.123.18/docker-compose.yml rename to apps/n8n/1.123.20/docker-compose.yml index fe0ec896e..da7adbee5 100644 --- a/apps/n8n/1.123.18/docker-compose.yml +++ b/apps/n8n/1.123.20/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: n8nio/n8n:1.123.18 + image: n8nio/n8n:1.123.20 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/n8n/1.123.18/envs/default.env b/apps/n8n/1.123.20/envs/default.env similarity index 100% rename from apps/n8n/1.123.18/envs/default.env rename to apps/n8n/1.123.20/envs/default.env diff --git a/apps/n8n/1.123.18/envs/global.env b/apps/n8n/1.123.20/envs/global.env similarity index 100% rename from apps/n8n/1.123.18/envs/global.env rename to apps/n8n/1.123.20/envs/global.env diff --git a/apps/n8n/1.123.18/scripts/init.sh b/apps/n8n/1.123.20/scripts/init.sh similarity index 100% rename from apps/n8n/1.123.18/scripts/init.sh rename to apps/n8n/1.123.20/scripts/init.sh diff --git a/apps/n8n/1.123.18/scripts/uninstall.sh b/apps/n8n/1.123.20/scripts/uninstall.sh similarity index 100% rename from apps/n8n/1.123.18/scripts/uninstall.sh rename to apps/n8n/1.123.20/scripts/uninstall.sh diff --git a/apps/n8n/1.123.18/scripts/upgrade.sh b/apps/n8n/1.123.20/scripts/upgrade.sh similarity index 100% rename from apps/n8n/1.123.18/scripts/upgrade.sh rename to apps/n8n/1.123.20/scripts/upgrade.sh diff --git a/apps/napcat/4.14.11/data.yml b/apps/napcat/4.15.18/data.yml similarity index 100% rename from apps/napcat/4.14.11/data.yml rename to apps/napcat/4.15.18/data.yml diff --git a/apps/napcat/4.14.11/docker-compose.yml b/apps/napcat/4.15.18/docker-compose.yml similarity index 94% rename from apps/napcat/4.14.11/docker-compose.yml rename to apps/napcat/4.15.18/docker-compose.yml index ce3300d82..d9c340816 100644 --- a/apps/napcat/4.14.11/docker-compose.yml +++ b/apps/napcat/4.15.18/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.14.11 + image: mlikiowa/napcat-docker:v4.15.18 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/napcat/4.14.11/envs/default.env b/apps/napcat/4.15.18/envs/default.env similarity index 100% rename from apps/napcat/4.14.11/envs/default.env rename to apps/napcat/4.15.18/envs/default.env diff --git a/apps/napcat/4.14.11/envs/global.env b/apps/napcat/4.15.18/envs/global.env similarity index 100% rename from apps/napcat/4.14.11/envs/global.env rename to apps/napcat/4.15.18/envs/global.env diff --git a/apps/napcat/4.14.11/scripts/init.sh b/apps/napcat/4.15.18/scripts/init.sh similarity index 100% rename from apps/napcat/4.14.11/scripts/init.sh rename to apps/napcat/4.15.18/scripts/init.sh diff --git a/apps/napcat/4.14.11/scripts/uninstall.sh b/apps/napcat/4.15.18/scripts/uninstall.sh similarity index 100% rename from apps/napcat/4.14.11/scripts/uninstall.sh rename to apps/napcat/4.15.18/scripts/uninstall.sh diff --git a/apps/napcat/4.14.11/scripts/upgrade.sh b/apps/napcat/4.15.18/scripts/upgrade.sh similarity index 100% rename from apps/napcat/4.14.11/scripts/upgrade.sh rename to apps/napcat/4.15.18/scripts/upgrade.sh diff --git a/apps/nexus3/3.88.0/data.yml b/apps/nexus3/3.89.0/data.yml similarity index 100% rename from apps/nexus3/3.88.0/data.yml rename to apps/nexus3/3.89.0/data.yml diff --git a/apps/nexus3/3.88.0/docker-compose.yml b/apps/nexus3/3.89.0/docker-compose.yml similarity index 93% rename from apps/nexus3/3.88.0/docker-compose.yml rename to apps/nexus3/3.89.0/docker-compose.yml index 7a240846a..d9dbdfb52 100644 --- a/apps/nexus3/3.88.0/docker-compose.yml +++ b/apps/nexus3/3.89.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nexus3: - image: sonatype/nexus3:3.88.0 + image: sonatype/nexus3:3.89.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nexus3/3.88.0/envs/default.env b/apps/nexus3/3.89.0/envs/default.env similarity index 100% rename from apps/nexus3/3.88.0/envs/default.env rename to apps/nexus3/3.89.0/envs/default.env diff --git a/apps/nexus3/3.88.0/envs/global.env b/apps/nexus3/3.89.0/envs/global.env similarity index 100% rename from apps/nexus3/3.88.0/envs/global.env rename to apps/nexus3/3.89.0/envs/global.env diff --git a/apps/nexus3/3.88.0/scripts/init.sh b/apps/nexus3/3.89.0/scripts/init.sh similarity index 100% rename from apps/nexus3/3.88.0/scripts/init.sh rename to apps/nexus3/3.89.0/scripts/init.sh diff --git a/apps/nexus3/3.88.0/scripts/uninstall.sh b/apps/nexus3/3.89.0/scripts/uninstall.sh similarity index 100% rename from apps/nexus3/3.88.0/scripts/uninstall.sh rename to apps/nexus3/3.89.0/scripts/uninstall.sh diff --git a/apps/nexus3/3.88.0/scripts/upgrade.sh b/apps/nexus3/3.89.0/scripts/upgrade.sh similarity index 100% rename from apps/nexus3/3.88.0/scripts/upgrade.sh rename to apps/nexus3/3.89.0/scripts/upgrade.sh diff --git a/apps/ollama/0.15.4/data.yml b/apps/ollama/0.15.6/data.yml similarity index 100% rename from apps/ollama/0.15.4/data.yml rename to apps/ollama/0.15.6/data.yml diff --git a/apps/ollama/0.15.4/docker-compose.yml b/apps/ollama/0.15.6/docker-compose.yml similarity index 97% rename from apps/ollama/0.15.4/docker-compose.yml rename to apps/ollama/0.15.6/docker-compose.yml index b342c8f8f..b2097f1b2 100644 --- a/apps/ollama/0.15.4/docker-compose.yml +++ b/apps/ollama/0.15.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ollama: - image: ollama/ollama:0.15.4 + image: ollama/ollama:0.15.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ollama/0.15.4/envs/default.env b/apps/ollama/0.15.6/envs/default.env similarity index 100% rename from apps/ollama/0.15.4/envs/default.env rename to apps/ollama/0.15.6/envs/default.env diff --git a/apps/ollama/0.15.4/envs/global.env b/apps/ollama/0.15.6/envs/global.env similarity index 100% rename from apps/ollama/0.15.4/envs/global.env rename to apps/ollama/0.15.6/envs/global.env diff --git a/apps/ollama/0.15.4/scripts/init.sh b/apps/ollama/0.15.6/scripts/init.sh similarity index 100% rename from apps/ollama/0.15.4/scripts/init.sh rename to apps/ollama/0.15.6/scripts/init.sh diff --git a/apps/ollama/0.15.4/scripts/uninstall.sh b/apps/ollama/0.15.6/scripts/uninstall.sh similarity index 100% rename from apps/ollama/0.15.4/scripts/uninstall.sh rename to apps/ollama/0.15.6/scripts/uninstall.sh diff --git a/apps/ollama/0.15.4/scripts/upgrade.sh b/apps/ollama/0.15.6/scripts/upgrade.sh similarity index 100% rename from apps/ollama/0.15.4/scripts/upgrade.sh rename to apps/ollama/0.15.6/scripts/upgrade.sh diff --git a/apps/onedev/14.1.1/data.yml b/apps/onedev/14.1.4/data.yml similarity index 100% rename from apps/onedev/14.1.1/data.yml rename to apps/onedev/14.1.4/data.yml diff --git a/apps/onedev/14.1.1/docker-compose.yml b/apps/onedev/14.1.4/docker-compose.yml similarity index 96% rename from apps/onedev/14.1.1/docker-compose.yml rename to apps/onedev/14.1.4/docker-compose.yml index 387c69c5e..90408ac6e 100644 --- a/apps/onedev/14.1.1/docker-compose.yml +++ b/apps/onedev/14.1.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:14.1.1 + image: 1dev/server:14.1.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/onedev/14.1.1/envs/default.env b/apps/onedev/14.1.4/envs/default.env similarity index 100% rename from apps/onedev/14.1.1/envs/default.env rename to apps/onedev/14.1.4/envs/default.env diff --git a/apps/onedev/14.1.1/envs/global.env b/apps/onedev/14.1.4/envs/global.env similarity index 100% rename from apps/onedev/14.1.1/envs/global.env rename to apps/onedev/14.1.4/envs/global.env diff --git a/apps/onedev/14.1.1/envs/onedev.env b/apps/onedev/14.1.4/envs/onedev.env similarity index 100% rename from apps/onedev/14.1.1/envs/onedev.env rename to apps/onedev/14.1.4/envs/onedev.env diff --git a/apps/onedev/14.1.1/scripts/init.sh b/apps/onedev/14.1.4/scripts/init.sh similarity index 100% rename from apps/onedev/14.1.1/scripts/init.sh rename to apps/onedev/14.1.4/scripts/init.sh diff --git a/apps/onedev/14.1.1/scripts/uninstall.sh b/apps/onedev/14.1.4/scripts/uninstall.sh similarity index 100% rename from apps/onedev/14.1.1/scripts/uninstall.sh rename to apps/onedev/14.1.4/scripts/uninstall.sh diff --git a/apps/onedev/14.1.1/scripts/upgrade.sh b/apps/onedev/14.1.4/scripts/upgrade.sh similarity index 100% rename from apps/onedev/14.1.1/scripts/upgrade.sh rename to apps/onedev/14.1.4/scripts/upgrade.sh diff --git a/apps/opengist/1.12.0/data.yml b/apps/opengist/1.12.1/data.yml similarity index 100% rename from apps/opengist/1.12.0/data.yml rename to apps/opengist/1.12.1/data.yml diff --git a/apps/opengist/1.12.0/docker-compose.yml b/apps/opengist/1.12.1/docker-compose.yml similarity index 95% rename from apps/opengist/1.12.0/docker-compose.yml rename to apps/opengist/1.12.1/docker-compose.yml index e27384491..bae7ca189 100644 --- a/apps/opengist/1.12.0/docker-compose.yml +++ b/apps/opengist/1.12.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: opengist: - image: thomiceli/opengist:1.12.0 + image: thomiceli/opengist:1.12.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/opengist/1.12.0/envs/default.env b/apps/opengist/1.12.1/envs/default.env similarity index 100% rename from apps/opengist/1.12.0/envs/default.env rename to apps/opengist/1.12.1/envs/default.env diff --git a/apps/opengist/1.12.0/envs/global.env b/apps/opengist/1.12.1/envs/global.env similarity index 100% rename from apps/opengist/1.12.0/envs/global.env rename to apps/opengist/1.12.1/envs/global.env diff --git a/apps/opengist/1.12.0/scripts/init.sh b/apps/opengist/1.12.1/scripts/init.sh similarity index 100% rename from apps/opengist/1.12.0/scripts/init.sh rename to apps/opengist/1.12.1/scripts/init.sh diff --git a/apps/opengist/1.12.0/scripts/uninstall.sh b/apps/opengist/1.12.1/scripts/uninstall.sh similarity index 100% rename from apps/opengist/1.12.0/scripts/uninstall.sh rename to apps/opengist/1.12.1/scripts/uninstall.sh diff --git a/apps/opengist/1.12.0/scripts/upgrade.sh b/apps/opengist/1.12.1/scripts/upgrade.sh similarity index 100% rename from apps/opengist/1.12.0/scripts/upgrade.sh rename to apps/opengist/1.12.1/scripts/upgrade.sh diff --git a/apps/page-spy-web/2.4.5/data.yml b/apps/page-spy-web/2.4.6/data.yml similarity index 100% rename from apps/page-spy-web/2.4.5/data.yml rename to apps/page-spy-web/2.4.6/data.yml diff --git a/apps/page-spy-web/2.4.5/docker-compose.yml b/apps/page-spy-web/2.4.6/docker-compose.yml similarity index 91% rename from apps/page-spy-web/2.4.5/docker-compose.yml rename to apps/page-spy-web/2.4.6/docker-compose.yml index 1dae6bddd..c0b87bc31 100644 --- a/apps/page-spy-web/2.4.5/docker-compose.yml +++ b/apps/page-spy-web/2.4.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: page-spy-web: - image: huolalatech/page-spy-web:v2.4.5 + image: huolalatech/page-spy-web:v2.4.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/page-spy-web/2.4.5/envs/default.env b/apps/page-spy-web/2.4.6/envs/default.env similarity index 100% rename from apps/page-spy-web/2.4.5/envs/default.env rename to apps/page-spy-web/2.4.6/envs/default.env diff --git a/apps/page-spy-web/2.4.5/envs/global.env b/apps/page-spy-web/2.4.6/envs/global.env similarity index 100% rename from apps/page-spy-web/2.4.5/envs/global.env rename to apps/page-spy-web/2.4.6/envs/global.env diff --git a/apps/page-spy-web/2.4.5/scripts/init.sh b/apps/page-spy-web/2.4.6/scripts/init.sh similarity index 100% rename from apps/page-spy-web/2.4.5/scripts/init.sh rename to apps/page-spy-web/2.4.6/scripts/init.sh diff --git a/apps/page-spy-web/2.4.5/scripts/uninstall.sh b/apps/page-spy-web/2.4.6/scripts/uninstall.sh similarity index 100% rename from apps/page-spy-web/2.4.5/scripts/uninstall.sh rename to apps/page-spy-web/2.4.6/scripts/uninstall.sh diff --git a/apps/page-spy-web/2.4.5/scripts/upgrade.sh b/apps/page-spy-web/2.4.6/scripts/upgrade.sh similarity index 100% rename from apps/page-spy-web/2.4.5/scripts/upgrade.sh rename to apps/page-spy-web/2.4.6/scripts/upgrade.sh diff --git a/apps/peer-ban-helper/9.2.5/data.yml b/apps/peer-ban-helper/9.3.0/data.yml similarity index 100% rename from apps/peer-ban-helper/9.2.5/data.yml rename to apps/peer-ban-helper/9.3.0/data.yml diff --git a/apps/peer-ban-helper/9.2.5/docker-compose.yml b/apps/peer-ban-helper/9.3.0/docker-compose.yml similarity index 92% rename from apps/peer-ban-helper/9.2.5/docker-compose.yml rename to apps/peer-ban-helper/9.3.0/docker-compose.yml index d03d88995..86a4898f0 100644 --- a/apps/peer-ban-helper/9.2.5/docker-compose.yml +++ b/apps/peer-ban-helper/9.3.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: peerbanhelper: - image: ghostchu/peerbanhelper:v9.2.5 + image: ghostchu/peerbanhelper:v9.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/peer-ban-helper/9.2.5/envs/default.env b/apps/peer-ban-helper/9.3.0/envs/default.env similarity index 100% rename from apps/peer-ban-helper/9.2.5/envs/default.env rename to apps/peer-ban-helper/9.3.0/envs/default.env diff --git a/apps/peer-ban-helper/9.2.5/envs/global.env b/apps/peer-ban-helper/9.3.0/envs/global.env similarity index 100% rename from apps/peer-ban-helper/9.2.5/envs/global.env rename to apps/peer-ban-helper/9.3.0/envs/global.env diff --git a/apps/peer-ban-helper/9.2.5/scripts/init.sh b/apps/peer-ban-helper/9.3.0/scripts/init.sh similarity index 100% rename from apps/peer-ban-helper/9.2.5/scripts/init.sh rename to apps/peer-ban-helper/9.3.0/scripts/init.sh diff --git a/apps/peer-ban-helper/9.2.5/scripts/uninstall.sh b/apps/peer-ban-helper/9.3.0/scripts/uninstall.sh similarity index 100% rename from apps/peer-ban-helper/9.2.5/scripts/uninstall.sh rename to apps/peer-ban-helper/9.3.0/scripts/uninstall.sh diff --git a/apps/peer-ban-helper/9.2.5/scripts/upgrade.sh b/apps/peer-ban-helper/9.3.0/scripts/upgrade.sh similarity index 100% rename from apps/peer-ban-helper/9.2.5/scripts/upgrade.sh rename to apps/peer-ban-helper/9.3.0/scripts/upgrade.sh diff --git a/apps/rust-srec/0.1.2/data.yml b/apps/rust-srec/0.1.3/data.yml similarity index 100% rename from apps/rust-srec/0.1.2/data.yml rename to apps/rust-srec/0.1.3/data.yml diff --git a/apps/rust-srec/0.1.2/docker-compose.yml b/apps/rust-srec/0.1.3/docker-compose.yml similarity index 95% rename from apps/rust-srec/0.1.2/docker-compose.yml rename to apps/rust-srec/0.1.3/docker-compose.yml index 114bb527a..54fa6df4f 100644 --- a/apps/rust-srec/0.1.2/docker-compose.yml +++ b/apps/rust-srec/0.1.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: rust-srec-backend: - image: ghcr.io/hua0512/rust-srec:v0.1.2 + image: ghcr.io/hua0512/rust-srec:v0.1.3 container_name: backend-${CONTAINER_NAME} restart: always networks: @@ -47,7 +47,7 @@ services: depends_on: rust-srec-backend: condition: service_healthy - image: ghcr.io/hua0512/rust-srec-frontend:v0.1.2 + image: ghcr.io/hua0512/rust-srec-frontend:v0.1.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/rust-srec/0.1.2/envs/default.env b/apps/rust-srec/0.1.3/envs/default.env similarity index 100% rename from apps/rust-srec/0.1.2/envs/default.env rename to apps/rust-srec/0.1.3/envs/default.env diff --git a/apps/rust-srec/0.1.2/envs/global.env b/apps/rust-srec/0.1.3/envs/global.env similarity index 100% rename from apps/rust-srec/0.1.2/envs/global.env rename to apps/rust-srec/0.1.3/envs/global.env diff --git a/apps/rust-srec/0.1.2/scripts/init.sh b/apps/rust-srec/0.1.3/scripts/init.sh similarity index 100% rename from apps/rust-srec/0.1.2/scripts/init.sh rename to apps/rust-srec/0.1.3/scripts/init.sh diff --git a/apps/rust-srec/0.1.2/scripts/uninstall.sh b/apps/rust-srec/0.1.3/scripts/uninstall.sh similarity index 100% rename from apps/rust-srec/0.1.2/scripts/uninstall.sh rename to apps/rust-srec/0.1.3/scripts/uninstall.sh diff --git a/apps/rust-srec/0.1.2/scripts/upgrade.sh b/apps/rust-srec/0.1.3/scripts/upgrade.sh similarity index 100% rename from apps/rust-srec/0.1.2/scripts/upgrade.sh rename to apps/rust-srec/0.1.3/scripts/upgrade.sh diff --git a/apps/s-ui/1.3.7/data.yml b/apps/s-ui/1.3.8/data.yml similarity index 100% rename from apps/s-ui/1.3.7/data.yml rename to apps/s-ui/1.3.8/data.yml diff --git a/apps/s-ui/1.3.7/docker-compose.yml b/apps/s-ui/1.3.8/docker-compose.yml similarity index 94% rename from apps/s-ui/1.3.7/docker-compose.yml rename to apps/s-ui/1.3.8/docker-compose.yml index 32890b24c..fe0b12d65 100644 --- a/apps/s-ui/1.3.7/docker-compose.yml +++ b/apps/s-ui/1.3.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: s-ui: - image: alireza7/s-ui:v1.3.7 + image: alireza7/s-ui:v1.3.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/s-ui/1.3.7/envs/default.env b/apps/s-ui/1.3.8/envs/default.env similarity index 100% rename from apps/s-ui/1.3.7/envs/default.env rename to apps/s-ui/1.3.8/envs/default.env diff --git a/apps/s-ui/1.3.7/envs/global.env b/apps/s-ui/1.3.8/envs/global.env similarity index 100% rename from apps/s-ui/1.3.7/envs/global.env rename to apps/s-ui/1.3.8/envs/global.env diff --git a/apps/s-ui/1.3.7/scripts/init.sh b/apps/s-ui/1.3.8/scripts/init.sh similarity index 100% rename from apps/s-ui/1.3.7/scripts/init.sh rename to apps/s-ui/1.3.8/scripts/init.sh diff --git a/apps/s-ui/1.3.7/scripts/uninstall.sh b/apps/s-ui/1.3.8/scripts/uninstall.sh similarity index 100% rename from apps/s-ui/1.3.7/scripts/uninstall.sh rename to apps/s-ui/1.3.8/scripts/uninstall.sh diff --git a/apps/s-ui/1.3.7/scripts/upgrade.sh b/apps/s-ui/1.3.8/scripts/upgrade.sh similarity index 100% rename from apps/s-ui/1.3.7/scripts/upgrade.sh rename to apps/s-ui/1.3.8/scripts/upgrade.sh diff --git a/apps/seaweedfs/4.07/config/prometheus.yml b/apps/seaweedfs/4.09/config/prometheus.yml similarity index 100% rename from apps/seaweedfs/4.07/config/prometheus.yml rename to apps/seaweedfs/4.09/config/prometheus.yml diff --git a/apps/seaweedfs/4.07/data.yml b/apps/seaweedfs/4.09/data.yml similarity index 100% rename from apps/seaweedfs/4.07/data.yml rename to apps/seaweedfs/4.09/data.yml diff --git a/apps/seaweedfs/4.07/docker-compose.yml b/apps/seaweedfs/4.09/docker-compose.yml similarity index 96% rename from apps/seaweedfs/4.07/docker-compose.yml rename to apps/seaweedfs/4.09/docker-compose.yml index 14fce801d..5ff21d749 100644 --- a/apps/seaweedfs/4.07/docker-compose.yml +++ b/apps/seaweedfs/4.09/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: seaweedfs-master: - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 container_name: ${CONTAINER_NAME}-master restart: always networks: @@ -25,7 +25,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-volume: - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 depends_on: - seaweedfs-master container_name: ${CONTAINER_NAME}-volume @@ -47,7 +47,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-filer: - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 depends_on: - seaweedfs-master - seaweedfs-volume @@ -72,7 +72,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-s3: - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 depends_on: - seaweedfs-master - seaweedfs-volume @@ -97,7 +97,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-webdav: - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 depends_on: - seaweedfs-master - seaweedfs-volume diff --git a/apps/seaweedfs/4.07/envs/default.env b/apps/seaweedfs/4.09/envs/default.env similarity index 100% rename from apps/seaweedfs/4.07/envs/default.env rename to apps/seaweedfs/4.09/envs/default.env diff --git a/apps/seaweedfs/4.07/envs/global.env b/apps/seaweedfs/4.09/envs/global.env similarity index 100% rename from apps/seaweedfs/4.07/envs/global.env rename to apps/seaweedfs/4.09/envs/global.env diff --git a/apps/seaweedfs/4.07/scripts/init.sh b/apps/seaweedfs/4.09/scripts/init.sh similarity index 100% rename from apps/seaweedfs/4.07/scripts/init.sh rename to apps/seaweedfs/4.09/scripts/init.sh diff --git a/apps/seaweedfs/4.07/scripts/uninstall.sh b/apps/seaweedfs/4.09/scripts/uninstall.sh similarity index 100% rename from apps/seaweedfs/4.07/scripts/uninstall.sh rename to apps/seaweedfs/4.09/scripts/uninstall.sh diff --git a/apps/seaweedfs/4.07/scripts/upgrade.sh b/apps/seaweedfs/4.09/scripts/upgrade.sh similarity index 100% rename from apps/seaweedfs/4.07/scripts/upgrade.sh rename to apps/seaweedfs/4.09/scripts/upgrade.sh diff --git a/apps/slink/1.9.2/data.yml b/apps/slink/1.9.4/data.yml similarity index 100% rename from apps/slink/1.9.2/data.yml rename to apps/slink/1.9.4/data.yml diff --git a/apps/slink/1.9.2/docker-compose.yml b/apps/slink/1.9.4/docker-compose.yml similarity index 95% rename from apps/slink/1.9.2/docker-compose.yml rename to apps/slink/1.9.4/docker-compose.yml index aeda4dd71..f839cf0be 100644 --- a/apps/slink/1.9.2/docker-compose.yml +++ b/apps/slink/1.9.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: slink: - image: anirdev/slink:v1.9.2 + image: anirdev/slink:v1.9.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/slink/1.9.2/envs/default.env b/apps/slink/1.9.4/envs/default.env similarity index 100% rename from apps/slink/1.9.2/envs/default.env rename to apps/slink/1.9.4/envs/default.env diff --git a/apps/slink/1.9.2/envs/global.env b/apps/slink/1.9.4/envs/global.env similarity index 100% rename from apps/slink/1.9.2/envs/global.env rename to apps/slink/1.9.4/envs/global.env diff --git a/apps/slink/1.9.2/scripts/init.sh b/apps/slink/1.9.4/scripts/init.sh similarity index 100% rename from apps/slink/1.9.2/scripts/init.sh rename to apps/slink/1.9.4/scripts/init.sh diff --git a/apps/slink/1.9.2/scripts/uninstall.sh b/apps/slink/1.9.4/scripts/uninstall.sh similarity index 100% rename from apps/slink/1.9.2/scripts/uninstall.sh rename to apps/slink/1.9.4/scripts/uninstall.sh diff --git a/apps/slink/1.9.2/scripts/upgrade.sh b/apps/slink/1.9.4/scripts/upgrade.sh similarity index 100% rename from apps/slink/1.9.2/scripts/upgrade.sh rename to apps/slink/1.9.4/scripts/upgrade.sh diff --git a/apps/speedtest-tracker-sqlite/1.13.5/data.yml b/apps/speedtest-tracker-sqlite/1.13.9/data.yml similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/data.yml rename to apps/speedtest-tracker-sqlite/1.13.9/data.yml diff --git a/apps/speedtest-tracker-sqlite/1.13.5/docker-compose.yml b/apps/speedtest-tracker-sqlite/1.13.9/docker-compose.yml similarity index 92% rename from apps/speedtest-tracker-sqlite/1.13.5/docker-compose.yml rename to apps/speedtest-tracker-sqlite/1.13.9/docker-compose.yml index 41cf41796..9a5e274d6 100644 --- a/apps/speedtest-tracker-sqlite/1.13.5/docker-compose.yml +++ b/apps/speedtest-tracker-sqlite/1.13.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: speedtest-tracker: - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/speedtest-tracker-sqlite/1.13.5/envs/default.env b/apps/speedtest-tracker-sqlite/1.13.9/envs/default.env similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/envs/default.env rename to apps/speedtest-tracker-sqlite/1.13.9/envs/default.env diff --git a/apps/speedtest-tracker-sqlite/1.13.5/envs/global.env b/apps/speedtest-tracker-sqlite/1.13.9/envs/global.env similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/envs/global.env rename to apps/speedtest-tracker-sqlite/1.13.9/envs/global.env diff --git a/apps/speedtest-tracker-sqlite/1.13.5/scripts/init.sh b/apps/speedtest-tracker-sqlite/1.13.9/scripts/init.sh similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/scripts/init.sh rename to apps/speedtest-tracker-sqlite/1.13.9/scripts/init.sh diff --git a/apps/speedtest-tracker-sqlite/1.13.5/scripts/uninstall.sh b/apps/speedtest-tracker-sqlite/1.13.9/scripts/uninstall.sh similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/scripts/uninstall.sh rename to apps/speedtest-tracker-sqlite/1.13.9/scripts/uninstall.sh diff --git a/apps/speedtest-tracker-sqlite/1.13.5/scripts/upgrade.sh b/apps/speedtest-tracker-sqlite/1.13.9/scripts/upgrade.sh similarity index 100% rename from apps/speedtest-tracker-sqlite/1.13.5/scripts/upgrade.sh rename to apps/speedtest-tracker-sqlite/1.13.9/scripts/upgrade.sh diff --git a/apps/speedtest-tracker/1.13.5/data.yml b/apps/speedtest-tracker/1.13.9/data.yml similarity index 100% rename from apps/speedtest-tracker/1.13.5/data.yml rename to apps/speedtest-tracker/1.13.9/data.yml diff --git a/apps/speedtest-tracker/1.13.5/docker-compose.yml b/apps/speedtest-tracker/1.13.9/docker-compose.yml similarity index 92% rename from apps/speedtest-tracker/1.13.5/docker-compose.yml rename to apps/speedtest-tracker/1.13.9/docker-compose.yml index 7a57873db..d327fd5ba 100644 --- a/apps/speedtest-tracker/1.13.5/docker-compose.yml +++ b/apps/speedtest-tracker/1.13.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: speedtest-tracker: - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/speedtest-tracker/1.13.5/envs/default.env b/apps/speedtest-tracker/1.13.9/envs/default.env similarity index 100% rename from apps/speedtest-tracker/1.13.5/envs/default.env rename to apps/speedtest-tracker/1.13.9/envs/default.env diff --git a/apps/speedtest-tracker/1.13.5/envs/global.env b/apps/speedtest-tracker/1.13.9/envs/global.env similarity index 100% rename from apps/speedtest-tracker/1.13.5/envs/global.env rename to apps/speedtest-tracker/1.13.9/envs/global.env diff --git a/apps/speedtest-tracker/1.13.5/scripts/init.sh b/apps/speedtest-tracker/1.13.9/scripts/init.sh similarity index 100% rename from apps/speedtest-tracker/1.13.5/scripts/init.sh rename to apps/speedtest-tracker/1.13.9/scripts/init.sh diff --git a/apps/speedtest-tracker/1.13.5/scripts/uninstall.sh b/apps/speedtest-tracker/1.13.9/scripts/uninstall.sh similarity index 100% rename from apps/speedtest-tracker/1.13.5/scripts/uninstall.sh rename to apps/speedtest-tracker/1.13.9/scripts/uninstall.sh diff --git a/apps/speedtest-tracker/1.13.5/scripts/upgrade.sh b/apps/speedtest-tracker/1.13.9/scripts/upgrade.sh similarity index 100% rename from apps/speedtest-tracker/1.13.5/scripts/upgrade.sh rename to apps/speedtest-tracker/1.13.9/scripts/upgrade.sh diff --git a/apps/uptime-kuma/2.0.2/data.yml b/apps/uptime-kuma/2.1.0/data.yml similarity index 100% rename from apps/uptime-kuma/2.0.2/data.yml rename to apps/uptime-kuma/2.1.0/data.yml diff --git a/apps/uptime-kuma/2.0.2/docker-compose.yml b/apps/uptime-kuma/2.1.0/docker-compose.yml similarity index 96% rename from apps/uptime-kuma/2.0.2/docker-compose.yml rename to apps/uptime-kuma/2.1.0/docker-compose.yml index 92bbc2a71..6382d7774 100644 --- a/apps/uptime-kuma/2.0.2/docker-compose.yml +++ b/apps/uptime-kuma/2.1.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: uptime-kuma: - image: louislam/uptime-kuma:2.0.2 + image: louislam/uptime-kuma:2.1.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/uptime-kuma/2.0.2/envs/default.env b/apps/uptime-kuma/2.1.0/envs/default.env similarity index 100% rename from apps/uptime-kuma/2.0.2/envs/default.env rename to apps/uptime-kuma/2.1.0/envs/default.env diff --git a/apps/uptime-kuma/2.0.2/envs/global.env b/apps/uptime-kuma/2.1.0/envs/global.env similarity index 100% rename from apps/uptime-kuma/2.0.2/envs/global.env rename to apps/uptime-kuma/2.1.0/envs/global.env diff --git a/apps/uptime-kuma/2.0.2/scripts/init.sh b/apps/uptime-kuma/2.1.0/scripts/init.sh similarity index 100% rename from apps/uptime-kuma/2.0.2/scripts/init.sh rename to apps/uptime-kuma/2.1.0/scripts/init.sh diff --git a/apps/uptime-kuma/2.0.2/scripts/uninstall.sh b/apps/uptime-kuma/2.1.0/scripts/uninstall.sh similarity index 100% rename from apps/uptime-kuma/2.0.2/scripts/uninstall.sh rename to apps/uptime-kuma/2.1.0/scripts/uninstall.sh diff --git a/apps/uptime-kuma/2.0.2/scripts/upgrade.sh b/apps/uptime-kuma/2.1.0/scripts/upgrade.sh similarity index 100% rename from apps/uptime-kuma/2.0.2/scripts/upgrade.sh rename to apps/uptime-kuma/2.1.0/scripts/upgrade.sh diff --git a/apps/weblate/5.15.2.1/data.yml b/apps/weblate/5.15.2.4/data.yml similarity index 100% rename from apps/weblate/5.15.2.1/data.yml rename to apps/weblate/5.15.2.4/data.yml diff --git a/apps/weblate/5.15.2.1/docker-compose.yml b/apps/weblate/5.15.2.4/docker-compose.yml similarity index 95% rename from apps/weblate/5.15.2.1/docker-compose.yml rename to apps/weblate/5.15.2.4/docker-compose.yml index 9280bbf71..b6a4e5adb 100644 --- a/apps/weblate/5.15.2.1/docker-compose.yml +++ b/apps/weblate/5.15.2.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: weblate: - image: weblate/weblate:5.15.2.1 + image: weblate/weblate:5.15.2.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/weblate/5.15.2.1/envs/default.env b/apps/weblate/5.15.2.4/envs/default.env similarity index 100% rename from apps/weblate/5.15.2.1/envs/default.env rename to apps/weblate/5.15.2.4/envs/default.env diff --git a/apps/weblate/5.15.2.1/envs/global.env b/apps/weblate/5.15.2.4/envs/global.env similarity index 100% rename from apps/weblate/5.15.2.1/envs/global.env rename to apps/weblate/5.15.2.4/envs/global.env diff --git a/apps/weblate/5.15.2.1/scripts/init.sh b/apps/weblate/5.15.2.4/scripts/init.sh similarity index 100% rename from apps/weblate/5.15.2.1/scripts/init.sh rename to apps/weblate/5.15.2.4/scripts/init.sh diff --git a/apps/weblate/5.15.2.1/scripts/uninstall.sh b/apps/weblate/5.15.2.4/scripts/uninstall.sh similarity index 100% rename from apps/weblate/5.15.2.1/scripts/uninstall.sh rename to apps/weblate/5.15.2.4/scripts/uninstall.sh diff --git a/apps/weblate/5.15.2.1/scripts/upgrade.sh b/apps/weblate/5.15.2.4/scripts/upgrade.sh similarity index 100% rename from apps/weblate/5.15.2.1/scripts/upgrade.sh rename to apps/weblate/5.15.2.4/scripts/upgrade.sh diff --git a/appstore/ammds-ol8/1.6.49/.env b/appstore/ammds-ol8/1.6.51/.env similarity index 100% rename from appstore/ammds-ol8/1.6.49/.env rename to appstore/ammds-ol8/1.6.51/.env diff --git a/appstore/ammds-ol8/1.6.49/data.yml b/appstore/ammds-ol8/1.6.51/data.yml similarity index 100% rename from appstore/ammds-ol8/1.6.49/data.yml rename to appstore/ammds-ol8/1.6.51/data.yml diff --git a/appstore/ammds-ol8/1.6.49/docker-compose.yml b/appstore/ammds-ol8/1.6.51/docker-compose.yml similarity index 95% rename from appstore/ammds-ol8/1.6.49/docker-compose.yml rename to appstore/ammds-ol8/1.6.51/docker-compose.yml index e5cce6790..9bea8c115 100644 --- a/appstore/ammds-ol8/1.6.49/docker-compose.yml +++ b/appstore/ammds-ol8/1.6.51/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.49-ol8 + image: qyg2297248353/ammds:v1.6.51-ol8 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds-ol8/1.6.49/envs/default.env b/appstore/ammds-ol8/1.6.51/envs/default.env similarity index 100% rename from appstore/ammds-ol8/1.6.49/envs/default.env rename to appstore/ammds-ol8/1.6.51/envs/default.env diff --git a/appstore/ammds-ol8/1.6.49/envs/global.env b/appstore/ammds-ol8/1.6.51/envs/global.env similarity index 100% rename from appstore/ammds-ol8/1.6.49/envs/global.env rename to appstore/ammds-ol8/1.6.51/envs/global.env diff --git a/appstore/ammds-ol8/1.6.49/scripts/init.sh b/appstore/ammds-ol8/1.6.51/scripts/init.sh similarity index 100% rename from appstore/ammds-ol8/1.6.49/scripts/init.sh rename to appstore/ammds-ol8/1.6.51/scripts/init.sh diff --git a/appstore/ammds-ol8/1.6.49/scripts/uninstall.sh b/appstore/ammds-ol8/1.6.51/scripts/uninstall.sh similarity index 100% rename from appstore/ammds-ol8/1.6.49/scripts/uninstall.sh rename to appstore/ammds-ol8/1.6.51/scripts/uninstall.sh diff --git a/appstore/ammds-ol8/1.6.49/scripts/upgrade.sh b/appstore/ammds-ol8/1.6.51/scripts/upgrade.sh similarity index 100% rename from appstore/ammds-ol8/1.6.49/scripts/upgrade.sh rename to appstore/ammds-ol8/1.6.51/scripts/upgrade.sh diff --git a/appstore/ammds/1.6.49/.env b/appstore/ammds/1.6.51/.env similarity index 100% rename from appstore/ammds/1.6.49/.env rename to appstore/ammds/1.6.51/.env diff --git a/appstore/ammds/1.6.49/data.yml b/appstore/ammds/1.6.51/data.yml similarity index 100% rename from appstore/ammds/1.6.49/data.yml rename to appstore/ammds/1.6.51/data.yml diff --git a/appstore/ammds/1.6.49/docker-compose.yml b/appstore/ammds/1.6.51/docker-compose.yml similarity index 96% rename from appstore/ammds/1.6.49/docker-compose.yml rename to appstore/ammds/1.6.51/docker-compose.yml index 03f5d5b64..02e06bfe5 100644 --- a/appstore/ammds/1.6.49/docker-compose.yml +++ b/appstore/ammds/1.6.51/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.49 + image: qyg2297248353/ammds:v1.6.51 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.6.49/envs/default.env b/appstore/ammds/1.6.51/envs/default.env similarity index 100% rename from appstore/ammds/1.6.49/envs/default.env rename to appstore/ammds/1.6.51/envs/default.env diff --git a/appstore/ammds/1.6.49/envs/global.env b/appstore/ammds/1.6.51/envs/global.env similarity index 100% rename from appstore/ammds/1.6.49/envs/global.env rename to appstore/ammds/1.6.51/envs/global.env diff --git a/appstore/ammds/1.6.49/scripts/init.sh b/appstore/ammds/1.6.51/scripts/init.sh similarity index 100% rename from appstore/ammds/1.6.49/scripts/init.sh rename to appstore/ammds/1.6.51/scripts/init.sh diff --git a/appstore/ammds/1.6.49/scripts/uninstall.sh b/appstore/ammds/1.6.51/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.6.49/scripts/uninstall.sh rename to appstore/ammds/1.6.51/scripts/uninstall.sh diff --git a/appstore/ammds/1.6.49/scripts/upgrade.sh b/appstore/ammds/1.6.51/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.6.49/scripts/upgrade.sh rename to appstore/ammds/1.6.51/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.4.42/.env b/appstore/ani-rss/2.5.1/.env similarity index 100% rename from appstore/ani-rss/2.4.42/.env rename to appstore/ani-rss/2.5.1/.env diff --git a/appstore/ani-rss/2.4.42/data.yml b/appstore/ani-rss/2.5.1/data.yml similarity index 100% rename from appstore/ani-rss/2.4.42/data.yml rename to appstore/ani-rss/2.5.1/data.yml diff --git a/dockge/ani-rss_2_4_42/docker-compose.yml b/appstore/ani-rss/2.5.1/docker-compose.yml similarity index 95% rename from dockge/ani-rss_2_4_42/docker-compose.yml rename to appstore/ani-rss/2.5.1/docker-compose.yml index b9d4381dd..2923c5af1 100644 --- a/dockge/ani-rss_2_4_42/docker-compose.yml +++ b/appstore/ani-rss/2.5.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.4.42 + image: wushuo894/ani-rss:v2.5.1 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/2.4.42/envs/default.env b/appstore/ani-rss/2.5.1/envs/default.env similarity index 100% rename from appstore/ani-rss/2.4.42/envs/default.env rename to appstore/ani-rss/2.5.1/envs/default.env diff --git a/appstore/ani-rss/2.4.42/envs/global.env b/appstore/ani-rss/2.5.1/envs/global.env similarity index 100% rename from appstore/ani-rss/2.4.42/envs/global.env rename to appstore/ani-rss/2.5.1/envs/global.env diff --git a/appstore/ani-rss/2.4.42/scripts/init.sh b/appstore/ani-rss/2.5.1/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.4.42/scripts/init.sh rename to appstore/ani-rss/2.5.1/scripts/init.sh diff --git a/appstore/ani-rss/2.4.42/scripts/uninstall.sh b/appstore/ani-rss/2.5.1/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.4.42/scripts/uninstall.sh rename to appstore/ani-rss/2.5.1/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.4.42/scripts/upgrade.sh b/appstore/ani-rss/2.5.1/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.4.42/scripts/upgrade.sh rename to appstore/ani-rss/2.5.1/scripts/upgrade.sh diff --git a/appstore/astrbot-napcat/4.14.11/.env b/appstore/astrbot-napcat/4.15.18/.env similarity index 100% rename from appstore/astrbot-napcat/4.14.11/.env rename to appstore/astrbot-napcat/4.15.18/.env diff --git a/appstore/astrbot-napcat/4.14.11/data.yml b/appstore/astrbot-napcat/4.15.18/data.yml similarity index 100% rename from appstore/astrbot-napcat/4.14.11/data.yml rename to appstore/astrbot-napcat/4.15.18/data.yml diff --git a/appstore/astrbot-napcat/4.14.11/docker-compose.yml b/appstore/astrbot-napcat/4.15.18/docker-compose.yml similarity index 93% rename from appstore/astrbot-napcat/4.14.11/docker-compose.yml rename to appstore/astrbot-napcat/4.15.18/docker-compose.yml index 387b6998e..cba1f01a0 100644 --- a/appstore/astrbot-napcat/4.14.11/docker-compose.yml +++ b/appstore/astrbot-napcat/4.15.18/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.13.2 + image: soulter/astrbot:v4.14.8 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.14.11 + image: mlikiowa/napcat-docker:v4.15.18 mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02} networks: - 1panel-network diff --git a/appstore/astrbot-napcat/4.14.11/envs/default.env b/appstore/astrbot-napcat/4.15.18/envs/default.env similarity index 100% rename from appstore/astrbot-napcat/4.14.11/envs/default.env rename to appstore/astrbot-napcat/4.15.18/envs/default.env diff --git a/appstore/astrbot-napcat/4.14.11/envs/global.env b/appstore/astrbot-napcat/4.15.18/envs/global.env similarity index 100% rename from appstore/astrbot-napcat/4.14.11/envs/global.env rename to appstore/astrbot-napcat/4.15.18/envs/global.env diff --git a/appstore/astrbot-napcat/4.14.11/scripts/init.sh b/appstore/astrbot-napcat/4.15.18/scripts/init.sh similarity index 100% rename from appstore/astrbot-napcat/4.14.11/scripts/init.sh rename to appstore/astrbot-napcat/4.15.18/scripts/init.sh diff --git a/appstore/astrbot-napcat/4.14.11/scripts/uninstall.sh b/appstore/astrbot-napcat/4.15.18/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot-napcat/4.14.11/scripts/uninstall.sh rename to appstore/astrbot-napcat/4.15.18/scripts/uninstall.sh diff --git a/appstore/astrbot-napcat/4.14.11/scripts/upgrade.sh b/appstore/astrbot-napcat/4.15.18/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot-napcat/4.14.11/scripts/upgrade.sh rename to appstore/astrbot-napcat/4.15.18/scripts/upgrade.sh diff --git a/appstore/astrbot/4.13.2/.env b/appstore/astrbot/4.14.8/.env similarity index 100% rename from appstore/astrbot/4.13.2/.env rename to appstore/astrbot/4.14.8/.env diff --git a/appstore/astrbot/4.13.2/data.yml b/appstore/astrbot/4.14.8/data.yml similarity index 100% rename from appstore/astrbot/4.13.2/data.yml rename to appstore/astrbot/4.14.8/data.yml diff --git a/appstore/astrbot/4.13.2/docker-compose.yml b/appstore/astrbot/4.14.8/docker-compose.yml similarity index 94% rename from appstore/astrbot/4.13.2/docker-compose.yml rename to appstore/astrbot/4.14.8/docker-compose.yml index 1c96aa972..c0ae2f2d8 100644 --- a/appstore/astrbot/4.13.2/docker-compose.yml +++ b/appstore/astrbot/4.14.8/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.13.2 + image: soulter/astrbot:v4.14.8 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.13.2/envs/default.env b/appstore/astrbot/4.14.8/envs/default.env similarity index 100% rename from appstore/astrbot/4.13.2/envs/default.env rename to appstore/astrbot/4.14.8/envs/default.env diff --git a/appstore/astrbot/4.13.2/envs/global.env b/appstore/astrbot/4.14.8/envs/global.env similarity index 100% rename from appstore/astrbot/4.13.2/envs/global.env rename to appstore/astrbot/4.14.8/envs/global.env diff --git a/appstore/astrbot/4.13.2/scripts/init.sh b/appstore/astrbot/4.14.8/scripts/init.sh similarity index 100% rename from appstore/astrbot/4.13.2/scripts/init.sh rename to appstore/astrbot/4.14.8/scripts/init.sh diff --git a/appstore/astrbot/4.13.2/scripts/uninstall.sh b/appstore/astrbot/4.14.8/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/4.13.2/scripts/uninstall.sh rename to appstore/astrbot/4.14.8/scripts/uninstall.sh diff --git a/appstore/astrbot/4.13.2/scripts/upgrade.sh b/appstore/astrbot/4.14.8/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/4.13.2/scripts/upgrade.sh rename to appstore/astrbot/4.14.8/scripts/upgrade.sh diff --git a/appstore/casdoor/2.280.0/.env b/appstore/casdoor/2.296.0/.env similarity index 100% rename from appstore/casdoor/2.280.0/.env rename to appstore/casdoor/2.296.0/.env diff --git a/appstore/casdoor/2.280.0/config/init_data.json b/appstore/casdoor/2.296.0/config/init_data.json similarity index 100% rename from appstore/casdoor/2.280.0/config/init_data.json rename to appstore/casdoor/2.296.0/config/init_data.json diff --git a/appstore/casdoor/2.280.0/data.yml b/appstore/casdoor/2.296.0/data.yml similarity index 100% rename from appstore/casdoor/2.280.0/data.yml rename to appstore/casdoor/2.296.0/data.yml diff --git a/appstore/casdoor/2.280.0/docker-compose.yml b/appstore/casdoor/2.296.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/2.280.0/docker-compose.yml rename to appstore/casdoor/2.296.0/docker-compose.yml index de9c54ce6..affce38a3 100644 --- a/appstore/casdoor/2.280.0/docker-compose.yml +++ b/appstore/casdoor/2.296.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:2.280.0 + image: casbin/casdoor:2.296.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.280.0/envs/casdoor.env b/appstore/casdoor/2.296.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/2.280.0/envs/casdoor.env rename to appstore/casdoor/2.296.0/envs/casdoor.env diff --git a/appstore/casdoor/2.280.0/envs/default.env b/appstore/casdoor/2.296.0/envs/default.env similarity index 100% rename from appstore/casdoor/2.280.0/envs/default.env rename to appstore/casdoor/2.296.0/envs/default.env diff --git a/appstore/casdoor/2.280.0/envs/global.env b/appstore/casdoor/2.296.0/envs/global.env similarity index 100% rename from appstore/casdoor/2.280.0/envs/global.env rename to appstore/casdoor/2.296.0/envs/global.env diff --git a/appstore/casdoor/2.280.0/scripts/init.sh b/appstore/casdoor/2.296.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/2.280.0/scripts/init.sh rename to appstore/casdoor/2.296.0/scripts/init.sh diff --git a/appstore/casdoor/2.280.0/scripts/uninstall.sh b/appstore/casdoor/2.296.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/2.280.0/scripts/uninstall.sh rename to appstore/casdoor/2.296.0/scripts/uninstall.sh diff --git a/appstore/casdoor/2.280.0/scripts/upgrade.sh b/appstore/casdoor/2.296.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/2.280.0/scripts/upgrade.sh rename to appstore/casdoor/2.296.0/scripts/upgrade.sh diff --git a/appstore/cloudreve/4.12.1/.env b/appstore/cloudreve/4.13.0/.env similarity index 100% rename from appstore/cloudreve/4.12.1/.env rename to appstore/cloudreve/4.13.0/.env diff --git a/appstore/cloudreve/4.12.1/data.yml b/appstore/cloudreve/4.13.0/data.yml similarity index 100% rename from appstore/cloudreve/4.12.1/data.yml rename to appstore/cloudreve/4.13.0/data.yml diff --git a/appstore/cloudreve/4.12.1/docker-compose.yml b/appstore/cloudreve/4.13.0/docker-compose.yml similarity index 91% rename from appstore/cloudreve/4.12.1/docker-compose.yml rename to appstore/cloudreve/4.13.0/docker-compose.yml index 9393ee757..e099eb502 100644 --- a/appstore/cloudreve/4.12.1/docker-compose.yml +++ b/appstore/cloudreve/4.13.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: cloudreve/cloudreve:4.12.1 + image: cloudreve/cloudreve:4.13.0 labels: createdBy: Apps networks: diff --git a/appstore/cloudreve/4.12.1/envs/default.env b/appstore/cloudreve/4.13.0/envs/default.env similarity index 100% rename from appstore/cloudreve/4.12.1/envs/default.env rename to appstore/cloudreve/4.13.0/envs/default.env diff --git a/appstore/cloudreve/4.12.1/envs/global.env b/appstore/cloudreve/4.13.0/envs/global.env similarity index 100% rename from appstore/cloudreve/4.12.1/envs/global.env rename to appstore/cloudreve/4.13.0/envs/global.env diff --git a/appstore/cloudreve/4.12.1/scripts/init.sh b/appstore/cloudreve/4.13.0/scripts/init.sh similarity index 100% rename from appstore/cloudreve/4.12.1/scripts/init.sh rename to appstore/cloudreve/4.13.0/scripts/init.sh diff --git a/appstore/cloudreve/4.12.1/scripts/uninstall.sh b/appstore/cloudreve/4.13.0/scripts/uninstall.sh similarity index 100% rename from appstore/cloudreve/4.12.1/scripts/uninstall.sh rename to appstore/cloudreve/4.13.0/scripts/uninstall.sh diff --git a/appstore/cloudreve/4.12.1/scripts/upgrade.sh b/appstore/cloudreve/4.13.0/scripts/upgrade.sh similarity index 100% rename from appstore/cloudreve/4.12.1/scripts/upgrade.sh rename to appstore/cloudreve/4.13.0/scripts/upgrade.sh diff --git a/appstore/cyberchef/10.20.0/.env b/appstore/cyberchef/10.21.0/.env similarity index 100% rename from appstore/cyberchef/10.20.0/.env rename to appstore/cyberchef/10.21.0/.env diff --git a/appstore/cyberchef/10.20.0/data.yml b/appstore/cyberchef/10.21.0/data.yml similarity index 100% rename from appstore/cyberchef/10.20.0/data.yml rename to appstore/cyberchef/10.21.0/data.yml diff --git a/appstore/cyberchef/10.20.0/docker-compose.yml b/appstore/cyberchef/10.21.0/docker-compose.yml similarity index 86% rename from appstore/cyberchef/10.20.0/docker-compose.yml rename to appstore/cyberchef/10.21.0/docker-compose.yml index e60c3a369..0286ae043 100644 --- a/appstore/cyberchef/10.20.0/docker-compose.yml +++ b/appstore/cyberchef/10.21.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/gchq/cyberchef:10.20.0 + image: ghcr.io/gchq/cyberchef:10.21.0 labels: createdBy: Apps networks: diff --git a/appstore/cyberchef/10.20.0/envs/default.env b/appstore/cyberchef/10.21.0/envs/default.env similarity index 100% rename from appstore/cyberchef/10.20.0/envs/default.env rename to appstore/cyberchef/10.21.0/envs/default.env diff --git a/appstore/cyberchef/10.20.0/envs/global.env b/appstore/cyberchef/10.21.0/envs/global.env similarity index 100% rename from appstore/cyberchef/10.20.0/envs/global.env rename to appstore/cyberchef/10.21.0/envs/global.env diff --git a/appstore/cyberchef/10.20.0/scripts/init.sh b/appstore/cyberchef/10.21.0/scripts/init.sh similarity index 100% rename from appstore/cyberchef/10.20.0/scripts/init.sh rename to appstore/cyberchef/10.21.0/scripts/init.sh diff --git a/appstore/cyberchef/10.20.0/scripts/uninstall.sh b/appstore/cyberchef/10.21.0/scripts/uninstall.sh similarity index 100% rename from appstore/cyberchef/10.20.0/scripts/uninstall.sh rename to appstore/cyberchef/10.21.0/scripts/uninstall.sh diff --git a/appstore/cyberchef/10.20.0/scripts/upgrade.sh b/appstore/cyberchef/10.21.0/scripts/upgrade.sh similarity index 100% rename from appstore/cyberchef/10.20.0/scripts/upgrade.sh rename to appstore/cyberchef/10.21.0/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/8.19.10/.env b/appstore/elastic-elasticsearch/8.19.11/.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/.env rename to appstore/elastic-elasticsearch/8.19.11/.env diff --git a/appstore/elastic-elasticsearch/8.19.10/data.yml b/appstore/elastic-elasticsearch/8.19.11/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/data.yml rename to appstore/elastic-elasticsearch/8.19.11/data.yml diff --git a/appstore/elastic-elasticsearch/8.19.10/docker-compose.yml b/appstore/elastic-elasticsearch/8.19.11/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/8.19.10/docker-compose.yml rename to appstore/elastic-elasticsearch/8.19.11/docker-compose.yml index f7bc16e80..57935ad63 100644 --- a/appstore/elastic-elasticsearch/8.19.10/docker-compose.yml +++ b/appstore/elastic-elasticsearch/8.19.11/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.10 + image: elasticsearch:8.19.11 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/8.19.10/envs/default.env b/appstore/elastic-elasticsearch/8.19.11/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/envs/default.env rename to appstore/elastic-elasticsearch/8.19.11/envs/default.env diff --git a/appstore/elastic-elasticsearch/8.19.10/envs/global.env b/appstore/elastic-elasticsearch/8.19.11/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/envs/global.env rename to appstore/elastic-elasticsearch/8.19.11/envs/global.env diff --git a/appstore/elastic-elasticsearch/8.19.10/scripts/init.sh b/appstore/elastic-elasticsearch/8.19.11/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/scripts/init.sh rename to appstore/elastic-elasticsearch/8.19.11/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/8.19.10/scripts/uninstall.sh b/appstore/elastic-elasticsearch/8.19.11/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/8.19.11/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/8.19.10/scripts/upgrade.sh b/appstore/elastic-elasticsearch/8.19.11/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.10/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/8.19.11/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/9.2.4/.env b/appstore/elastic-elasticsearch/9.3.0/.env similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/.env rename to appstore/elastic-elasticsearch/9.3.0/.env diff --git a/appstore/elastic-elasticsearch/9.2.4/data.yml b/appstore/elastic-elasticsearch/9.3.0/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/data.yml rename to appstore/elastic-elasticsearch/9.3.0/data.yml diff --git a/dockge/elastic-elasticsearch_9_2_4/docker-compose.yml b/appstore/elastic-elasticsearch/9.3.0/docker-compose.yml similarity index 96% rename from dockge/elastic-elasticsearch_9_2_4/docker-compose.yml rename to appstore/elastic-elasticsearch/9.3.0/docker-compose.yml index 16fc24587..93ef37485 100644 --- a/dockge/elastic-elasticsearch_9_2_4/docker-compose.yml +++ b/appstore/elastic-elasticsearch/9.3.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.2.4 + image: elasticsearch:9.3.0 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/9.2.4/envs/default.env b/appstore/elastic-elasticsearch/9.3.0/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/envs/default.env rename to appstore/elastic-elasticsearch/9.3.0/envs/default.env diff --git a/appstore/elastic-elasticsearch/9.2.4/envs/global.env b/appstore/elastic-elasticsearch/9.3.0/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/envs/global.env rename to appstore/elastic-elasticsearch/9.3.0/envs/global.env diff --git a/appstore/elastic-elasticsearch/9.2.4/scripts/init.sh b/appstore/elastic-elasticsearch/9.3.0/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/scripts/init.sh rename to appstore/elastic-elasticsearch/9.3.0/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/9.2.4/scripts/uninstall.sh b/appstore/elastic-elasticsearch/9.3.0/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/9.3.0/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/9.2.4/scripts/upgrade.sh b/appstore/elastic-elasticsearch/9.3.0/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.2.4/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/9.3.0/scripts/upgrade.sh diff --git a/appstore/elastic-kibana/8.19.10/.env b/appstore/elastic-kibana/8.19.11/.env similarity index 100% rename from appstore/elastic-kibana/8.19.10/.env rename to appstore/elastic-kibana/8.19.11/.env diff --git a/appstore/elastic-kibana/8.19.10/data.yml b/appstore/elastic-kibana/8.19.11/data.yml similarity index 100% rename from appstore/elastic-kibana/8.19.10/data.yml rename to appstore/elastic-kibana/8.19.11/data.yml diff --git a/dockge/elastic-kibana_9_2_4/docker-compose.yml b/appstore/elastic-kibana/8.19.11/docker-compose.yml similarity index 95% rename from dockge/elastic-kibana_9_2_4/docker-compose.yml rename to appstore/elastic-kibana/8.19.11/docker-compose.yml index 0a3759023..861d26e92 100644 --- a/dockge/elastic-kibana_9_2_4/docker-compose.yml +++ b/appstore/elastic-kibana/8.19.11/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:9.2.4 + image: kibana:8.19.11 labels: createdBy: Apps networks: diff --git a/appstore/elastic-kibana/8.19.10/envs/default.env b/appstore/elastic-kibana/8.19.11/envs/default.env similarity index 100% rename from appstore/elastic-kibana/8.19.10/envs/default.env rename to appstore/elastic-kibana/8.19.11/envs/default.env diff --git a/appstore/elastic-kibana/8.19.10/envs/global.env b/appstore/elastic-kibana/8.19.11/envs/global.env similarity index 100% rename from appstore/elastic-kibana/8.19.10/envs/global.env rename to appstore/elastic-kibana/8.19.11/envs/global.env diff --git a/appstore/elastic-kibana/8.19.10/scripts/init.sh b/appstore/elastic-kibana/8.19.11/scripts/init.sh similarity index 100% rename from appstore/elastic-kibana/8.19.10/scripts/init.sh rename to appstore/elastic-kibana/8.19.11/scripts/init.sh diff --git a/appstore/elastic-kibana/8.19.10/scripts/uninstall.sh b/appstore/elastic-kibana/8.19.11/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-kibana/8.19.10/scripts/uninstall.sh rename to appstore/elastic-kibana/8.19.11/scripts/uninstall.sh diff --git a/appstore/elastic-kibana/8.19.10/scripts/upgrade.sh b/appstore/elastic-kibana/8.19.11/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-kibana/8.19.10/scripts/upgrade.sh rename to appstore/elastic-kibana/8.19.11/scripts/upgrade.sh diff --git a/appstore/elastic-kibana/9.2.4/.env b/appstore/elastic-kibana/9.3.0/.env similarity index 100% rename from appstore/elastic-kibana/9.2.4/.env rename to appstore/elastic-kibana/9.3.0/.env diff --git a/appstore/elastic-kibana/9.2.4/data.yml b/appstore/elastic-kibana/9.3.0/data.yml similarity index 100% rename from appstore/elastic-kibana/9.2.4/data.yml rename to appstore/elastic-kibana/9.3.0/data.yml diff --git a/appstore/elastic-kibana/9.2.4/docker-compose.yml b/appstore/elastic-kibana/9.3.0/docker-compose.yml similarity index 95% rename from appstore/elastic-kibana/9.2.4/docker-compose.yml rename to appstore/elastic-kibana/9.3.0/docker-compose.yml index 0a3759023..286e7222f 100644 --- a/appstore/elastic-kibana/9.2.4/docker-compose.yml +++ b/appstore/elastic-kibana/9.3.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:9.2.4 + image: kibana:9.3.0 labels: createdBy: Apps networks: diff --git a/appstore/elastic-kibana/9.2.4/envs/default.env b/appstore/elastic-kibana/9.3.0/envs/default.env similarity index 100% rename from appstore/elastic-kibana/9.2.4/envs/default.env rename to appstore/elastic-kibana/9.3.0/envs/default.env diff --git a/appstore/elastic-kibana/9.2.4/envs/global.env b/appstore/elastic-kibana/9.3.0/envs/global.env similarity index 100% rename from appstore/elastic-kibana/9.2.4/envs/global.env rename to appstore/elastic-kibana/9.3.0/envs/global.env diff --git a/appstore/elastic-kibana/9.2.4/scripts/init.sh b/appstore/elastic-kibana/9.3.0/scripts/init.sh similarity index 100% rename from appstore/elastic-kibana/9.2.4/scripts/init.sh rename to appstore/elastic-kibana/9.3.0/scripts/init.sh diff --git a/appstore/elastic-kibana/9.2.4/scripts/uninstall.sh b/appstore/elastic-kibana/9.3.0/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-kibana/9.2.4/scripts/uninstall.sh rename to appstore/elastic-kibana/9.3.0/scripts/uninstall.sh diff --git a/appstore/elastic-kibana/9.2.4/scripts/upgrade.sh b/appstore/elastic-kibana/9.3.0/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-kibana/9.2.4/scripts/upgrade.sh rename to appstore/elastic-kibana/9.3.0/scripts/upgrade.sh diff --git a/appstore/ghost/6.14.0/.env b/appstore/ghost/6.17.0/.env similarity index 100% rename from appstore/ghost/6.14.0/.env rename to appstore/ghost/6.17.0/.env diff --git a/appstore/ghost/6.14.0/data.yml b/appstore/ghost/6.17.0/data.yml similarity index 100% rename from appstore/ghost/6.14.0/data.yml rename to appstore/ghost/6.17.0/data.yml diff --git a/appstore/ghost/6.14.0/docker-compose.yml b/appstore/ghost/6.17.0/docker-compose.yml similarity index 95% rename from appstore/ghost/6.14.0/docker-compose.yml rename to appstore/ghost/6.17.0/docker-compose.yml index 3464edd6c..eb6292711 100644 --- a/appstore/ghost/6.14.0/docker-compose.yml +++ b/appstore/ghost/6.17.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.14.0 + image: ghost:6.17.0 labels: createdBy: Apps networks: diff --git a/appstore/ghost/6.14.0/envs/default.env b/appstore/ghost/6.17.0/envs/default.env similarity index 100% rename from appstore/ghost/6.14.0/envs/default.env rename to appstore/ghost/6.17.0/envs/default.env diff --git a/appstore/ghost/6.14.0/envs/global.env b/appstore/ghost/6.17.0/envs/global.env similarity index 100% rename from appstore/ghost/6.14.0/envs/global.env rename to appstore/ghost/6.17.0/envs/global.env diff --git a/appstore/ghost/6.14.0/scripts/init.sh b/appstore/ghost/6.17.0/scripts/init.sh similarity index 100% rename from appstore/ghost/6.14.0/scripts/init.sh rename to appstore/ghost/6.17.0/scripts/init.sh diff --git a/appstore/ghost/6.14.0/scripts/uninstall.sh b/appstore/ghost/6.17.0/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/6.14.0/scripts/uninstall.sh rename to appstore/ghost/6.17.0/scripts/uninstall.sh diff --git a/appstore/ghost/6.14.0/scripts/upgrade.sh b/appstore/ghost/6.17.0/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/6.14.0/scripts/upgrade.sh rename to appstore/ghost/6.17.0/scripts/upgrade.sh diff --git a/appstore/halo-h2/2.22.12/.env b/appstore/halo-h2/2.22.14/.env similarity index 100% rename from appstore/halo-h2/2.22.12/.env rename to appstore/halo-h2/2.22.14/.env diff --git a/appstore/halo-h2/2.22.12/data.yml b/appstore/halo-h2/2.22.14/data.yml similarity index 100% rename from appstore/halo-h2/2.22.12/data.yml rename to appstore/halo-h2/2.22.14/data.yml diff --git a/appstore/halo-h2/2.22.12/docker-compose.yml b/appstore/halo-h2/2.22.14/docker-compose.yml similarity index 93% rename from appstore/halo-h2/2.22.12/docker-compose.yml rename to appstore/halo-h2/2.22.14/docker-compose.yml index f434abea8..7326b437a 100644 --- a/appstore/halo-h2/2.22.12/docker-compose.yml +++ b/appstore/halo-h2/2.22.14/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.22.12 + image: halohub/halo:2.22.14 labels: createdBy: Apps networks: diff --git a/appstore/halo-h2/2.22.12/envs/default.env b/appstore/halo-h2/2.22.14/envs/default.env similarity index 100% rename from appstore/halo-h2/2.22.12/envs/default.env rename to appstore/halo-h2/2.22.14/envs/default.env diff --git a/appstore/halo-h2/2.22.12/envs/global.env b/appstore/halo-h2/2.22.14/envs/global.env similarity index 100% rename from appstore/halo-h2/2.22.12/envs/global.env rename to appstore/halo-h2/2.22.14/envs/global.env diff --git a/appstore/halo-h2/2.22.12/scripts/init.sh b/appstore/halo-h2/2.22.14/scripts/init.sh similarity index 100% rename from appstore/halo-h2/2.22.12/scripts/init.sh rename to appstore/halo-h2/2.22.14/scripts/init.sh diff --git a/appstore/halo-h2/2.22.12/scripts/uninstall.sh b/appstore/halo-h2/2.22.14/scripts/uninstall.sh similarity index 100% rename from appstore/halo-h2/2.22.12/scripts/uninstall.sh rename to appstore/halo-h2/2.22.14/scripts/uninstall.sh diff --git a/appstore/halo-h2/2.22.12/scripts/upgrade.sh b/appstore/halo-h2/2.22.14/scripts/upgrade.sh similarity index 100% rename from appstore/halo-h2/2.22.12/scripts/upgrade.sh rename to appstore/halo-h2/2.22.14/scripts/upgrade.sh diff --git a/appstore/halo/2.22.12/.env b/appstore/halo/2.22.14/.env similarity index 100% rename from appstore/halo/2.22.12/.env rename to appstore/halo/2.22.14/.env diff --git a/appstore/halo/2.22.12/data.yml b/appstore/halo/2.22.14/data.yml similarity index 100% rename from appstore/halo/2.22.12/data.yml rename to appstore/halo/2.22.14/data.yml diff --git a/appstore/halo/2.22.12/docker-compose.yml b/appstore/halo/2.22.14/docker-compose.yml similarity index 95% rename from appstore/halo/2.22.12/docker-compose.yml rename to appstore/halo/2.22.14/docker-compose.yml index 11d975f09..03b9d2b0d 100644 --- a/appstore/halo/2.22.12/docker-compose.yml +++ b/appstore/halo/2.22.14/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.22.12 + image: halohub/halo:2.22.14 labels: createdBy: Apps networks: diff --git a/appstore/halo/2.22.12/envs/default.env b/appstore/halo/2.22.14/envs/default.env similarity index 100% rename from appstore/halo/2.22.12/envs/default.env rename to appstore/halo/2.22.14/envs/default.env diff --git a/appstore/halo/2.22.12/envs/global.env b/appstore/halo/2.22.14/envs/global.env similarity index 100% rename from appstore/halo/2.22.12/envs/global.env rename to appstore/halo/2.22.14/envs/global.env diff --git a/appstore/halo/2.22.12/scripts/init.sh b/appstore/halo/2.22.14/scripts/init.sh similarity index 100% rename from appstore/halo/2.22.12/scripts/init.sh rename to appstore/halo/2.22.14/scripts/init.sh diff --git a/appstore/halo/2.22.12/scripts/uninstall.sh b/appstore/halo/2.22.14/scripts/uninstall.sh similarity index 100% rename from appstore/halo/2.22.12/scripts/uninstall.sh rename to appstore/halo/2.22.14/scripts/uninstall.sh diff --git a/appstore/halo/2.22.12/scripts/upgrade.sh b/appstore/halo/2.22.14/scripts/upgrade.sh similarity index 100% rename from appstore/halo/2.22.12/scripts/upgrade.sh rename to appstore/halo/2.22.14/scripts/upgrade.sh diff --git a/appstore/homarr/1.52.0/.env b/appstore/homarr/1.53.0/.env similarity index 100% rename from appstore/homarr/1.52.0/.env rename to appstore/homarr/1.53.0/.env diff --git a/appstore/homarr/1.52.0/data.yml b/appstore/homarr/1.53.0/data.yml similarity index 100% rename from appstore/homarr/1.52.0/data.yml rename to appstore/homarr/1.53.0/data.yml diff --git a/appstore/homarr/1.52.0/docker-compose.yml b/appstore/homarr/1.53.0/docker-compose.yml similarity index 89% rename from appstore/homarr/1.52.0/docker-compose.yml rename to appstore/homarr/1.53.0/docker-compose.yml index 43160f13c..9b0f24baa 100644 --- a/appstore/homarr/1.52.0/docker-compose.yml +++ b/appstore/homarr/1.53.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.52.0 + image: ghcr.io/homarr-labs/homarr:v1.53.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.52.0/envs/default.env b/appstore/homarr/1.53.0/envs/default.env similarity index 100% rename from appstore/homarr/1.52.0/envs/default.env rename to appstore/homarr/1.53.0/envs/default.env diff --git a/appstore/homarr/1.52.0/envs/global.env b/appstore/homarr/1.53.0/envs/global.env similarity index 100% rename from appstore/homarr/1.52.0/envs/global.env rename to appstore/homarr/1.53.0/envs/global.env diff --git a/appstore/homarr/1.52.0/scripts/init.sh b/appstore/homarr/1.53.0/scripts/init.sh similarity index 100% rename from appstore/homarr/1.52.0/scripts/init.sh rename to appstore/homarr/1.53.0/scripts/init.sh diff --git a/appstore/homarr/1.52.0/scripts/uninstall.sh b/appstore/homarr/1.53.0/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.52.0/scripts/uninstall.sh rename to appstore/homarr/1.53.0/scripts/uninstall.sh diff --git a/appstore/homarr/1.52.0/scripts/upgrade.sh b/appstore/homarr/1.53.0/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.52.0/scripts/upgrade.sh rename to appstore/homarr/1.53.0/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/2.5.2/.env b/appstore/immich-machine-learning/2.5.5/.env similarity index 100% rename from appstore/immich-machine-learning/2.5.2/.env rename to appstore/immich-machine-learning/2.5.5/.env diff --git a/appstore/immich-machine-learning/2.5.2/data.yml b/appstore/immich-machine-learning/2.5.5/data.yml similarity index 100% rename from appstore/immich-machine-learning/2.5.2/data.yml rename to appstore/immich-machine-learning/2.5.5/data.yml diff --git a/dockge/immich-machine-learning_2_5_2/docker-compose.yml b/appstore/immich-machine-learning/2.5.5/docker-compose.yml similarity index 87% rename from dockge/immich-machine-learning_2_5_2/docker-compose.yml rename to appstore/immich-machine-learning/2.5.5/docker-compose.yml index 94b5bbf44..4945d64f1 100644 --- a/dockge/immich-machine-learning_2_5_2/docker-compose.yml +++ b/appstore/immich-machine-learning/2.5.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/2.5.2/envs/default.env b/appstore/immich-machine-learning/2.5.5/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/2.5.2/envs/default.env rename to appstore/immich-machine-learning/2.5.5/envs/default.env diff --git a/appstore/immich-machine-learning/2.5.2/envs/global.env b/appstore/immich-machine-learning/2.5.5/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/2.5.2/envs/global.env rename to appstore/immich-machine-learning/2.5.5/envs/global.env diff --git a/appstore/immich-machine-learning/2.5.2/scripts/init.sh b/appstore/immich-machine-learning/2.5.5/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/2.5.2/scripts/init.sh rename to appstore/immich-machine-learning/2.5.5/scripts/init.sh diff --git a/appstore/immich-machine-learning/2.5.2/scripts/uninstall.sh b/appstore/immich-machine-learning/2.5.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/2.5.2/scripts/uninstall.sh rename to appstore/immich-machine-learning/2.5.5/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/2.5.2/scripts/upgrade.sh b/appstore/immich-machine-learning/2.5.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/2.5.2/scripts/upgrade.sh rename to appstore/immich-machine-learning/2.5.5/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/2.5.2/.env b/appstore/immich-no-machine/2.5.5/.env similarity index 100% rename from appstore/immich-no-machine/2.5.2/.env rename to appstore/immich-no-machine/2.5.5/.env diff --git a/appstore/immich-no-machine/2.5.2/data.yml b/appstore/immich-no-machine/2.5.5/data.yml similarity index 100% rename from appstore/immich-no-machine/2.5.2/data.yml rename to appstore/immich-no-machine/2.5.5/data.yml diff --git a/appstore/immich-no-machine/2.5.2/docker-compose.yml b/appstore/immich-no-machine/2.5.5/docker-compose.yml similarity index 95% rename from appstore/immich-no-machine/2.5.2/docker-compose.yml rename to appstore/immich-no-machine/2.5.5/docker-compose.yml index 85b106238..113278b87 100644 --- a/appstore/immich-no-machine/2.5.2/docker-compose.yml +++ b/appstore/immich-no-machine/2.5.5/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/2.5.2/envs/default.env b/appstore/immich-no-machine/2.5.5/envs/default.env similarity index 100% rename from appstore/immich-no-machine/2.5.2/envs/default.env rename to appstore/immich-no-machine/2.5.5/envs/default.env diff --git a/appstore/immich-no-machine/2.5.2/envs/global.env b/appstore/immich-no-machine/2.5.5/envs/global.env similarity index 100% rename from appstore/immich-no-machine/2.5.2/envs/global.env rename to appstore/immich-no-machine/2.5.5/envs/global.env diff --git a/appstore/immich-no-machine/2.5.2/scripts/init.sh b/appstore/immich-no-machine/2.5.5/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/2.5.2/scripts/init.sh rename to appstore/immich-no-machine/2.5.5/scripts/init.sh diff --git a/appstore/immich-no-machine/2.5.2/scripts/uninstall.sh b/appstore/immich-no-machine/2.5.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/2.5.2/scripts/uninstall.sh rename to appstore/immich-no-machine/2.5.5/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/2.5.2/scripts/upgrade.sh b/appstore/immich-no-machine/2.5.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/2.5.2/scripts/upgrade.sh rename to appstore/immich-no-machine/2.5.5/scripts/upgrade.sh diff --git a/appstore/immich-server/2.5.2/.env b/appstore/immich-server/2.5.5/.env similarity index 100% rename from appstore/immich-server/2.5.2/.env rename to appstore/immich-server/2.5.5/.env diff --git a/appstore/immich-server/2.5.2/data.yml b/appstore/immich-server/2.5.5/data.yml similarity index 100% rename from appstore/immich-server/2.5.2/data.yml rename to appstore/immich-server/2.5.5/data.yml diff --git a/appstore/immich-server/2.5.2/docker-compose.yml b/appstore/immich-server/2.5.5/docker-compose.yml similarity index 89% rename from appstore/immich-server/2.5.2/docker-compose.yml rename to appstore/immich-server/2.5.5/docker-compose.yml index 71f9d5a4a..1ab14629e 100644 --- a/appstore/immich-server/2.5.2/docker-compose.yml +++ b/appstore/immich-server/2.5.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/2.5.2/envs/default.env b/appstore/immich-server/2.5.5/envs/default.env similarity index 100% rename from appstore/immich-server/2.5.2/envs/default.env rename to appstore/immich-server/2.5.5/envs/default.env diff --git a/appstore/immich-server/2.5.2/envs/global.env b/appstore/immich-server/2.5.5/envs/global.env similarity index 100% rename from appstore/immich-server/2.5.2/envs/global.env rename to appstore/immich-server/2.5.5/envs/global.env diff --git a/appstore/immich-server/2.5.2/scripts/init.sh b/appstore/immich-server/2.5.5/scripts/init.sh similarity index 100% rename from appstore/immich-server/2.5.2/scripts/init.sh rename to appstore/immich-server/2.5.5/scripts/init.sh diff --git a/appstore/immich-server/2.5.2/scripts/uninstall.sh b/appstore/immich-server/2.5.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/2.5.2/scripts/uninstall.sh rename to appstore/immich-server/2.5.5/scripts/uninstall.sh diff --git a/appstore/immich-server/2.5.2/scripts/upgrade.sh b/appstore/immich-server/2.5.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/2.5.2/scripts/upgrade.sh rename to appstore/immich-server/2.5.5/scripts/upgrade.sh diff --git a/appstore/immich/2.5.2/.env b/appstore/immich/2.5.5/.env similarity index 100% rename from appstore/immich/2.5.2/.env rename to appstore/immich/2.5.5/.env diff --git a/appstore/immich/2.5.2/data.yml b/appstore/immich/2.5.5/data.yml similarity index 100% rename from appstore/immich/2.5.2/data.yml rename to appstore/immich/2.5.5/data.yml diff --git a/dockge/immich_2_5_2/docker-compose.yml b/appstore/immich/2.5.5/docker-compose.yml similarity index 92% rename from dockge/immich_2_5_2/docker-compose.yml rename to appstore/immich/2.5.5/docker-compose.yml index 5fe7322e0..e6ea2b702 100644 --- a/dockge/immich_2_5_2/docker-compose.yml +++ b/appstore/immich/2.5.5/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/appstore/immich/2.5.2/envs/default.env b/appstore/immich/2.5.5/envs/default.env similarity index 100% rename from appstore/immich/2.5.2/envs/default.env rename to appstore/immich/2.5.5/envs/default.env diff --git a/appstore/immich/2.5.2/envs/global.env b/appstore/immich/2.5.5/envs/global.env similarity index 100% rename from appstore/immich/2.5.2/envs/global.env rename to appstore/immich/2.5.5/envs/global.env diff --git a/appstore/immich/2.5.2/scripts/init.sh b/appstore/immich/2.5.5/scripts/init.sh similarity index 100% rename from appstore/immich/2.5.2/scripts/init.sh rename to appstore/immich/2.5.5/scripts/init.sh diff --git a/appstore/immich/2.5.2/scripts/uninstall.sh b/appstore/immich/2.5.5/scripts/uninstall.sh similarity index 100% rename from appstore/immich/2.5.2/scripts/uninstall.sh rename to appstore/immich/2.5.5/scripts/uninstall.sh diff --git a/appstore/immich/2.5.2/scripts/upgrade.sh b/appstore/immich/2.5.5/scripts/upgrade.sh similarity index 100% rename from appstore/immich/2.5.2/scripts/upgrade.sh rename to appstore/immich/2.5.5/scripts/upgrade.sh diff --git a/appstore/jackett/0.24.1003/.env b/appstore/jackett/0.24.1066/.env similarity index 100% rename from appstore/jackett/0.24.1003/.env rename to appstore/jackett/0.24.1066/.env diff --git a/appstore/jackett/0.24.1003/data.yml b/appstore/jackett/0.24.1066/data.yml similarity index 100% rename from appstore/jackett/0.24.1003/data.yml rename to appstore/jackett/0.24.1066/data.yml diff --git a/appstore/jackett/0.24.1003/docker-compose.yml b/appstore/jackett/0.24.1066/docker-compose.yml similarity index 91% rename from appstore/jackett/0.24.1003/docker-compose.yml rename to appstore/jackett/0.24.1066/docker-compose.yml index 15d802ee7..f71e39b4c 100644 --- a/appstore/jackett/0.24.1003/docker-compose.yml +++ b/appstore/jackett/0.24.1066/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - PUID=1000 - PGID=1000 - image: linuxserver/jackett:0.24.1003 + image: linuxserver/jackett:0.24.1066 labels: createdBy: Apps networks: diff --git a/appstore/jackett/0.24.1003/envs/default.env b/appstore/jackett/0.24.1066/envs/default.env similarity index 100% rename from appstore/jackett/0.24.1003/envs/default.env rename to appstore/jackett/0.24.1066/envs/default.env diff --git a/appstore/jackett/0.24.1003/envs/global.env b/appstore/jackett/0.24.1066/envs/global.env similarity index 100% rename from appstore/jackett/0.24.1003/envs/global.env rename to appstore/jackett/0.24.1066/envs/global.env diff --git a/appstore/jackett/0.24.1003/scripts/init.sh b/appstore/jackett/0.24.1066/scripts/init.sh similarity index 100% rename from appstore/jackett/0.24.1003/scripts/init.sh rename to appstore/jackett/0.24.1066/scripts/init.sh diff --git a/appstore/jackett/0.24.1003/scripts/uninstall.sh b/appstore/jackett/0.24.1066/scripts/uninstall.sh similarity index 100% rename from appstore/jackett/0.24.1003/scripts/uninstall.sh rename to appstore/jackett/0.24.1066/scripts/uninstall.sh diff --git a/appstore/jackett/0.24.1003/scripts/upgrade.sh b/appstore/jackett/0.24.1066/scripts/upgrade.sh similarity index 100% rename from appstore/jackett/0.24.1003/scripts/upgrade.sh rename to appstore/jackett/0.24.1066/scripts/upgrade.sh diff --git a/appstore/kspeeder/0.5.0/.env b/appstore/kspeeder/0.6.5/.env similarity index 100% rename from appstore/kspeeder/0.5.0/.env rename to appstore/kspeeder/0.6.5/.env diff --git a/appstore/kspeeder/0.5.0/data.yml b/appstore/kspeeder/0.6.5/data.yml similarity index 100% rename from appstore/kspeeder/0.5.0/data.yml rename to appstore/kspeeder/0.6.5/data.yml diff --git a/appstore/kspeeder/0.5.0/docker-compose.yml b/appstore/kspeeder/0.6.5/docker-compose.yml similarity index 93% rename from appstore/kspeeder/0.5.0/docker-compose.yml rename to appstore/kspeeder/0.6.5/docker-compose.yml index 968092b0a..6f0ba62d7 100644 --- a/appstore/kspeeder/0.5.0/docker-compose.yml +++ b/appstore/kspeeder/0.6.5/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: linkease/kspeeder:0.5.0 + image: linkease/kspeeder:0.6.5 labels: createdBy: Apps networks: diff --git a/appstore/kspeeder/0.5.0/envs/default.env b/appstore/kspeeder/0.6.5/envs/default.env similarity index 100% rename from appstore/kspeeder/0.5.0/envs/default.env rename to appstore/kspeeder/0.6.5/envs/default.env diff --git a/appstore/kspeeder/0.5.0/envs/global.env b/appstore/kspeeder/0.6.5/envs/global.env similarity index 100% rename from appstore/kspeeder/0.5.0/envs/global.env rename to appstore/kspeeder/0.6.5/envs/global.env diff --git a/appstore/kspeeder/0.5.0/scripts/init.sh b/appstore/kspeeder/0.6.5/scripts/init.sh similarity index 100% rename from appstore/kspeeder/0.5.0/scripts/init.sh rename to appstore/kspeeder/0.6.5/scripts/init.sh diff --git a/appstore/kspeeder/0.5.0/scripts/uninstall.sh b/appstore/kspeeder/0.6.5/scripts/uninstall.sh similarity index 100% rename from appstore/kspeeder/0.5.0/scripts/uninstall.sh rename to appstore/kspeeder/0.6.5/scripts/uninstall.sh diff --git a/appstore/kspeeder/0.5.0/scripts/upgrade.sh b/appstore/kspeeder/0.6.5/scripts/upgrade.sh similarity index 100% rename from appstore/kspeeder/0.5.0/scripts/upgrade.sh rename to appstore/kspeeder/0.6.5/scripts/upgrade.sh diff --git a/appstore/maxkb/2.5.0/.env b/appstore/maxkb/2.6.0/.env similarity index 100% rename from appstore/maxkb/2.5.0/.env rename to appstore/maxkb/2.6.0/.env diff --git a/appstore/maxkb/2.5.0/data.yml b/appstore/maxkb/2.6.0/data.yml similarity index 100% rename from appstore/maxkb/2.5.0/data.yml rename to appstore/maxkb/2.6.0/data.yml diff --git a/appstore/maxkb/2.5.0/docker-compose.yml b/appstore/maxkb/2.6.0/docker-compose.yml similarity index 94% rename from appstore/maxkb/2.5.0/docker-compose.yml rename to appstore/maxkb/2.6.0/docker-compose.yml index 587a9c26d..0433ffabb 100644 --- a/appstore/maxkb/2.5.0/docker-compose.yml +++ b/appstore/maxkb/2.6.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: 1panel/maxkb:v2.5.0 + image: 1panel/maxkb:v2.6.0 labels: createdBy: Apps networks: diff --git a/appstore/maxkb/2.5.0/envs/default.env b/appstore/maxkb/2.6.0/envs/default.env similarity index 100% rename from appstore/maxkb/2.5.0/envs/default.env rename to appstore/maxkb/2.6.0/envs/default.env diff --git a/appstore/maxkb/2.5.0/envs/global.env b/appstore/maxkb/2.6.0/envs/global.env similarity index 100% rename from appstore/maxkb/2.5.0/envs/global.env rename to appstore/maxkb/2.6.0/envs/global.env diff --git a/appstore/maxkb/2.5.0/scripts/init.sh b/appstore/maxkb/2.6.0/scripts/init.sh similarity index 100% rename from appstore/maxkb/2.5.0/scripts/init.sh rename to appstore/maxkb/2.6.0/scripts/init.sh diff --git a/appstore/maxkb/2.5.0/scripts/uninstall.sh b/appstore/maxkb/2.6.0/scripts/uninstall.sh similarity index 100% rename from appstore/maxkb/2.5.0/scripts/uninstall.sh rename to appstore/maxkb/2.6.0/scripts/uninstall.sh diff --git a/appstore/maxkb/2.5.0/scripts/upgrade.sh b/appstore/maxkb/2.6.0/scripts/upgrade.sh similarity index 100% rename from appstore/maxkb/2.5.0/scripts/upgrade.sh rename to appstore/maxkb/2.6.0/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.26.1/.env b/appstore/mdc-ng/1.27.0/.env similarity index 100% rename from appstore/mdc-ng/1.26.1/.env rename to appstore/mdc-ng/1.27.0/.env diff --git a/appstore/mdc-ng/1.26.1/data.yml b/appstore/mdc-ng/1.27.0/data.yml similarity index 100% rename from appstore/mdc-ng/1.26.1/data.yml rename to appstore/mdc-ng/1.27.0/data.yml diff --git a/appstore/mdc-ng/1.26.1/docker-compose.yml b/appstore/mdc-ng/1.27.0/docker-compose.yml similarity index 95% rename from appstore/mdc-ng/1.26.1/docker-compose.yml rename to appstore/mdc-ng/1.27.0/docker-compose.yml index e8533fbc2..58c49ea62 100644 --- a/appstore/mdc-ng/1.26.1/docker-compose.yml +++ b/appstore/mdc-ng/1.27.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:v1.26.1 + image: mdcng/mdc:v1.27.0 labels: createdBy: Apps networks: diff --git a/appstore/mdc-ng/1.26.1/envs/default.env b/appstore/mdc-ng/1.27.0/envs/default.env similarity index 100% rename from appstore/mdc-ng/1.26.1/envs/default.env rename to appstore/mdc-ng/1.27.0/envs/default.env diff --git a/appstore/mdc-ng/1.26.1/envs/global.env b/appstore/mdc-ng/1.27.0/envs/global.env similarity index 100% rename from appstore/mdc-ng/1.26.1/envs/global.env rename to appstore/mdc-ng/1.27.0/envs/global.env diff --git a/appstore/mdc-ng/1.26.1/scripts/init.sh b/appstore/mdc-ng/1.27.0/scripts/init.sh similarity index 100% rename from appstore/mdc-ng/1.26.1/scripts/init.sh rename to appstore/mdc-ng/1.27.0/scripts/init.sh diff --git a/appstore/mdc-ng/1.26.1/scripts/uninstall.sh b/appstore/mdc-ng/1.27.0/scripts/uninstall.sh similarity index 100% rename from appstore/mdc-ng/1.26.1/scripts/uninstall.sh rename to appstore/mdc-ng/1.27.0/scripts/uninstall.sh diff --git a/appstore/mdc-ng/1.26.1/scripts/upgrade.sh b/appstore/mdc-ng/1.27.0/scripts/upgrade.sh similarity index 100% rename from appstore/mdc-ng/1.26.1/scripts/upgrade.sh rename to appstore/mdc-ng/1.27.0/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.7.3/.env b/appstore/movie-pilot/2.7.3/.env deleted file mode 100644 index a66ae0c61..000000000 --- a/appstore/movie-pilot/2.7.3/.env +++ /dev/null @@ -1,138 +0,0 @@ -# 数据持久化路径 [必填] -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/appstore/movie-pilot/2.7.3/data.yml b/appstore/movie-pilot/2.7.3/data.yml deleted file mode 100644 index a34b342dd..000000000 --- a/appstore/movie-pilot/2.7.3/data.yml +++ /dev/null @@ -1,341 +0,0 @@ -additionalProperties: - formFields: - - default: "/home/movie-pilot" - edit: true - envKey: MOVIEPILOT_ROOT_PATH - labelZh: 数据持久化路径 - labelEn: Data persistence path - required: true - type: text - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelZh: WebUI 端口 - labelEn: WebUI Port - required: true - rule: paramPort - type: number - - default: 3001 - edit: true - envKey: PANEL_APP_PORT_API - labelZh: API 端口 - labelEn: API Port - required: true - rule: paramPort - type: number - - default: "admin" - edit: true - envKey: SUPERUSER - labelZh: 管理员用户名 - labelEn: Superuser Username - required: true - type: text - - default: "moviepilot" - edit: true - envKey: API_TOKEN - labelZh: API 令牌 - labelEn: API Token - required: true - type: password - - default: "" - edit: true - envKey: PROXY_HOST - labelZh: 网络代理 - labelEn: Proxy Host - required: false - rule: paramExtUrl - type: text - - default: "false" - edit: true - envKey: AUTO_UPDATE_RESOURCES - labelZh: 自动更新资源包 - labelEn: Auto Update Resources - required: true - type: select - values: - - label: 开启 - value: "true" - - label: 关闭 - value: "false" - - default: "false" - edit: true - envKey: MOVIEPILOT_AUTO_UPDATE - labelZh: 自动更新 - labelEn: Auto Update - required: true - type: select - values: - - label: 开启 - value: "true" - - label: 发布版 - value: "release" - - label: 测试版 - value: "dev" - - label: 关闭 - value: "false" - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_1 - labelEn: Custom mount directory 1 - labelZh: 自定义挂载目录 1 - required: false - type: text - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_2 - labelEn: Custom mount directory 2 - labelZh: 自定义挂载目录 2 - required: false - type: text - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_3 - labelEn: Custom mount directory 3 - labelZh: 自定义挂载目录 3 - required: false - type: text - - default: "" - edit: true - envKey: IYUU_SIGN - labelEn: IYUU Sign - labelZh: IYUU登录令牌 - required: false - type: password - - default: "" - edit: true - envKey: HHCLUB_USERNAME - labelZh: hhclub 用户名 - labelEn: hhclub username - required: false - type: text - - default: "" - edit: true - envKey: HHCLUB_PASSKEY - labelZh: hhclub 密钥 - labelEn: hhclub passkay - required: false - type: password - - default: "" - edit: true - envKey: AUDIENCES_UID - labelZh: audiences 用户ID - labelEn: audiences username - required: false - type: text - - default: "" - edit: true - envKey: AUDIENCES_PASSKEY - labelZh: audiences 密钥 - labelEn: audiences passkay - required: false - type: password - - default: "" - edit: true - envKey: HDDOLBY_ID - labelZh: hddolby 用户ID - labelEn: hddolby username - required: false - type: text - - default: "" - edit: true - envKey: HDDOLBY_PASSKEY - labelZh: hddolby 密钥 - labelEn: hddolby passkay - required: false - type: password - - default: "" - edit: true - envKey: ZMPT_UID - labelZh: zmpt 用户ID - labelEn: zmpt username - required: false - type: text - - default: "" - edit: true - envKey: ZMPT_PASSKEY - labelZh: zmpt 密钥 - labelEn: zmpt passkay - required: false - type: password - - default: "" - edit: true - envKey: FREEFARM_UID - labelZh: freefarm 用户ID - labelEn: freefarm username - required: false - type: text - - default: "" - edit: true - envKey: FREEFARM_PASSKEY - labelZh: freefarm 密钥 - labelEn: freefarm passkay - required: false - type: password - - default: "" - edit: true - envKey: HDFANS_UID - labelZh: hdfans 用户ID - labelEn: hdfans username - required: false - type: text - - default: "" - edit: true - envKey: HDFANS_PASSKEY - labelZh: hdfans 密钥 - labelEn: hdfans passkay - required: false - type: password - - default: "" - edit: true - envKey: WINTERSAKURA_UID - labelZh: wintersakura 用户ID - labelEn: wintersakura username - required: false - type: text - - default: "" - edit: true - envKey: WINTERSAKURA_PASSKEY - labelZh: wintersakura 密钥 - labelEn: wintersakura passkay - required: false - type: password - - default: "" - edit: true - envKey: LEAVES_UID - labelZh: leaves 用户ID - labelEn: leaves username - required: false - type: text - - default: "" - edit: true - envKey: LEAVES_PASSKEY - labelZh: leaves 密钥 - labelEn: leaves passkay - required: false - type: password - - default: "" - edit: true - envKey: PTBA_UID - labelZh: ptba 用户ID - labelEn: ptba username - required: false - type: text - - default: "" - edit: true - envKey: PTBA_PASSKEY - labelZh: ptba 密钥 - labelEn: ptba passkay - required: false - type: password - - default: "" - edit: true - envKey: ICC2022_UID - labelZh: icc2022 用户ID - labelEn: icc2022 username - required: false - type: text - - default: "" - edit: true - envKey: ICC2022_PASSKEY - labelZh: icc2022 密钥 - labelEn: icc2022 passkay - required: false - type: password - - default: "" - edit: true - envKey: XINGTAN_UID - labelZh: xingtan 用户ID - labelEn: xingtan username - required: false - type: text - - default: "" - edit: true - envKey: XINGTAN_PASSKEY - labelZh: xingtan 密钥 - labelEn: xingtan passkay - required: false - type: password - - default: "" - edit: true - envKey: PTVICOMO_UID - labelZh: ptvicomo 用户ID - labelEn: ptvicomo username - required: false - type: text - - default: "" - edit: true - envKey: PTVICOMO_PASSKEY - labelZh: ptvicomo 密钥 - labelEn: ptvicomo passkay - required: false - type: password - - default: "" - edit: true - envKey: AGSVPT_UID - labelZh: agsvpt 用户ID - labelEn: agsvpt username - required: false - type: text - - default: "" - edit: true - envKey: AGSVPT_PASSKEY - labelZh: agsvpt 密钥 - labelEn: agsvpt passkay - required: false - type: password - - default: "" - edit: true - envKey: HDKYL_UID - labelZh: hdkyl 用户ID - labelEn: hdkyl username - required: false - type: text - - default: "" - edit: true - envKey: HDKYL_PASSKEY - labelZh: hdkyl 密钥 - labelEn: hdkyl passkay - required: false - type: password - - default: "" - edit: true - envKey: QINGWA_UID - labelZh: qingwa 用户ID - labelEn: qingwa username - required: false - type: text - - default: "" - edit: true - envKey: QINGWA_PASSKEY - labelZh: qingwa 密钥 - labelEn: qingwa passkay - required: false - type: password - - default: "" - edit: true - envKey: DISCFAN_UID - labelZh: discfan 用户ID - labelEn: discfan username - required: false - type: text - - default: "" - edit: true - envKey: DISCFAN_PASSKEY - labelZh: discfan 密钥 - labelEn: discfan passkay - required: false - type: password - - default: "" - edit: true - envKey: ROUSI_UID - labelZh: rousi 用户ID - labelEn: rousi username - required: false - type: text - - default: "" - edit: true - envKey: ROUSI_PASSKEY - labelZh: rousi 密钥 - labelEn: rousi passkay - required: false - type: password diff --git a/appstore/movie-pilot/2.7.3/docker-compose.yml b/appstore/movie-pilot/2.7.3/docker-compose.yml deleted file mode 100644 index 648a415a9..000000000 --- a/appstore/movie-pilot/2.7.3/docker-compose.yml +++ /dev/null @@ -1,39 +0,0 @@ -networks: - 1panel-network: - external: true -services: - movie-pilot: - 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 - labels: - createdBy: Apps - logging: - driver: json-file - options: - max-size: 5m - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:3000 - - ${PANEL_APP_PORT_API}:3001 - restart: always - stdin_open: true - tty: true - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - ${MOVIEPILOT_ROOT_PATH}/config:/config - - ${MOVIEPILOT_ROOT_PATH}/moviepilot:/moviepilot - - ${MOVIEPILOT_ROOT_PATH}/download:/download - - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/appstore/movie-pilot/2.7.3/envs/movie-pilot.env b/appstore/movie-pilot/2.7.3/envs/movie-pilot.env deleted file mode 100644 index d244ac86f..000000000 --- a/appstore/movie-pilot/2.7.3/envs/movie-pilot.env +++ /dev/null @@ -1,53 +0,0 @@ -####################################################################### -# 【*】为必配项,其余为选配项,选配项可以删除整项配置项或者保留配置默认值 # -####################################################################### -# 【*】API监听地址(注意不是前端访问地址) -HOST=0.0.0.0 -# 是否调试模式,打开后将输出更多日志 -DEBUG=false -# 是否开发模式,打开后后台服务将不会启动 -DEV=false -# 【*】超级管理员,设置后一但重启将固化到数据库中,修改将无效(初始化超级管理员密码仅会生成一次,请在日志中查看并自行登录系统修改) -SUPERUSER=admin -# 大内存模式,开启后会增加缓存数量,但会占用更多内存 -BIG_MEMORY_MODE=false -# 是否启用DOH域名解析,启用后对于api.themovie.org等域名通过DOH解析,避免域名DNS被污染 -DOH_ENABLE=true -# 元数据识别缓存过期时间,数字型,单位小时,0为系统默认(大内存模式为7天,滞则为3天),调大该值可减少themoviedb的访问次数 -META_CACHE_EXPIRE=0 -# 自动检查和更新站点资源包(索引、认证等) -AUTO_UPDATE_RESOURCE=true -# 【*】API密钥,建议更换复杂字符串,有Jellyseerr/Overseerr、媒体服务器Webhook等配置以及部分支持API_TOKEN的API中使用 -API_TOKEN=moviepilot -# 登录页面电影海报,tmdb/bing,tmdb要求能正常连接api.themoviedb.org -WALLPAPER=tmdb -# TMDB图片地址,无需修改需保留默认值,如果默认地址连通性不好可以尝试修改为:`static-mdb.v.geilijiasu.com` -TMDB_IMAGE_DOMAIN=image.tmdb.org -# TMDB API地址,无需修改需保留默认值,也可配置为`api.tmdb.org`或其它中转代理服务地址,能连通即可 -TMDB_API_DOMAIN=api.themoviedb.org -# 媒体识别来源 themoviedb/douban,使用themoviedb时需要确保能正常连接api.themoviedb.org,使用douban时不支持二级分类 -RECOGNIZE_SOURCE=themoviedb -# Fanart开关 -FANART_ENABLE=true -# 新增已入库媒体是否跟随TMDB信息变化,true/false,为false时即使TMDB信息变化时也会仍然按历史记录中已入库的信息进行刮削 -SCRAP_FOLLOW_TMDB=true -# 刮削来源 themoviedb/douban,使用themoviedb时需要确保能正常连接api.themoviedb.org,使用douban时会缺失部分信息 -SCRAP_SOURCE=themoviedb -# 电影重命名格式,Jinja2语法,参考:https://jinja.palletsprojects.com/en/3.0.x/templates/ -MOVIE_RENAME_FORMAT={{title}}{% if year %} ({{year}}){% endif %}/{{title}}{% if year %} ({{year}}){% endif %}{% if part %}-{{part}}{% endif %}{% if videoFormat %} - {{videoFormat}}{% endif %}{{fileExt}} -# 电视剧重命名格式,Jinja2语法,参考:https://jinja.palletsprojects.com/en/3.0.x/templates/ -TV_RENAME_FORMAT={{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}{{fileExt}} -# 交互搜索自动下载用户ID(消息通知渠道的用户ID),使用,分割,设置为 all 代表所有用户自动择优下载,未设置需要用户手动选择资源或者回复`0`才自动择优下载 -AUTO_DOWNLOAD_USER= -# 自动下载站点字幕(如有) -DOWNLOAD_SUBTITLE=true -# OCR服务器地址 -OCR_HOST=https://movie-pilot.org -# 插件市场仓库地址,多个地址使用`,`分隔,保留最后的/ -PLUGIN_MARKET=https://github.com/jxxghp/MoviePilot-Plugins,https://github.com/thsrite/MoviePilot-Plugins,https://github.com/InfinityPacer/MoviePilot-Plugins,https://github.com/honue/MoviePilot-Plugins -# 搜索多个名称,true/false,为true时搜索时会同时搜索中英文及原始名称,搜索结果会更全面,但会增加搜索时间;为false时其中一个名称搜索到结果或全部名称搜索完毕即停止 -SEARCH_MULTIPLE_NAME=true - - -# 自定义配置 -AUTH_SITE="iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi" diff --git a/appstore/movie-pilot/2.7.9/.env b/appstore/movie-pilot/2.7.9/.env deleted file mode 100644 index 7e3047285..000000000 --- a/appstore/movie-pilot/2.7.9/.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/appstore/movie-pilot/2.7.9/data.yml b/appstore/movie-pilot/2.7.9/data.yml deleted file mode 100644 index b5e05b838..000000000 --- a/appstore/movie-pilot/2.7.9/data.yml +++ /dev/null @@ -1,189 +0,0 @@ -additionalProperties: - formFields: - - default: "1panel-network" - edit: true - envKey: NETWORK_MODE - labelZh: 网络模式 - labelEn: Network Mode - required: true - type: select - values: - - label: 主机网络模式 - value: "host" - - label: 桥接网络模式 - value: "bridge" - - label: 无网络模式 - value: "none" - - label: 1panel-network - value: "1panel-network" - - default: "/home/movie-pilot" - edit: true - envKey: MOVIEPILOT_ROOT_PATH - labelZh: 数据持久化路径 - labelEn: Data persistence path - required: true - type: text - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelZh: WebUI 端口 - labelEn: WebUI Port - required: true - rule: paramPort - type: number - - default: 3001 - edit: true - envKey: PANEL_APP_PORT_API - labelZh: API 端口 - labelEn: API Port - required: true - rule: paramPort - type: number - - default: "admin" - edit: true - envKey: SUPERUSER - labelZh: 管理员用户名 - labelEn: Superuser Username - required: true - type: text - - default: "moviepilot" - edit: true - envKey: API_TOKEN - labelZh: API 令牌 - labelEn: API Token - required: true - type: password - - default: "" - edit: true - envKey: PROXY_HOST - labelZh: 网络代理 - labelEn: Proxy Host - required: false - rule: paramExtUrl - type: text - - default: "false" - edit: true - envKey: AUTO_UPDATE_RESOURCE - labelZh: 自动更新资源包 - labelEn: Auto Update Resources - required: true - type: select - values: - - label: 开启 - value: "true" - - label: 关闭 - value: "false" - - default: "false" - edit: true - envKey: MOVIEPILOT_AUTO_UPDATE - labelZh: 自动更新 - labelEn: Auto Update - required: true - type: select - values: - - label: 开启 - value: "true" - - label: 发布版 - value: "release" - - label: 测试版 - value: "dev" - - label: 关闭 - value: "false" - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_1 - labelEn: Custom mount directory 1 - labelZh: 自定义挂载目录 1 - required: false - type: text - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_2 - labelEn: Custom mount directory 2 - labelZh: 自定义挂载目录 2 - required: false - type: text - - default: "" - edit: true - envKey: CUSTOM_MOUNT_DIRECTORY_3 - labelEn: Custom mount directory 3 - labelZh: 自定义挂载目录 3 - required: false - type: text - - default: "" - edit: true - envKey: IYUU_SIGN - labelEn: IYUU Sign - labelZh: IYUU登录令牌 - required: false - type: password - - default: "cachetools" - edit: true - envKey: CACHE_BACKEND_TYPE - labelZh: 缓存类型 - labelEn: Cache Backend Type - required: true - type: select - values: - - label: 本地缓存 - value: "cachetools" - - label: Redis - value: "redis" - - default: "" - edit: true - envKey: CACHE_BACKEND_URL - labelZh: 缓存连接地址 - labelEn: Cache Backend URL - required: false - type: text - - default: "sqlite" - edit: true - envKey: DB_TYPE - labelZh: 数据库类型 - labelEn: DataBase Type - required: true - type: select - values: - - label: SQLite - value: "sqlite" - - label: PostgreSQL - value: "postgresql" - - default: "127.0.0.1" - edit: true - envKey: DB_POSTGRESQL_HOST - labelZh: 数据库 主机地址 - labelEn: Database Host - required: false - type: text - - default: 5432 - edit: true - envKey: DB_POSTGRESQL_PORT - labelZh: 数据库 端口 - labelEn: Database Port - required: false - rule: paramPort - type: number - - default: "moviepilot" - edit: true - envKey: DB_POSTGRESQL_DATABASE - labelZh: 数据库 名称 - labelEn: Database Name - required: false - rule: paramCommon - type: text - - default: "moviepilot" - edit: true - envKey: DB_POSTGRESQL_USERNAME - labelZh: 数据库 用户名 - labelEn: Database Username - required: false - type: text - - default: "" - edit: true - envKey: DB_POSTGRESQL_PASSWORD - labelZh: 数据库 密码 - labelEn: Database Password - random: true - required: false - rule: paramComplexity - type: password diff --git a/appstore/movie-pilot/2.7.9/docker-compose.yml b/appstore/movie-pilot/2.7.9/docker-compose.yml deleted file mode 100644 index 21645d162..000000000 --- a/appstore/movie-pilot/2.7.9/docker-compose.yml +++ /dev/null @@ -1,37 +0,0 @@ -networks: - 1panel-network: - external: true -services: - movie-pilot: - container_name: movie-pilot - env_file: - - ./envs/global.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.8.0 - labels: - createdBy: Apps - logging: - driver: json-file - options: - max-size: 5m - network_mode: ${NETWORK_MODE} - ports: - - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} - restart: always - stdin_open: true - tty: true - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - ${MOVIEPILOT_ROOT_PATH}/config:/config - - ${MOVIEPILOT_ROOT_PATH}/moviepilot:/moviepilot - - ${MOVIEPILOT_ROOT_PATH}/download:/download - - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/appstore/movie-pilot/2.7.9/scripts/init.sh b/appstore/movie-pilot/2.7.9/scripts/init.sh deleted file mode 100644 index 118f924a3..000000000 --- a/appstore/movie-pilot/2.7.9/scripts/init.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - sed -i '/^APP_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - echo "APP_ENV_FILE=${CURRENT_DIR}/envs/movie-pilot.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/appstore/movie-pilot/2.7.9/scripts/upgrade.sh b/appstore/movie-pilot/2.7.9/scripts/upgrade.sh deleted file mode 100644 index 84793ac8a..000000000 --- a/appstore/movie-pilot/2.7.9/scripts/upgrade.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - sed -i '/^APP_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - echo "APP_ENV_FILE=${CURRENT_DIR}/envs/movie-pilot.env" >> .env - - echo "Check Finish." -else - echo "Error: .env file not found." -fi diff --git a/appstore/movie-pilot/2.9.8/.env b/appstore/movie-pilot/2.9.10/.env similarity index 100% rename from appstore/movie-pilot/2.9.8/.env rename to appstore/movie-pilot/2.9.10/.env diff --git a/appstore/movie-pilot/2.9.8/data.yml b/appstore/movie-pilot/2.9.10/data.yml similarity index 100% rename from appstore/movie-pilot/2.9.8/data.yml rename to appstore/movie-pilot/2.9.10/data.yml diff --git a/appstore/movie-pilot/2.9.8/docker-compose.yml b/appstore/movie-pilot/2.9.10/docker-compose.yml similarity index 93% rename from appstore/movie-pilot/2.9.8/docker-compose.yml rename to appstore/movie-pilot/2.9.10/docker-compose.yml index adf256a09..180d8b7ae 100644 --- a/appstore/movie-pilot/2.9.8/docker-compose.yml +++ b/appstore/movie-pilot/2.9.10/docker-compose.yml @@ -13,7 +13,8 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.9.8 + - PASSKEY_ALLOW_REGISTER_WITHOUT_OTP=true + image: jxxghp/moviepilot:2.9.10 labels: createdBy: Apps logging: diff --git a/appstore/movie-pilot/2.7.3/envs/default.env b/appstore/movie-pilot/2.9.10/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.7.3/envs/default.env rename to appstore/movie-pilot/2.9.10/envs/default.env diff --git a/appstore/movie-pilot/2.7.3/envs/global.env b/appstore/movie-pilot/2.9.10/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.7.3/envs/global.env rename to appstore/movie-pilot/2.9.10/envs/global.env diff --git a/appstore/movie-pilot/2.7.3/scripts/init.sh b/appstore/movie-pilot/2.9.10/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.7.3/scripts/init.sh rename to appstore/movie-pilot/2.9.10/scripts/init.sh diff --git a/appstore/movie-pilot/2.7.3/scripts/uninstall.sh b/appstore/movie-pilot/2.9.10/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.7.3/scripts/uninstall.sh rename to appstore/movie-pilot/2.9.10/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.7.3/scripts/upgrade.sh b/appstore/movie-pilot/2.9.10/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.7.3/scripts/upgrade.sh rename to appstore/movie-pilot/2.9.10/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.9.8/scripts/init.sh b/appstore/movie-pilot/2.9.8/scripts/init.sh deleted file mode 100644 index 118f924a3..000000000 --- a/appstore/movie-pilot/2.9.8/scripts/init.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - sed -i '/^APP_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - echo "APP_ENV_FILE=${CURRENT_DIR}/envs/movie-pilot.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/appstore/movie-pilot/2.9.8/scripts/upgrade.sh b/appstore/movie-pilot/2.9.8/scripts/upgrade.sh deleted file mode 100644 index 84793ac8a..000000000 --- a/appstore/movie-pilot/2.9.8/scripts/upgrade.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - sed -i '/^APP_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - echo "APP_ENV_FILE=${CURRENT_DIR}/envs/movie-pilot.env" >> .env - - echo "Check Finish." -else - echo "Error: .env file not found." -fi diff --git a/appstore/n8n/1.123.18/.env b/appstore/n8n/1.123.20/.env similarity index 100% rename from appstore/n8n/1.123.18/.env rename to appstore/n8n/1.123.20/.env diff --git a/appstore/n8n/1.123.18/data.yml b/appstore/n8n/1.123.20/data.yml similarity index 100% rename from appstore/n8n/1.123.18/data.yml rename to appstore/n8n/1.123.20/data.yml diff --git a/appstore/n8n/1.123.18/docker-compose.yml b/appstore/n8n/1.123.20/docker-compose.yml similarity index 94% rename from appstore/n8n/1.123.18/docker-compose.yml rename to appstore/n8n/1.123.20/docker-compose.yml index 564651ad3..717a97fd0 100644 --- a/appstore/n8n/1.123.18/docker-compose.yml +++ b/appstore/n8n/1.123.20/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.123.18 + image: n8nio/n8n:1.123.20 labels: createdBy: Apps networks: diff --git a/appstore/movie-pilot/2.7.9/envs/default.env b/appstore/n8n/1.123.20/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.7.9/envs/default.env rename to appstore/n8n/1.123.20/envs/default.env diff --git a/appstore/movie-pilot/2.7.9/envs/global.env b/appstore/n8n/1.123.20/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.7.9/envs/global.env rename to appstore/n8n/1.123.20/envs/global.env diff --git a/appstore/n8n/1.123.18/scripts/init.sh b/appstore/n8n/1.123.20/scripts/init.sh similarity index 100% rename from appstore/n8n/1.123.18/scripts/init.sh rename to appstore/n8n/1.123.20/scripts/init.sh diff --git a/appstore/movie-pilot/2.7.9/scripts/uninstall.sh b/appstore/n8n/1.123.20/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.7.9/scripts/uninstall.sh rename to appstore/n8n/1.123.20/scripts/uninstall.sh diff --git a/appstore/n8n/1.123.18/scripts/upgrade.sh b/appstore/n8n/1.123.20/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/1.123.18/scripts/upgrade.sh rename to appstore/n8n/1.123.20/scripts/upgrade.sh diff --git a/appstore/napcat/4.14.11/.env b/appstore/napcat/4.15.18/.env similarity index 100% rename from appstore/napcat/4.14.11/.env rename to appstore/napcat/4.15.18/.env diff --git a/appstore/napcat/4.14.11/data.yml b/appstore/napcat/4.15.18/data.yml similarity index 100% rename from appstore/napcat/4.14.11/data.yml rename to appstore/napcat/4.15.18/data.yml diff --git a/appstore/napcat/4.14.11/docker-compose.yml b/appstore/napcat/4.15.18/docker-compose.yml similarity index 93% rename from appstore/napcat/4.14.11/docker-compose.yml rename to appstore/napcat/4.15.18/docker-compose.yml index 7b48a7991..4b6939a62 100644 --- a/appstore/napcat/4.14.11/docker-compose.yml +++ b/appstore/napcat/4.15.18/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NAPCAT_UID=${NAPCAT_UID:-0} - NAPCAT_GID=${NAPCAT_GID:-0} - image: mlikiowa/napcat-docker:v4.14.11 + image: mlikiowa/napcat-docker:v4.15.18 labels: createdBy: Apps networks: diff --git a/appstore/movie-pilot/2.9.8/envs/default.env b/appstore/napcat/4.15.18/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.9.8/envs/default.env rename to appstore/napcat/4.15.18/envs/default.env diff --git a/appstore/movie-pilot/2.9.8/envs/global.env b/appstore/napcat/4.15.18/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.9.8/envs/global.env rename to appstore/napcat/4.15.18/envs/global.env diff --git a/appstore/napcat/4.14.11/scripts/init.sh b/appstore/napcat/4.15.18/scripts/init.sh similarity index 100% rename from appstore/napcat/4.14.11/scripts/init.sh rename to appstore/napcat/4.15.18/scripts/init.sh diff --git a/appstore/movie-pilot/2.9.8/scripts/uninstall.sh b/appstore/napcat/4.15.18/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.9.8/scripts/uninstall.sh rename to appstore/napcat/4.15.18/scripts/uninstall.sh diff --git a/appstore/napcat/4.14.11/scripts/upgrade.sh b/appstore/napcat/4.15.18/scripts/upgrade.sh similarity index 100% rename from appstore/napcat/4.14.11/scripts/upgrade.sh rename to appstore/napcat/4.15.18/scripts/upgrade.sh diff --git a/appstore/nexus3/3.88.0/.env b/appstore/nexus3/3.89.0/.env similarity index 100% rename from appstore/nexus3/3.88.0/.env rename to appstore/nexus3/3.89.0/.env diff --git a/appstore/nexus3/3.88.0/data.yml b/appstore/nexus3/3.89.0/data.yml similarity index 100% rename from appstore/nexus3/3.88.0/data.yml rename to appstore/nexus3/3.89.0/data.yml diff --git a/appstore/nexus3/3.88.0/docker-compose.yml b/appstore/nexus3/3.89.0/docker-compose.yml similarity index 91% rename from appstore/nexus3/3.88.0/docker-compose.yml rename to appstore/nexus3/3.89.0/docker-compose.yml index af6aeaecc..6310fafd8 100644 --- a/appstore/nexus3/3.88.0/docker-compose.yml +++ b/appstore/nexus3/3.89.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.88.0 + image: sonatype/nexus3:3.89.0 labels: createdBy: Apps networks: diff --git a/appstore/n8n/1.123.18/envs/default.env b/appstore/nexus3/3.89.0/envs/default.env similarity index 100% rename from appstore/n8n/1.123.18/envs/default.env rename to appstore/nexus3/3.89.0/envs/default.env diff --git a/appstore/n8n/1.123.18/envs/global.env b/appstore/nexus3/3.89.0/envs/global.env similarity index 100% rename from appstore/n8n/1.123.18/envs/global.env rename to appstore/nexus3/3.89.0/envs/global.env diff --git a/appstore/nexus3/3.88.0/scripts/init.sh b/appstore/nexus3/3.89.0/scripts/init.sh similarity index 100% rename from appstore/nexus3/3.88.0/scripts/init.sh rename to appstore/nexus3/3.89.0/scripts/init.sh diff --git a/appstore/n8n/1.123.18/scripts/uninstall.sh b/appstore/nexus3/3.89.0/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/1.123.18/scripts/uninstall.sh rename to appstore/nexus3/3.89.0/scripts/uninstall.sh diff --git a/appstore/nexus3/3.88.0/scripts/upgrade.sh b/appstore/nexus3/3.89.0/scripts/upgrade.sh similarity index 100% rename from appstore/nexus3/3.88.0/scripts/upgrade.sh rename to appstore/nexus3/3.89.0/scripts/upgrade.sh diff --git a/appstore/ollama/0.15.4/.env b/appstore/ollama/0.15.6/.env similarity index 100% rename from appstore/ollama/0.15.4/.env rename to appstore/ollama/0.15.6/.env diff --git a/appstore/ollama/0.15.4/data.yml b/appstore/ollama/0.15.6/data.yml similarity index 100% rename from appstore/ollama/0.15.4/data.yml rename to appstore/ollama/0.15.6/data.yml diff --git a/appstore/ollama/0.15.4/docker-compose.yml b/appstore/ollama/0.15.6/docker-compose.yml similarity index 95% rename from appstore/ollama/0.15.4/docker-compose.yml rename to appstore/ollama/0.15.6/docker-compose.yml index 864598dbd..d65914f80 100644 --- a/appstore/ollama/0.15.4/docker-compose.yml +++ b/appstore/ollama/0.15.6/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.15.4 + image: ollama/ollama:0.15.6 labels: createdBy: Apps networks: diff --git a/appstore/napcat/4.14.11/envs/default.env b/appstore/ollama/0.15.6/envs/default.env similarity index 100% rename from appstore/napcat/4.14.11/envs/default.env rename to appstore/ollama/0.15.6/envs/default.env diff --git a/appstore/napcat/4.14.11/envs/global.env b/appstore/ollama/0.15.6/envs/global.env similarity index 100% rename from appstore/napcat/4.14.11/envs/global.env rename to appstore/ollama/0.15.6/envs/global.env diff --git a/appstore/ollama/0.15.4/scripts/init.sh b/appstore/ollama/0.15.6/scripts/init.sh similarity index 100% rename from appstore/ollama/0.15.4/scripts/init.sh rename to appstore/ollama/0.15.6/scripts/init.sh diff --git a/appstore/napcat/4.14.11/scripts/uninstall.sh b/appstore/ollama/0.15.6/scripts/uninstall.sh similarity index 100% rename from appstore/napcat/4.14.11/scripts/uninstall.sh rename to appstore/ollama/0.15.6/scripts/uninstall.sh diff --git a/appstore/ollama/0.15.4/scripts/upgrade.sh b/appstore/ollama/0.15.6/scripts/upgrade.sh similarity index 100% rename from appstore/ollama/0.15.4/scripts/upgrade.sh rename to appstore/ollama/0.15.6/scripts/upgrade.sh diff --git a/appstore/onedev/14.1.1/.env b/appstore/onedev/14.1.4/.env similarity index 100% rename from appstore/onedev/14.1.1/.env rename to appstore/onedev/14.1.4/.env diff --git a/appstore/onedev/14.1.1/data.yml b/appstore/onedev/14.1.4/data.yml similarity index 100% rename from appstore/onedev/14.1.1/data.yml rename to appstore/onedev/14.1.4/data.yml diff --git a/appstore/onedev/14.1.1/docker-compose.yml b/appstore/onedev/14.1.4/docker-compose.yml similarity index 95% rename from appstore/onedev/14.1.1/docker-compose.yml rename to appstore/onedev/14.1.4/docker-compose.yml index 45da1f76c..32cd64f04 100644 --- a/appstore/onedev/14.1.1/docker-compose.yml +++ b/appstore/onedev/14.1.4/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:14.1.1 + image: 1dev/server:14.1.4 labels: createdBy: Apps networks: diff --git a/appstore/nexus3/3.88.0/envs/default.env b/appstore/onedev/14.1.4/envs/default.env similarity index 100% rename from appstore/nexus3/3.88.0/envs/default.env rename to appstore/onedev/14.1.4/envs/default.env diff --git a/appstore/nexus3/3.88.0/envs/global.env b/appstore/onedev/14.1.4/envs/global.env similarity index 100% rename from appstore/nexus3/3.88.0/envs/global.env rename to appstore/onedev/14.1.4/envs/global.env diff --git a/appstore/onedev/14.1.1/envs/onedev.env b/appstore/onedev/14.1.4/envs/onedev.env similarity index 100% rename from appstore/onedev/14.1.1/envs/onedev.env rename to appstore/onedev/14.1.4/envs/onedev.env diff --git a/appstore/onedev/14.1.1/scripts/init.sh b/appstore/onedev/14.1.4/scripts/init.sh similarity index 100% rename from appstore/onedev/14.1.1/scripts/init.sh rename to appstore/onedev/14.1.4/scripts/init.sh diff --git a/appstore/nexus3/3.88.0/scripts/uninstall.sh b/appstore/onedev/14.1.4/scripts/uninstall.sh similarity index 100% rename from appstore/nexus3/3.88.0/scripts/uninstall.sh rename to appstore/onedev/14.1.4/scripts/uninstall.sh diff --git a/appstore/onedev/14.1.1/scripts/upgrade.sh b/appstore/onedev/14.1.4/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/14.1.1/scripts/upgrade.sh rename to appstore/onedev/14.1.4/scripts/upgrade.sh diff --git a/appstore/opengist/1.12.0/.env b/appstore/opengist/1.12.1/.env similarity index 100% rename from appstore/opengist/1.12.0/.env rename to appstore/opengist/1.12.1/.env diff --git a/appstore/opengist/1.12.0/data.yml b/appstore/opengist/1.12.1/data.yml similarity index 100% rename from appstore/opengist/1.12.0/data.yml rename to appstore/opengist/1.12.1/data.yml diff --git a/appstore/opengist/1.12.0/docker-compose.yml b/appstore/opengist/1.12.1/docker-compose.yml similarity index 94% rename from appstore/opengist/1.12.0/docker-compose.yml rename to appstore/opengist/1.12.1/docker-compose.yml index 09d3614ed..1e2c6d6da 100644 --- a/appstore/opengist/1.12.0/docker-compose.yml +++ b/appstore/opengist/1.12.1/docker-compose.yml @@ -21,7 +21,7 @@ services: - CMD-SHELL - curl -f http://localhost:6157/healthcheck timeout: 10s - image: thomiceli/opengist:1.12.0 + image: thomiceli/opengist:1.12.1 labels: createdBy: Apps networks: diff --git a/appstore/ollama/0.15.4/envs/default.env b/appstore/opengist/1.12.1/envs/default.env similarity index 100% rename from appstore/ollama/0.15.4/envs/default.env rename to appstore/opengist/1.12.1/envs/default.env diff --git a/appstore/ollama/0.15.4/envs/global.env b/appstore/opengist/1.12.1/envs/global.env similarity index 100% rename from appstore/ollama/0.15.4/envs/global.env rename to appstore/opengist/1.12.1/envs/global.env diff --git a/appstore/opengist/1.12.0/scripts/init.sh b/appstore/opengist/1.12.1/scripts/init.sh similarity index 100% rename from appstore/opengist/1.12.0/scripts/init.sh rename to appstore/opengist/1.12.1/scripts/init.sh diff --git a/appstore/ollama/0.15.4/scripts/uninstall.sh b/appstore/opengist/1.12.1/scripts/uninstall.sh similarity index 100% rename from appstore/ollama/0.15.4/scripts/uninstall.sh rename to appstore/opengist/1.12.1/scripts/uninstall.sh diff --git a/appstore/opengist/1.12.0/scripts/upgrade.sh b/appstore/opengist/1.12.1/scripts/upgrade.sh similarity index 100% rename from appstore/opengist/1.12.0/scripts/upgrade.sh rename to appstore/opengist/1.12.1/scripts/upgrade.sh diff --git a/appstore/page-spy-web/2.4.5/.env b/appstore/page-spy-web/2.4.6/.env similarity index 100% rename from appstore/page-spy-web/2.4.5/.env rename to appstore/page-spy-web/2.4.6/.env diff --git a/appstore/page-spy-web/2.4.5/data.yml b/appstore/page-spy-web/2.4.6/data.yml similarity index 100% rename from appstore/page-spy-web/2.4.5/data.yml rename to appstore/page-spy-web/2.4.6/data.yml diff --git a/appstore/page-spy-web/2.4.5/docker-compose.yml b/appstore/page-spy-web/2.4.6/docker-compose.yml similarity index 90% rename from appstore/page-spy-web/2.4.5/docker-compose.yml rename to appstore/page-spy-web/2.4.6/docker-compose.yml index 7210c449e..b45b9050c 100644 --- a/appstore/page-spy-web/2.4.5/docker-compose.yml +++ b/appstore/page-spy-web/2.4.6/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: huolalatech/page-spy-web:v2.4.5 + image: huolalatech/page-spy-web:v2.4.6 labels: createdBy: Apps networks: diff --git a/appstore/onedev/14.1.1/envs/default.env b/appstore/page-spy-web/2.4.6/envs/default.env similarity index 100% rename from appstore/onedev/14.1.1/envs/default.env rename to appstore/page-spy-web/2.4.6/envs/default.env diff --git a/appstore/onedev/14.1.1/envs/global.env b/appstore/page-spy-web/2.4.6/envs/global.env similarity index 100% rename from appstore/onedev/14.1.1/envs/global.env rename to appstore/page-spy-web/2.4.6/envs/global.env diff --git a/appstore/page-spy-web/2.4.5/scripts/init.sh b/appstore/page-spy-web/2.4.6/scripts/init.sh similarity index 100% rename from appstore/page-spy-web/2.4.5/scripts/init.sh rename to appstore/page-spy-web/2.4.6/scripts/init.sh diff --git a/appstore/onedev/14.1.1/scripts/uninstall.sh b/appstore/page-spy-web/2.4.6/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/14.1.1/scripts/uninstall.sh rename to appstore/page-spy-web/2.4.6/scripts/uninstall.sh diff --git a/appstore/page-spy-web/2.4.5/scripts/upgrade.sh b/appstore/page-spy-web/2.4.6/scripts/upgrade.sh similarity index 100% rename from appstore/page-spy-web/2.4.5/scripts/upgrade.sh rename to appstore/page-spy-web/2.4.6/scripts/upgrade.sh diff --git a/appstore/peer-ban-helper/9.2.5/.env b/appstore/peer-ban-helper/9.3.0/.env similarity index 100% rename from appstore/peer-ban-helper/9.2.5/.env rename to appstore/peer-ban-helper/9.3.0/.env diff --git a/appstore/peer-ban-helper/9.2.5/data.yml b/appstore/peer-ban-helper/9.3.0/data.yml similarity index 100% rename from appstore/peer-ban-helper/9.2.5/data.yml rename to appstore/peer-ban-helper/9.3.0/data.yml diff --git a/appstore/peer-ban-helper/9.2.5/docker-compose.yml b/appstore/peer-ban-helper/9.3.0/docker-compose.yml similarity index 91% rename from appstore/peer-ban-helper/9.2.5/docker-compose.yml rename to appstore/peer-ban-helper/9.3.0/docker-compose.yml index a78319797..26ab25ef1 100644 --- a/appstore/peer-ban-helper/9.2.5/docker-compose.yml +++ b/appstore/peer-ban-helper/9.3.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: ghostchu/peerbanhelper:v9.2.5 + image: ghostchu/peerbanhelper:v9.3.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/opengist/1.12.0/envs/default.env b/appstore/peer-ban-helper/9.3.0/envs/default.env similarity index 100% rename from appstore/opengist/1.12.0/envs/default.env rename to appstore/peer-ban-helper/9.3.0/envs/default.env diff --git a/appstore/opengist/1.12.0/envs/global.env b/appstore/peer-ban-helper/9.3.0/envs/global.env similarity index 100% rename from appstore/opengist/1.12.0/envs/global.env rename to appstore/peer-ban-helper/9.3.0/envs/global.env diff --git a/appstore/peer-ban-helper/9.2.5/scripts/init.sh b/appstore/peer-ban-helper/9.3.0/scripts/init.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.5/scripts/init.sh rename to appstore/peer-ban-helper/9.3.0/scripts/init.sh diff --git a/appstore/opengist/1.12.0/scripts/uninstall.sh b/appstore/peer-ban-helper/9.3.0/scripts/uninstall.sh similarity index 100% rename from appstore/opengist/1.12.0/scripts/uninstall.sh rename to appstore/peer-ban-helper/9.3.0/scripts/uninstall.sh diff --git a/appstore/peer-ban-helper/9.2.5/scripts/upgrade.sh b/appstore/peer-ban-helper/9.3.0/scripts/upgrade.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.5/scripts/upgrade.sh rename to appstore/peer-ban-helper/9.3.0/scripts/upgrade.sh diff --git a/appstore/rust-srec/0.1.2/.env b/appstore/rust-srec/0.1.3/.env similarity index 100% rename from appstore/rust-srec/0.1.2/.env rename to appstore/rust-srec/0.1.3/.env diff --git a/appstore/rust-srec/0.1.2/data.yml b/appstore/rust-srec/0.1.3/data.yml similarity index 100% rename from appstore/rust-srec/0.1.2/data.yml rename to appstore/rust-srec/0.1.3/data.yml diff --git a/appstore/rust-srec/0.1.2/docker-compose.yml b/appstore/rust-srec/0.1.3/docker-compose.yml similarity index 94% rename from appstore/rust-srec/0.1.2/docker-compose.yml rename to appstore/rust-srec/0.1.3/docker-compose.yml index 19c4ef5f5..9ca382ba8 100644 --- a/appstore/rust-srec/0.1.2/docker-compose.yml +++ b/appstore/rust-srec/0.1.3/docker-compose.yml @@ -14,7 +14,7 @@ services: - TZ=Asia/Shanghai - BACKEND_URL=${BACKEND_URL:-http://rust-srec-backend:8080} - COOKIE_SECURE=${COOKIE_SECURE:-} - image: ghcr.io/hua0512/rust-srec-frontend:v0.1.2 + image: ghcr.io/hua0512/rust-srec-frontend:v0.1.3 labels: createdBy: Apps logging: @@ -53,7 +53,7 @@ services: - -f - http://localhost:8080/api/health/live timeout: 10s - image: ghcr.io/hua0512/rust-srec:v0.1.2 + image: ghcr.io/hua0512/rust-srec:v0.1.3 logging: driver: json-file options: diff --git a/appstore/rust-srec/0.1.2/envs/default.env b/appstore/rust-srec/0.1.3/envs/default.env similarity index 100% rename from appstore/rust-srec/0.1.2/envs/default.env rename to appstore/rust-srec/0.1.3/envs/default.env diff --git a/appstore/page-spy-web/2.4.5/envs/global.env b/appstore/rust-srec/0.1.3/envs/global.env similarity index 100% rename from appstore/page-spy-web/2.4.5/envs/global.env rename to appstore/rust-srec/0.1.3/envs/global.env diff --git a/appstore/rust-srec/0.1.2/scripts/init.sh b/appstore/rust-srec/0.1.3/scripts/init.sh similarity index 100% rename from appstore/rust-srec/0.1.2/scripts/init.sh rename to appstore/rust-srec/0.1.3/scripts/init.sh diff --git a/appstore/page-spy-web/2.4.5/scripts/uninstall.sh b/appstore/rust-srec/0.1.3/scripts/uninstall.sh similarity index 100% rename from appstore/page-spy-web/2.4.5/scripts/uninstall.sh rename to appstore/rust-srec/0.1.3/scripts/uninstall.sh diff --git a/appstore/rust-srec/0.1.2/scripts/upgrade.sh b/appstore/rust-srec/0.1.3/scripts/upgrade.sh similarity index 100% rename from appstore/rust-srec/0.1.2/scripts/upgrade.sh rename to appstore/rust-srec/0.1.3/scripts/upgrade.sh diff --git a/appstore/s-ui/1.3.7/.env b/appstore/s-ui/1.3.8/.env similarity index 100% rename from appstore/s-ui/1.3.7/.env rename to appstore/s-ui/1.3.8/.env diff --git a/appstore/s-ui/1.3.7/data.yml b/appstore/s-ui/1.3.8/data.yml similarity index 100% rename from appstore/s-ui/1.3.7/data.yml rename to appstore/s-ui/1.3.8/data.yml diff --git a/appstore/s-ui/1.3.7/docker-compose.yml b/appstore/s-ui/1.3.8/docker-compose.yml similarity index 93% rename from appstore/s-ui/1.3.7/docker-compose.yml rename to appstore/s-ui/1.3.8/docker-compose.yml index 2b724eb2e..a01988319 100644 --- a/appstore/s-ui/1.3.7/docker-compose.yml +++ b/appstore/s-ui/1.3.8/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:v1.3.7 + image: alireza7/s-ui:v1.3.8 labels: createdBy: Apps networks: diff --git a/appstore/page-spy-web/2.4.5/envs/default.env b/appstore/s-ui/1.3.8/envs/default.env similarity index 100% rename from appstore/page-spy-web/2.4.5/envs/default.env rename to appstore/s-ui/1.3.8/envs/default.env diff --git a/appstore/peer-ban-helper/9.2.5/envs/global.env b/appstore/s-ui/1.3.8/envs/global.env similarity index 100% rename from appstore/peer-ban-helper/9.2.5/envs/global.env rename to appstore/s-ui/1.3.8/envs/global.env diff --git a/appstore/s-ui/1.3.7/scripts/init.sh b/appstore/s-ui/1.3.8/scripts/init.sh similarity index 100% rename from appstore/s-ui/1.3.7/scripts/init.sh rename to appstore/s-ui/1.3.8/scripts/init.sh diff --git a/appstore/peer-ban-helper/9.2.5/scripts/uninstall.sh b/appstore/s-ui/1.3.8/scripts/uninstall.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.5/scripts/uninstall.sh rename to appstore/s-ui/1.3.8/scripts/uninstall.sh diff --git a/appstore/s-ui/1.3.7/scripts/upgrade.sh b/appstore/s-ui/1.3.8/scripts/upgrade.sh similarity index 100% rename from appstore/s-ui/1.3.7/scripts/upgrade.sh rename to appstore/s-ui/1.3.8/scripts/upgrade.sh diff --git a/appstore/seaweedfs/4.07/.env b/appstore/seaweedfs/4.09/.env similarity index 100% rename from appstore/seaweedfs/4.07/.env rename to appstore/seaweedfs/4.09/.env diff --git a/appstore/seaweedfs/4.07/config/prometheus.yml b/appstore/seaweedfs/4.09/config/prometheus.yml similarity index 100% rename from appstore/seaweedfs/4.07/config/prometheus.yml rename to appstore/seaweedfs/4.09/config/prometheus.yml diff --git a/appstore/seaweedfs/4.07/data.yml b/appstore/seaweedfs/4.09/data.yml similarity index 100% rename from appstore/seaweedfs/4.07/data.yml rename to appstore/seaweedfs/4.09/data.yml diff --git a/appstore/seaweedfs/4.07/docker-compose.yml b/appstore/seaweedfs/4.09/docker-compose.yml similarity index 96% rename from appstore/seaweedfs/4.07/docker-compose.yml rename to appstore/seaweedfs/4.09/docker-compose.yml index f8dcd3b21..9f787d0d5 100644 --- a/appstore/seaweedfs/4.07/docker-compose.yml +++ b/appstore/seaweedfs/4.09/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: diff --git a/appstore/peer-ban-helper/9.2.5/envs/default.env b/appstore/seaweedfs/4.09/envs/default.env similarity index 100% rename from appstore/peer-ban-helper/9.2.5/envs/default.env rename to appstore/seaweedfs/4.09/envs/default.env diff --git a/appstore/rust-srec/0.1.2/envs/global.env b/appstore/seaweedfs/4.09/envs/global.env similarity index 100% rename from appstore/rust-srec/0.1.2/envs/global.env rename to appstore/seaweedfs/4.09/envs/global.env diff --git a/appstore/seaweedfs/4.07/scripts/init.sh b/appstore/seaweedfs/4.09/scripts/init.sh similarity index 100% rename from appstore/seaweedfs/4.07/scripts/init.sh rename to appstore/seaweedfs/4.09/scripts/init.sh diff --git a/appstore/rust-srec/0.1.2/scripts/uninstall.sh b/appstore/seaweedfs/4.09/scripts/uninstall.sh similarity index 100% rename from appstore/rust-srec/0.1.2/scripts/uninstall.sh rename to appstore/seaweedfs/4.09/scripts/uninstall.sh diff --git a/appstore/seaweedfs/4.07/scripts/upgrade.sh b/appstore/seaweedfs/4.09/scripts/upgrade.sh similarity index 100% rename from appstore/seaweedfs/4.07/scripts/upgrade.sh rename to appstore/seaweedfs/4.09/scripts/upgrade.sh diff --git a/appstore/slink/1.9.2/.env b/appstore/slink/1.9.4/.env similarity index 100% rename from appstore/slink/1.9.2/.env rename to appstore/slink/1.9.4/.env diff --git a/appstore/slink/1.9.2/data.yml b/appstore/slink/1.9.4/data.yml similarity index 100% rename from appstore/slink/1.9.2/data.yml rename to appstore/slink/1.9.4/data.yml diff --git a/appstore/slink/1.9.2/docker-compose.yml b/appstore/slink/1.9.4/docker-compose.yml similarity index 94% rename from appstore/slink/1.9.2/docker-compose.yml rename to appstore/slink/1.9.4/docker-compose.yml index 5306c9f87..f6c71459e 100644 --- a/appstore/slink/1.9.2/docker-compose.yml +++ b/appstore/slink/1.9.4/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.9.2 + image: anirdev/slink:v1.9.4 labels: createdBy: Apps networks: diff --git a/appstore/s-ui/1.3.7/envs/default.env b/appstore/slink/1.9.4/envs/default.env similarity index 100% rename from appstore/s-ui/1.3.7/envs/default.env rename to appstore/slink/1.9.4/envs/default.env diff --git a/appstore/s-ui/1.3.7/envs/global.env b/appstore/slink/1.9.4/envs/global.env similarity index 100% rename from appstore/s-ui/1.3.7/envs/global.env rename to appstore/slink/1.9.4/envs/global.env diff --git a/appstore/slink/1.9.2/scripts/init.sh b/appstore/slink/1.9.4/scripts/init.sh similarity index 100% rename from appstore/slink/1.9.2/scripts/init.sh rename to appstore/slink/1.9.4/scripts/init.sh diff --git a/appstore/s-ui/1.3.7/scripts/uninstall.sh b/appstore/slink/1.9.4/scripts/uninstall.sh similarity index 100% rename from appstore/s-ui/1.3.7/scripts/uninstall.sh rename to appstore/slink/1.9.4/scripts/uninstall.sh diff --git a/appstore/slink/1.9.2/scripts/upgrade.sh b/appstore/slink/1.9.4/scripts/upgrade.sh similarity index 100% rename from appstore/slink/1.9.2/scripts/upgrade.sh rename to appstore/slink/1.9.4/scripts/upgrade.sh diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/.env b/appstore/speedtest-tracker-sqlite/1.13.9/.env similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/.env rename to appstore/speedtest-tracker-sqlite/1.13.9/.env diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/data.yml b/appstore/speedtest-tracker-sqlite/1.13.9/data.yml similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/data.yml rename to appstore/speedtest-tracker-sqlite/1.13.9/data.yml diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/docker-compose.yml b/appstore/speedtest-tracker-sqlite/1.13.9/docker-compose.yml similarity index 91% rename from appstore/speedtest-tracker-sqlite/1.13.5/docker-compose.yml rename to appstore/speedtest-tracker-sqlite/1.13.9/docker-compose.yml index c6f408526..ed9454cdd 100644 --- a/appstore/speedtest-tracker-sqlite/1.13.5/docker-compose.yml +++ b/appstore/speedtest-tracker-sqlite/1.13.9/docker-compose.yml @@ -14,7 +14,7 @@ services: - DISPLAY_TIMEZONE=Asia/Shanghai - DB_CONNECTION=sqlite - MAIL_MAILER=sqlite - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/seaweedfs/4.07/envs/default.env b/appstore/speedtest-tracker-sqlite/1.13.9/envs/default.env similarity index 100% rename from appstore/seaweedfs/4.07/envs/default.env rename to appstore/speedtest-tracker-sqlite/1.13.9/envs/default.env diff --git a/appstore/seaweedfs/4.07/envs/global.env b/appstore/speedtest-tracker-sqlite/1.13.9/envs/global.env similarity index 100% rename from appstore/seaweedfs/4.07/envs/global.env rename to appstore/speedtest-tracker-sqlite/1.13.9/envs/global.env diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/scripts/init.sh b/appstore/speedtest-tracker-sqlite/1.13.9/scripts/init.sh similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/scripts/init.sh rename to appstore/speedtest-tracker-sqlite/1.13.9/scripts/init.sh diff --git a/appstore/seaweedfs/4.07/scripts/uninstall.sh b/appstore/speedtest-tracker-sqlite/1.13.9/scripts/uninstall.sh similarity index 100% rename from appstore/seaweedfs/4.07/scripts/uninstall.sh rename to appstore/speedtest-tracker-sqlite/1.13.9/scripts/uninstall.sh diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/scripts/upgrade.sh b/appstore/speedtest-tracker-sqlite/1.13.9/scripts/upgrade.sh similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/scripts/upgrade.sh rename to appstore/speedtest-tracker-sqlite/1.13.9/scripts/upgrade.sh diff --git a/appstore/speedtest-tracker/1.13.5/.env b/appstore/speedtest-tracker/1.13.9/.env similarity index 100% rename from appstore/speedtest-tracker/1.13.5/.env rename to appstore/speedtest-tracker/1.13.9/.env diff --git a/appstore/speedtest-tracker/1.13.5/data.yml b/appstore/speedtest-tracker/1.13.9/data.yml similarity index 100% rename from appstore/speedtest-tracker/1.13.5/data.yml rename to appstore/speedtest-tracker/1.13.9/data.yml diff --git a/appstore/speedtest-tracker/1.13.5/docker-compose.yml b/appstore/speedtest-tracker/1.13.9/docker-compose.yml similarity index 90% rename from appstore/speedtest-tracker/1.13.5/docker-compose.yml rename to appstore/speedtest-tracker/1.13.9/docker-compose.yml index 2d9ca7474..ab14325e8 100644 --- a/appstore/speedtest-tracker/1.13.5/docker-compose.yml +++ b/appstore/speedtest-tracker/1.13.9/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - TZ=Asia/Shanghai - DISPLAY_TIMEZONE=Asia/Shanghai - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/slink/1.9.2/envs/default.env b/appstore/speedtest-tracker/1.13.9/envs/default.env similarity index 100% rename from appstore/slink/1.9.2/envs/default.env rename to appstore/speedtest-tracker/1.13.9/envs/default.env diff --git a/appstore/slink/1.9.2/envs/global.env b/appstore/speedtest-tracker/1.13.9/envs/global.env similarity index 100% rename from appstore/slink/1.9.2/envs/global.env rename to appstore/speedtest-tracker/1.13.9/envs/global.env diff --git a/appstore/speedtest-tracker/1.13.5/scripts/init.sh b/appstore/speedtest-tracker/1.13.9/scripts/init.sh similarity index 100% rename from appstore/speedtest-tracker/1.13.5/scripts/init.sh rename to appstore/speedtest-tracker/1.13.9/scripts/init.sh diff --git a/appstore/slink/1.9.2/scripts/uninstall.sh b/appstore/speedtest-tracker/1.13.9/scripts/uninstall.sh similarity index 100% rename from appstore/slink/1.9.2/scripts/uninstall.sh rename to appstore/speedtest-tracker/1.13.9/scripts/uninstall.sh diff --git a/appstore/speedtest-tracker/1.13.5/scripts/upgrade.sh b/appstore/speedtest-tracker/1.13.9/scripts/upgrade.sh similarity index 100% rename from appstore/speedtest-tracker/1.13.5/scripts/upgrade.sh rename to appstore/speedtest-tracker/1.13.9/scripts/upgrade.sh diff --git a/appstore/uptime-kuma/2.0.2/scripts/uninstall.sh b/appstore/uptime-kuma/2.0.2/scripts/uninstall.sh deleted file mode 100644 index c86c4fbca..000000000 --- a/appstore/uptime-kuma/2.0.2/scripts/uninstall.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/appstore/uptime-kuma/2.0.2/.env b/appstore/uptime-kuma/2.1.0/.env similarity index 100% rename from appstore/uptime-kuma/2.0.2/.env rename to appstore/uptime-kuma/2.1.0/.env diff --git a/appstore/uptime-kuma/2.0.2/data.yml b/appstore/uptime-kuma/2.1.0/data.yml similarity index 100% rename from appstore/uptime-kuma/2.0.2/data.yml rename to appstore/uptime-kuma/2.1.0/data.yml diff --git a/appstore/uptime-kuma/2.0.2/docker-compose.yml b/appstore/uptime-kuma/2.1.0/docker-compose.yml similarity index 95% rename from appstore/uptime-kuma/2.0.2/docker-compose.yml rename to appstore/uptime-kuma/2.1.0/docker-compose.yml index 272e9d723..3567ee046 100644 --- a/appstore/uptime-kuma/2.0.2/docker-compose.yml +++ b/appstore/uptime-kuma/2.1.0/docker-compose.yml @@ -17,7 +17,7 @@ services: - UPTIME_KUMA_DB_NAME=${UPTIME_KUMA_DB_NAME:-uptime_kuma} - UPTIME_KUMA_DB_USERNAME=${UPTIME_KUMA_DB_USERNAME:-root} - UPTIME_KUMA_DB_PASSWORD=${UPTIME_KUMA_DB_PASSWORD:-} - image: louislam/uptime-kuma:2.0.2 + image: louislam/uptime-kuma:2.1.0 labels: createdBy: Apps networks: diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/envs/default.env b/appstore/uptime-kuma/2.1.0/envs/default.env similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/envs/default.env rename to appstore/uptime-kuma/2.1.0/envs/default.env diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/envs/global.env b/appstore/uptime-kuma/2.1.0/envs/global.env similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/envs/global.env rename to appstore/uptime-kuma/2.1.0/envs/global.env diff --git a/appstore/uptime-kuma/2.0.2/scripts/init.sh b/appstore/uptime-kuma/2.1.0/scripts/init.sh similarity index 100% rename from appstore/uptime-kuma/2.0.2/scripts/init.sh rename to appstore/uptime-kuma/2.1.0/scripts/init.sh diff --git a/appstore/speedtest-tracker-sqlite/1.13.5/scripts/uninstall.sh b/appstore/uptime-kuma/2.1.0/scripts/uninstall.sh similarity index 100% rename from appstore/speedtest-tracker-sqlite/1.13.5/scripts/uninstall.sh rename to appstore/uptime-kuma/2.1.0/scripts/uninstall.sh diff --git a/appstore/uptime-kuma/2.0.2/scripts/upgrade.sh b/appstore/uptime-kuma/2.1.0/scripts/upgrade.sh similarity index 100% rename from appstore/uptime-kuma/2.0.2/scripts/upgrade.sh rename to appstore/uptime-kuma/2.1.0/scripts/upgrade.sh diff --git a/appstore/weblate/5.15.2.1/scripts/uninstall.sh b/appstore/weblate/5.15.2.1/scripts/uninstall.sh deleted file mode 100644 index c86c4fbca..000000000 --- a/appstore/weblate/5.15.2.1/scripts/uninstall.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/appstore/weblate/5.15.2.1/.env b/appstore/weblate/5.15.2.4/.env similarity index 100% rename from appstore/weblate/5.15.2.1/.env rename to appstore/weblate/5.15.2.4/.env diff --git a/appstore/weblate/5.15.2.1/data.yml b/appstore/weblate/5.15.2.4/data.yml similarity index 100% rename from appstore/weblate/5.15.2.1/data.yml rename to appstore/weblate/5.15.2.4/data.yml diff --git a/appstore/weblate/5.15.2.1/docker-compose.yml b/appstore/weblate/5.15.2.4/docker-compose.yml similarity index 94% rename from appstore/weblate/5.15.2.1/docker-compose.yml rename to appstore/weblate/5.15.2.4/docker-compose.yml index 9c85dee90..30bd1eca3 100644 --- a/appstore/weblate/5.15.2.1/docker-compose.yml +++ b/appstore/weblate/5.15.2.4/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.15.2.1 + image: weblate/weblate:5.15.2.4 labels: createdBy: Apps networks: diff --git a/appstore/speedtest-tracker/1.13.5/envs/default.env b/appstore/weblate/5.15.2.4/envs/default.env similarity index 100% rename from appstore/speedtest-tracker/1.13.5/envs/default.env rename to appstore/weblate/5.15.2.4/envs/default.env diff --git a/appstore/speedtest-tracker/1.13.5/envs/global.env b/appstore/weblate/5.15.2.4/envs/global.env similarity index 100% rename from appstore/speedtest-tracker/1.13.5/envs/global.env rename to appstore/weblate/5.15.2.4/envs/global.env diff --git a/appstore/weblate/5.15.2.1/scripts/init.sh b/appstore/weblate/5.15.2.4/scripts/init.sh similarity index 100% rename from appstore/weblate/5.15.2.1/scripts/init.sh rename to appstore/weblate/5.15.2.4/scripts/init.sh diff --git a/appstore/speedtest-tracker/1.13.5/scripts/uninstall.sh b/appstore/weblate/5.15.2.4/scripts/uninstall.sh similarity index 100% rename from appstore/speedtest-tracker/1.13.5/scripts/uninstall.sh rename to appstore/weblate/5.15.2.4/scripts/uninstall.sh diff --git a/appstore/weblate/5.15.2.1/scripts/upgrade.sh b/appstore/weblate/5.15.2.4/scripts/upgrade.sh similarity index 100% rename from appstore/weblate/5.15.2.1/scripts/upgrade.sh rename to appstore/weblate/5.15.2.4/scripts/upgrade.sh diff --git a/dockge/ammds-ol8/docker-compose.yml b/dockge/ammds-ol8/docker-compose.yml index e5cce6790..9bea8c115 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.49-ol8 + image: qyg2297248353/ammds:v1.6.51-ol8 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 03f5d5b64..02e06bfe5 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.49 + image: qyg2297248353/ammds:v1.6.51 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 9c6e13c66..2923c5af1 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -8,10 +8,13 @@ services: - ./envs/global.env - .env environment: + - PUID=0 + - PGID=0 + - UMASK=022 - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.2.82 + image: wushuo894/ani-rss:v2.5.1 labels: createdBy: Apps networks: diff --git a/dockge/ani-rss_2_4_42/.env b/dockge/ani-rss_1_2_82/.env similarity index 100% rename from dockge/ani-rss_2_4_42/.env rename to dockge/ani-rss_1_2_82/.env diff --git a/appstore/ani-rss/2.4.42/docker-compose.yml b/dockge/ani-rss_1_2_82/docker-compose.yml similarity index 90% rename from appstore/ani-rss/2.4.42/docker-compose.yml rename to dockge/ani-rss_1_2_82/docker-compose.yml index b9d4381dd..9c6e13c66 100644 --- a/appstore/ani-rss/2.4.42/docker-compose.yml +++ b/dockge/ani-rss_1_2_82/docker-compose.yml @@ -8,13 +8,10 @@ services: - ./envs/global.env - .env environment: - - PUID=0 - - PGID=0 - - UMASK=022 - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.4.42 + image: wushuo894/ani-rss:v1.2.82 labels: createdBy: Apps networks: diff --git a/appstore/uptime-kuma/2.0.2/envs/default.env b/dockge/ani-rss_1_2_82/envs/default.env similarity index 100% rename from appstore/uptime-kuma/2.0.2/envs/default.env rename to dockge/ani-rss_1_2_82/envs/default.env diff --git a/appstore/uptime-kuma/2.0.2/envs/global.env b/dockge/ani-rss_1_2_82/envs/global.env similarity index 100% rename from appstore/uptime-kuma/2.0.2/envs/global.env rename to dockge/ani-rss_1_2_82/envs/global.env diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index 387b6998e..cba1f01a0 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:v4.13.2 + image: soulter/astrbot:v4.14.8 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.14.11 + image: mlikiowa/napcat-docker:v4.15.18 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 1c96aa972..c0ae2f2d8 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:v4.13.2 + image: soulter/astrbot:v4.14.8 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index de9c54ce6..affce38a3 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:2.280.0 + image: casbin/casdoor:2.296.0 labels: createdBy: Apps networks: diff --git a/dockge/cloudreve/docker-compose.yml b/dockge/cloudreve/docker-compose.yml index 9393ee757..e099eb502 100644 --- a/dockge/cloudreve/docker-compose.yml +++ b/dockge/cloudreve/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: cloudreve/cloudreve:4.12.1 + image: cloudreve/cloudreve:4.13.0 labels: createdBy: Apps networks: diff --git a/dockge/cyberchef/docker-compose.yml b/dockge/cyberchef/docker-compose.yml index e60c3a369..0286ae043 100644 --- a/dockge/cyberchef/docker-compose.yml +++ b/dockge/cyberchef/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/gchq/cyberchef:10.20.0 + image: ghcr.io/gchq/cyberchef:10.21.0 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index f7bc16e80..93ef37485 100644 --- a/dockge/elastic-elasticsearch/docker-compose.yml +++ b/dockge/elastic-elasticsearch/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.10 + image: elasticsearch:9.3.0 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_2_4/.env b/dockge/elastic-elasticsearch_8_19_11/.env similarity index 100% rename from dockge/elastic-elasticsearch_9_2_4/.env rename to dockge/elastic-elasticsearch_8_19_11/.env diff --git a/appstore/elastic-elasticsearch/9.2.4/docker-compose.yml b/dockge/elastic-elasticsearch_8_19_11/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/9.2.4/docker-compose.yml rename to dockge/elastic-elasticsearch_8_19_11/docker-compose.yml index 16fc24587..57935ad63 100644 --- a/appstore/elastic-elasticsearch/9.2.4/docker-compose.yml +++ b/dockge/elastic-elasticsearch_8_19_11/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.2.4 + image: elasticsearch:8.19.11 labels: createdBy: Apps networks: diff --git a/appstore/weblate/5.15.2.1/envs/default.env b/dockge/elastic-elasticsearch_8_19_11/envs/default.env similarity index 100% rename from appstore/weblate/5.15.2.1/envs/default.env rename to dockge/elastic-elasticsearch_8_19_11/envs/default.env diff --git a/appstore/weblate/5.15.2.1/envs/global.env b/dockge/elastic-elasticsearch_8_19_11/envs/global.env similarity index 100% rename from appstore/weblate/5.15.2.1/envs/global.env rename to dockge/elastic-elasticsearch_8_19_11/envs/global.env diff --git a/dockge/elastic-kibana/docker-compose.yml b/dockge/elastic-kibana/docker-compose.yml index 62bf058d2..286e7222f 100644 --- a/dockge/elastic-kibana/docker-compose.yml +++ b/dockge/elastic-kibana/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.19.10 + image: kibana:9.3.0 labels: createdBy: Apps networks: diff --git a/dockge/elastic-kibana_9_2_4/.env b/dockge/elastic-kibana_8_19_11/.env similarity index 100% rename from dockge/elastic-kibana_9_2_4/.env rename to dockge/elastic-kibana_8_19_11/.env diff --git a/appstore/elastic-kibana/8.19.10/docker-compose.yml b/dockge/elastic-kibana_8_19_11/docker-compose.yml similarity index 95% rename from appstore/elastic-kibana/8.19.10/docker-compose.yml rename to dockge/elastic-kibana_8_19_11/docker-compose.yml index 62bf058d2..861d26e92 100644 --- a/appstore/elastic-kibana/8.19.10/docker-compose.yml +++ b/dockge/elastic-kibana_8_19_11/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.19.10 + image: kibana:8.19.11 labels: createdBy: Apps networks: diff --git a/dockge/ani-rss_2_4_42/envs/default.env b/dockge/elastic-kibana_8_19_11/envs/default.env similarity index 100% rename from dockge/ani-rss_2_4_42/envs/default.env rename to dockge/elastic-kibana_8_19_11/envs/default.env diff --git a/dockge/ani-rss_2_4_42/envs/global.env b/dockge/elastic-kibana_8_19_11/envs/global.env similarity index 100% rename from dockge/ani-rss_2_4_42/envs/global.env rename to dockge/elastic-kibana_8_19_11/envs/global.env diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 3464edd6c..eb6292711 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.14.0 + image: ghost:6.17.0 labels: createdBy: Apps networks: diff --git a/dockge/halo-h2/docker-compose.yml b/dockge/halo-h2/docker-compose.yml index f434abea8..7326b437a 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.22.12 + image: halohub/halo:2.22.14 labels: createdBy: Apps networks: diff --git a/dockge/halo/docker-compose.yml b/dockge/halo/docker-compose.yml index 11d975f09..03b9d2b0d 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.22.12 + image: halohub/halo:2.22.14 labels: createdBy: Apps networks: diff --git a/dockge/homarr/docker-compose.yml b/dockge/homarr/docker-compose.yml index 43160f13c..9b0f24baa 100644 --- a/dockge/homarr/docker-compose.yml +++ b/dockge/homarr/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.52.0 + image: ghcr.io/homarr-labs/homarr:v1.53.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 648ba2277..4945d64f1 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning-immich-machine-learning + container_name: immich-machine-learning devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_2_5_2/.env b/dockge/immich-machine-learning_1_144_1/.env similarity index 100% rename from dockge/immich-machine-learning_2_5_2/.env rename to dockge/immich-machine-learning_1_144_1/.env diff --git a/appstore/immich-machine-learning/2.5.2/docker-compose.yml b/dockge/immich-machine-learning_1_144_1/docker-compose.yml similarity index 74% rename from appstore/immich-machine-learning/2.5.2/docker-compose.yml rename to dockge/immich-machine-learning_1_144_1/docker-compose.yml index 94b5bbf44..648ba2277 100644 --- a/appstore/immich-machine-learning/2.5.2/docker-compose.yml +++ b/dockge/immich-machine-learning_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning + container_name: immich-machine-learning-immich-machine-learning devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_2_4/envs/default.env b/dockge/immich-machine-learning_1_144_1/envs/default.env similarity index 100% rename from dockge/elastic-elasticsearch_9_2_4/envs/default.env rename to dockge/immich-machine-learning_1_144_1/envs/default.env diff --git a/dockge/elastic-elasticsearch_9_2_4/envs/global.env b/dockge/immich-machine-learning_1_144_1/envs/global.env similarity index 100% rename from dockge/elastic-elasticsearch_9_2_4/envs/global.env rename to dockge/immich-machine-learning_1_144_1/envs/global.env diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 949035e00..113278b87 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -21,7 +21,7 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-server-immich-no-machine + container_name: immich-no-machine depends_on: - immich-pg14-vectors devices: @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine_2_5_2/.env b/dockge/immich-no-machine_1_144_1/.env similarity index 100% rename from dockge/immich-no-machine_2_5_2/.env rename to dockge/immich-no-machine_1_144_1/.env diff --git a/dockge/immich-no-machine_2_5_2/docker-compose.yml b/dockge/immich-no-machine_1_144_1/docker-compose.yml similarity index 90% rename from dockge/immich-no-machine_2_5_2/docker-compose.yml rename to dockge/immich-no-machine_1_144_1/docker-compose.yml index 85b106238..949035e00 100644 --- a/dockge/immich-no-machine_2_5_2/docker-compose.yml +++ b/dockge/immich-no-machine_1_144_1/docker-compose.yml @@ -21,7 +21,7 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-no-machine + container_name: immich-server-immich-no-machine depends_on: - immich-pg14-vectors devices: @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/elastic-kibana_9_2_4/envs/default.env b/dockge/immich-no-machine_1_144_1/envs/default.env similarity index 100% rename from dockge/elastic-kibana_9_2_4/envs/default.env rename to dockge/immich-no-machine_1_144_1/envs/default.env diff --git a/dockge/elastic-kibana_9_2_4/envs/global.env b/dockge/immich-no-machine_1_144_1/envs/global.env similarity index 100% rename from dockge/elastic-kibana_9_2_4/envs/global.env rename to dockge/immich-no-machine_1_144_1/envs/global.env diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 935d43054..1ab14629e 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-server: - container_name: immich-server-immich-server + container_name: immich-server devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/dockge/immich-server_2_5_2/.env b/dockge/immich-server_1_144_1/.env similarity index 100% rename from dockge/immich-server_2_5_2/.env rename to dockge/immich-server_1_144_1/.env diff --git a/dockge/immich-server_2_5_2/docker-compose.yml b/dockge/immich-server_1_144_1/docker-compose.yml similarity index 80% rename from dockge/immich-server_2_5_2/docker-compose.yml rename to dockge/immich-server_1_144_1/docker-compose.yml index 71f9d5a4a..935d43054 100644 --- a/dockge/immich-server_2_5_2/docker-compose.yml +++ b/dockge/immich-server_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-server: - container_name: immich-server + container_name: immich-server-immich-server devices: - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_2_5_2/envs/default.env b/dockge/immich-server_1_144_1/envs/default.env similarity index 100% rename from dockge/immich-machine-learning_2_5_2/envs/default.env rename to dockge/immich-server_1_144_1/envs/default.env diff --git a/dockge/immich-machine-learning_2_5_2/envs/global.env b/dockge/immich-server_1_144_1/envs/global.env similarity index 100% rename from dockge/immich-machine-learning_2_5_2/envs/global.env rename to dockge/immich-server_1_144_1/envs/global.env diff --git a/dockge/immich-server_2_5_2/envs/default.env b/dockge/immich-server_2_5_2/envs/default.env deleted file mode 100644 index cd05f46e6..000000000 --- a/dockge/immich-server_2_5_2/envs/default.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -ENV_FILE=.env diff --git a/dockge/immich-server_2_5_2/envs/global.env b/dockge/immich-server_2_5_2/envs/global.env deleted file mode 100644 index e10989fe4..000000000 --- a/dockge/immich-server_2_5_2/envs/global.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -TZ=Asia/Shanghai diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 1019b5f77..e6ea2b702 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: immich-machine-learning-immich + container_name: machine-learning-immich devices: &id001 - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 labels: createdBy: Apps networks: @@ -38,14 +38,14 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich-server-immich + container_name: immich depends_on: - immich-pg14-vectors devices: *id001 env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.144.1 + image: ghcr.io/immich-app/immich-server:v2.5.5 labels: createdBy: Apps networks: diff --git a/dockge/immich_2_5_2/.env b/dockge/immich_1_144_1/.env similarity index 100% rename from dockge/immich_2_5_2/.env rename to dockge/immich_1_144_1/.env diff --git a/appstore/immich/2.5.2/docker-compose.yml b/dockge/immich_1_144_1/docker-compose.yml similarity index 86% rename from appstore/immich/2.5.2/docker-compose.yml rename to dockge/immich_1_144_1/docker-compose.yml index 5fe7322e0..1019b5f77 100644 --- a/appstore/immich/2.5.2/docker-compose.yml +++ b/dockge/immich_1_144_1/docker-compose.yml @@ -4,13 +4,13 @@ networks: external: true services: immich-machine-learning: - container_name: machine-learning-immich + container_name: immich-machine-learning-immich devices: &id001 - /dev/dri:/dev/dri env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.144.1 labels: createdBy: Apps networks: @@ -38,14 +38,14 @@ services: volumes: - ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data immich-server: - container_name: immich + container_name: immich-server-immich depends_on: - immich-pg14-vectors devices: *id001 env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v2.5.2 + image: ghcr.io/immich-app/immich-server:v1.144.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine_2_5_2/envs/default.env b/dockge/immich_1_144_1/envs/default.env similarity index 100% rename from dockge/immich-no-machine_2_5_2/envs/default.env rename to dockge/immich_1_144_1/envs/default.env diff --git a/dockge/immich-no-machine_2_5_2/envs/global.env b/dockge/immich_1_144_1/envs/global.env similarity index 100% rename from dockge/immich-no-machine_2_5_2/envs/global.env rename to dockge/immich_1_144_1/envs/global.env diff --git a/dockge/immich_2_5_2/envs/default.env b/dockge/immich_2_5_2/envs/default.env deleted file mode 100644 index cd05f46e6..000000000 --- a/dockge/immich_2_5_2/envs/default.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -ENV_FILE=.env diff --git a/dockge/immich_2_5_2/envs/global.env b/dockge/immich_2_5_2/envs/global.env deleted file mode 100644 index e10989fe4..000000000 --- a/dockge/immich_2_5_2/envs/global.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -TZ=Asia/Shanghai diff --git a/dockge/jackett/docker-compose.yml b/dockge/jackett/docker-compose.yml index 15d802ee7..f71e39b4c 100644 --- a/dockge/jackett/docker-compose.yml +++ b/dockge/jackett/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - PUID=1000 - PGID=1000 - image: linuxserver/jackett:0.24.1003 + image: linuxserver/jackett:0.24.1066 labels: createdBy: Apps networks: diff --git a/dockge/kspeeder/docker-compose.yml b/dockge/kspeeder/docker-compose.yml index 968092b0a..6f0ba62d7 100644 --- a/dockge/kspeeder/docker-compose.yml +++ b/dockge/kspeeder/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: linkease/kspeeder:0.5.0 + image: linkease/kspeeder:0.6.5 labels: createdBy: Apps networks: diff --git a/dockge/maxkb/docker-compose.yml b/dockge/maxkb/docker-compose.yml index 587a9c26d..0433ffabb 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.5.0 + image: 1panel/maxkb:v2.6.0 labels: createdBy: Apps networks: diff --git a/dockge/mdc-ng/docker-compose.yml b/dockge/mdc-ng/docker-compose.yml index e8533fbc2..58c49ea62 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:v1.26.1 + image: mdcng/mdc:v1.27.0 labels: createdBy: Apps networks: diff --git a/dockge/movie-pilot/.env b/dockge/movie-pilot/.env index 7e3047285..3cf0485f1 100644 --- a/dockge/movie-pilot/.env +++ b/dockge/movie-pilot/.env @@ -13,6 +13,9 @@ PANEL_APP_PORT_API=3001 # 管理员用户名 [必填] SUPERUSER=admin +# 管理员密码 [必填] +SUPERUSER_PASSWORD=admin + # API 令牌 [必填] API_TOKEN=moviepilot diff --git a/dockge/movie-pilot/docker-compose.yml b/dockge/movie-pilot/docker-compose.yml index 21645d162..180d8b7ae 100644 --- a/dockge/movie-pilot/docker-compose.yml +++ b/dockge/movie-pilot/docker-compose.yml @@ -13,7 +13,8 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.8.0 + - PASSKEY_ALLOW_REGISTER_WITHOUT_OTP=true + image: jxxghp/moviepilot:2.9.10 labels: createdBy: Apps logging: diff --git a/dockge/movie-pilot_2_7_3/.env b/dockge/movie-pilot_2_7_3/.env deleted file mode 100644 index a66ae0c61..000000000 --- a/dockge/movie-pilot_2_7_3/.env +++ /dev/null @@ -1,138 +0,0 @@ -# 数据持久化路径 [必填] -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_3/docker-compose.yml b/dockge/movie-pilot_2_7_3/docker-compose.yml deleted file mode 100644 index 648a415a9..000000000 --- a/dockge/movie-pilot_2_7_3/docker-compose.yml +++ /dev/null @@ -1,39 +0,0 @@ -networks: - 1panel-network: - external: true -services: - movie-pilot: - 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 - labels: - createdBy: Apps - logging: - driver: json-file - options: - max-size: 5m - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:3000 - - ${PANEL_APP_PORT_API}:3001 - restart: always - stdin_open: true - tty: true - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - ${MOVIEPILOT_ROOT_PATH}/config:/config - - ${MOVIEPILOT_ROOT_PATH}/moviepilot:/moviepilot - - ${MOVIEPILOT_ROOT_PATH}/download:/download - - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/dockge/movie-pilot_2_7_3/envs/default.env b/dockge/movie-pilot_2_7_3/envs/default.env deleted file mode 100644 index cd05f46e6..000000000 --- a/dockge/movie-pilot_2_7_3/envs/default.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -ENV_FILE=.env diff --git a/dockge/movie-pilot_2_7_3/envs/global.env b/dockge/movie-pilot_2_7_3/envs/global.env deleted file mode 100644 index e10989fe4..000000000 --- a/dockge/movie-pilot_2_7_3/envs/global.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -TZ=Asia/Shanghai diff --git a/dockge/movie-pilot_2_7_3/envs/movie-pilot.env b/dockge/movie-pilot_2_7_3/envs/movie-pilot.env deleted file mode 100644 index d244ac86f..000000000 --- a/dockge/movie-pilot_2_7_3/envs/movie-pilot.env +++ /dev/null @@ -1,53 +0,0 @@ -####################################################################### -# 【*】为必配项,其余为选配项,选配项可以删除整项配置项或者保留配置默认值 # -####################################################################### -# 【*】API监听地址(注意不是前端访问地址) -HOST=0.0.0.0 -# 是否调试模式,打开后将输出更多日志 -DEBUG=false -# 是否开发模式,打开后后台服务将不会启动 -DEV=false -# 【*】超级管理员,设置后一但重启将固化到数据库中,修改将无效(初始化超级管理员密码仅会生成一次,请在日志中查看并自行登录系统修改) -SUPERUSER=admin -# 大内存模式,开启后会增加缓存数量,但会占用更多内存 -BIG_MEMORY_MODE=false -# 是否启用DOH域名解析,启用后对于api.themovie.org等域名通过DOH解析,避免域名DNS被污染 -DOH_ENABLE=true -# 元数据识别缓存过期时间,数字型,单位小时,0为系统默认(大内存模式为7天,滞则为3天),调大该值可减少themoviedb的访问次数 -META_CACHE_EXPIRE=0 -# 自动检查和更新站点资源包(索引、认证等) -AUTO_UPDATE_RESOURCE=true -# 【*】API密钥,建议更换复杂字符串,有Jellyseerr/Overseerr、媒体服务器Webhook等配置以及部分支持API_TOKEN的API中使用 -API_TOKEN=moviepilot -# 登录页面电影海报,tmdb/bing,tmdb要求能正常连接api.themoviedb.org -WALLPAPER=tmdb -# TMDB图片地址,无需修改需保留默认值,如果默认地址连通性不好可以尝试修改为:`static-mdb.v.geilijiasu.com` -TMDB_IMAGE_DOMAIN=image.tmdb.org -# TMDB API地址,无需修改需保留默认值,也可配置为`api.tmdb.org`或其它中转代理服务地址,能连通即可 -TMDB_API_DOMAIN=api.themoviedb.org -# 媒体识别来源 themoviedb/douban,使用themoviedb时需要确保能正常连接api.themoviedb.org,使用douban时不支持二级分类 -RECOGNIZE_SOURCE=themoviedb -# Fanart开关 -FANART_ENABLE=true -# 新增已入库媒体是否跟随TMDB信息变化,true/false,为false时即使TMDB信息变化时也会仍然按历史记录中已入库的信息进行刮削 -SCRAP_FOLLOW_TMDB=true -# 刮削来源 themoviedb/douban,使用themoviedb时需要确保能正常连接api.themoviedb.org,使用douban时会缺失部分信息 -SCRAP_SOURCE=themoviedb -# 电影重命名格式,Jinja2语法,参考:https://jinja.palletsprojects.com/en/3.0.x/templates/ -MOVIE_RENAME_FORMAT={{title}}{% if year %} ({{year}}){% endif %}/{{title}}{% if year %} ({{year}}){% endif %}{% if part %}-{{part}}{% endif %}{% if videoFormat %} - {{videoFormat}}{% endif %}{{fileExt}} -# 电视剧重命名格式,Jinja2语法,参考:https://jinja.palletsprojects.com/en/3.0.x/templates/ -TV_RENAME_FORMAT={{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}{{fileExt}} -# 交互搜索自动下载用户ID(消息通知渠道的用户ID),使用,分割,设置为 all 代表所有用户自动择优下载,未设置需要用户手动选择资源或者回复`0`才自动择优下载 -AUTO_DOWNLOAD_USER= -# 自动下载站点字幕(如有) -DOWNLOAD_SUBTITLE=true -# OCR服务器地址 -OCR_HOST=https://movie-pilot.org -# 插件市场仓库地址,多个地址使用`,`分隔,保留最后的/ -PLUGIN_MARKET=https://github.com/jxxghp/MoviePilot-Plugins,https://github.com/thsrite/MoviePilot-Plugins,https://github.com/InfinityPacer/MoviePilot-Plugins,https://github.com/honue/MoviePilot-Plugins -# 搜索多个名称,true/false,为true时搜索时会同时搜索中英文及原始名称,搜索结果会更全面,但会增加搜索时间;为false时其中一个名称搜索到结果或全部名称搜索完毕即停止 -SEARCH_MULTIPLE_NAME=true - - -# 自定义配置 -AUTH_SITE="iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi" diff --git a/dockge/movie-pilot_2_9_8/.env b/dockge/movie-pilot_2_9_8/.env deleted file mode 100644 index 3cf0485f1..000000000 --- a/dockge/movie-pilot_2_9_8/.env +++ /dev/null @@ -1,66 +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 - -# 管理员密码 [必填] -SUPERUSER_PASSWORD=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/movie-pilot_2_9_8/docker-compose.yml b/dockge/movie-pilot_2_9_8/docker-compose.yml deleted file mode 100644 index adf256a09..000000000 --- a/dockge/movie-pilot_2_9_8/docker-compose.yml +++ /dev/null @@ -1,37 +0,0 @@ -networks: - 1panel-network: - external: true -services: - movie-pilot: - container_name: movie-pilot - env_file: - - ./envs/global.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.9.8 - labels: - createdBy: Apps - logging: - driver: json-file - options: - max-size: 5m - network_mode: ${NETWORK_MODE} - ports: - - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} - restart: always - stdin_open: true - tty: true - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - ${MOVIEPILOT_ROOT_PATH}/config:/config - - ${MOVIEPILOT_ROOT_PATH}/moviepilot:/moviepilot - - ${MOVIEPILOT_ROOT_PATH}/download:/download - - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/dockge/movie-pilot_2_9_8/envs/default.env b/dockge/movie-pilot_2_9_8/envs/default.env deleted file mode 100644 index cd05f46e6..000000000 --- a/dockge/movie-pilot_2_9_8/envs/default.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -ENV_FILE=.env diff --git a/dockge/movie-pilot_2_9_8/envs/global.env b/dockge/movie-pilot_2_9_8/envs/global.env deleted file mode 100644 index e10989fe4..000000000 --- a/dockge/movie-pilot_2_9_8/envs/global.env +++ /dev/null @@ -1,2 +0,0 @@ -# copyright© 2024 XinJiang Ms Studio -TZ=Asia/Shanghai diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index 564651ad3..717a97fd0 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.123.18 + image: n8nio/n8n:1.123.20 labels: createdBy: Apps networks: diff --git a/dockge/napcat/docker-compose.yml b/dockge/napcat/docker-compose.yml index 7b48a7991..4b6939a62 100644 --- a/dockge/napcat/docker-compose.yml +++ b/dockge/napcat/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NAPCAT_UID=${NAPCAT_UID:-0} - NAPCAT_GID=${NAPCAT_GID:-0} - image: mlikiowa/napcat-docker:v4.14.11 + image: mlikiowa/napcat-docker:v4.15.18 labels: createdBy: Apps networks: diff --git a/dockge/nexus3/docker-compose.yml b/dockge/nexus3/docker-compose.yml index af6aeaecc..6310fafd8 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.88.0 + image: sonatype/nexus3:3.89.0 labels: createdBy: Apps networks: diff --git a/dockge/ollama/docker-compose.yml b/dockge/ollama/docker-compose.yml index 864598dbd..d65914f80 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.15.4 + image: ollama/ollama:0.15.6 labels: createdBy: Apps networks: diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index 45da1f76c..32cd64f04 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:14.1.1 + image: 1dev/server:14.1.4 labels: createdBy: Apps networks: diff --git a/dockge/opengist/docker-compose.yml b/dockge/opengist/docker-compose.yml index 09d3614ed..1e2c6d6da 100644 --- a/dockge/opengist/docker-compose.yml +++ b/dockge/opengist/docker-compose.yml @@ -21,7 +21,7 @@ services: - CMD-SHELL - curl -f http://localhost:6157/healthcheck timeout: 10s - image: thomiceli/opengist:1.12.0 + image: thomiceli/opengist:1.12.1 labels: createdBy: Apps networks: diff --git a/dockge/page-spy-web/docker-compose.yml b/dockge/page-spy-web/docker-compose.yml index 7210c449e..b45b9050c 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.5 + image: huolalatech/page-spy-web:v2.4.6 labels: createdBy: Apps networks: diff --git a/dockge/peer-ban-helper/docker-compose.yml b/dockge/peer-ban-helper/docker-compose.yml index a78319797..26ab25ef1 100644 --- a/dockge/peer-ban-helper/docker-compose.yml +++ b/dockge/peer-ban-helper/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: ghostchu/peerbanhelper:v9.2.5 + image: ghostchu/peerbanhelper:v9.3.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/rust-srec/docker-compose.yml b/dockge/rust-srec/docker-compose.yml index 19c4ef5f5..9ca382ba8 100644 --- a/dockge/rust-srec/docker-compose.yml +++ b/dockge/rust-srec/docker-compose.yml @@ -14,7 +14,7 @@ services: - TZ=Asia/Shanghai - BACKEND_URL=${BACKEND_URL:-http://rust-srec-backend:8080} - COOKIE_SECURE=${COOKIE_SECURE:-} - image: ghcr.io/hua0512/rust-srec-frontend:v0.1.2 + image: ghcr.io/hua0512/rust-srec-frontend:v0.1.3 labels: createdBy: Apps logging: @@ -53,7 +53,7 @@ services: - -f - http://localhost:8080/api/health/live timeout: 10s - image: ghcr.io/hua0512/rust-srec:v0.1.2 + image: ghcr.io/hua0512/rust-srec:v0.1.3 logging: driver: json-file options: diff --git a/dockge/s-ui/docker-compose.yml b/dockge/s-ui/docker-compose.yml index 2b724eb2e..a01988319 100644 --- a/dockge/s-ui/docker-compose.yml +++ b/dockge/s-ui/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:v1.3.7 + image: alireza7/s-ui:v1.3.8 labels: createdBy: Apps networks: diff --git a/dockge/seaweedfs/docker-compose.yml b/dockge/seaweedfs/docker-compose.yml index f8dcd3b21..9f787d0d5 100644 --- a/dockge/seaweedfs/docker-compose.yml +++ b/dockge/seaweedfs/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.07 + image: chrislusf/seaweedfs:4.09 networks: - seaweedfs-network ports: diff --git a/dockge/slink/docker-compose.yml b/dockge/slink/docker-compose.yml index 5306c9f87..f6c71459e 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.9.2 + image: anirdev/slink:v1.9.4 labels: createdBy: Apps networks: diff --git a/dockge/speedtest-tracker-sqlite/docker-compose.yml b/dockge/speedtest-tracker-sqlite/docker-compose.yml index c6f408526..ed9454cdd 100644 --- a/dockge/speedtest-tracker-sqlite/docker-compose.yml +++ b/dockge/speedtest-tracker-sqlite/docker-compose.yml @@ -14,7 +14,7 @@ services: - DISPLAY_TIMEZONE=Asia/Shanghai - DB_CONNECTION=sqlite - MAIL_MAILER=sqlite - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/speedtest-tracker/docker-compose.yml b/dockge/speedtest-tracker/docker-compose.yml index 2d9ca7474..ab14325e8 100644 --- a/dockge/speedtest-tracker/docker-compose.yml +++ b/dockge/speedtest-tracker/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - TZ=Asia/Shanghai - DISPLAY_TIMEZONE=Asia/Shanghai - image: linuxserver/speedtest-tracker:1.13.5 + image: linuxserver/speedtest-tracker:1.13.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/uptime-kuma/docker-compose.yml b/dockge/uptime-kuma/docker-compose.yml index 272e9d723..3567ee046 100644 --- a/dockge/uptime-kuma/docker-compose.yml +++ b/dockge/uptime-kuma/docker-compose.yml @@ -17,7 +17,7 @@ services: - UPTIME_KUMA_DB_NAME=${UPTIME_KUMA_DB_NAME:-uptime_kuma} - UPTIME_KUMA_DB_USERNAME=${UPTIME_KUMA_DB_USERNAME:-root} - UPTIME_KUMA_DB_PASSWORD=${UPTIME_KUMA_DB_PASSWORD:-} - image: louislam/uptime-kuma:2.0.2 + image: louislam/uptime-kuma:2.1.0 labels: createdBy: Apps networks: diff --git a/dockge/weblate/docker-compose.yml b/dockge/weblate/docker-compose.yml index 9c85dee90..30bd1eca3 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.15.2.1 + image: weblate/weblate:5.15.2.4 labels: createdBy: Apps networks: