diff --git a/.github/renovate.json b/.github/renovate.json index c111bdbcc..a7e938682 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ "rebaseWhen": "never", "prConcurrentLimit": 20, "automerge": true, - "automergeType": "pr", + "automergeType": "branch", "platformAutomerge": true, "enabledManagers": [ "docker-compose", @@ -31,6 +31,15 @@ "**/minio/2025-04-22/**" ], "packageRules": [ + { + "matchUpdateTypes": [ + "patch", + "minor" + ], + "automerge": true, + "automergeType": "branch", + "ignoreTests": true + }, { "matchFileNames": [ "apps/postgresql/pg*/*.yml" diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 880b63fd3..28b96889c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run Renovate - uses: renovatebot/github-action@6927a58a017ee9ac468a34a5b0d2a9a9bd45cac3 # v43.0.11 + uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }} diff --git a/apps/ani-rss/2.2.3/data.yml b/apps/ani-rss/2.2.4/data.yml similarity index 100% rename from apps/ani-rss/2.2.3/data.yml rename to apps/ani-rss/2.2.4/data.yml diff --git a/apps/ani-rss/2.2.3/docker-compose.yml b/apps/ani-rss/2.2.4/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.2.3/docker-compose.yml rename to apps/ani-rss/2.2.4/docker-compose.yml index 5bab70e9b..ee01c7d9c 100644 --- a/apps/ani-rss/2.2.3/docker-compose.yml +++ b/apps/ani-rss/2.2.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.2.3 + image: wushuo894/ani-rss:v2.2.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.2.3/envs/default.env b/apps/ani-rss/2.2.4/envs/default.env similarity index 100% rename from apps/ani-rss/2.2.3/envs/default.env rename to apps/ani-rss/2.2.4/envs/default.env diff --git a/apps/ani-rss/2.2.3/envs/global.env b/apps/ani-rss/2.2.4/envs/global.env similarity index 100% rename from apps/ani-rss/2.2.3/envs/global.env rename to apps/ani-rss/2.2.4/envs/global.env diff --git a/apps/ani-rss/2.2.3/scripts/init.sh b/apps/ani-rss/2.2.4/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.2.3/scripts/init.sh rename to apps/ani-rss/2.2.4/scripts/init.sh diff --git a/apps/ani-rss/2.2.3/scripts/uninstall.sh b/apps/ani-rss/2.2.4/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.2.3/scripts/uninstall.sh rename to apps/ani-rss/2.2.4/scripts/uninstall.sh diff --git a/apps/ani-rss/2.2.3/scripts/upgrade.sh b/apps/ani-rss/2.2.4/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.2.3/scripts/upgrade.sh rename to apps/ani-rss/2.2.4/scripts/upgrade.sh diff --git a/apps/astrbot-napcat/4.8.110/data.yml b/apps/astrbot-napcat/4.8.113/data.yml similarity index 100% rename from apps/astrbot-napcat/4.8.110/data.yml rename to apps/astrbot-napcat/4.8.113/data.yml diff --git a/apps/astrbot-napcat/4.8.110/docker-compose.yml b/apps/astrbot-napcat/4.8.113/docker-compose.yml similarity index 94% rename from apps/astrbot-napcat/4.8.110/docker-compose.yml rename to apps/astrbot-napcat/4.8.113/docker-compose.yml index 112501907..e30884155 100644 --- a/apps/astrbot-napcat/4.8.110/docker-compose.yml +++ b/apps/astrbot-napcat/4.8.113/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.8.110 + image: mlikiowa/napcat-docker:v4.8.113 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.0.0 + image: soulter/astrbot:v4.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot-napcat/4.8.110/envs/default.env b/apps/astrbot-napcat/4.8.113/envs/default.env similarity index 100% rename from apps/astrbot-napcat/4.8.110/envs/default.env rename to apps/astrbot-napcat/4.8.113/envs/default.env diff --git a/apps/astrbot-napcat/4.8.110/envs/global.env b/apps/astrbot-napcat/4.8.113/envs/global.env similarity index 100% rename from apps/astrbot-napcat/4.8.110/envs/global.env rename to apps/astrbot-napcat/4.8.113/envs/global.env diff --git a/apps/astrbot-napcat/4.8.110/scripts/init.sh b/apps/astrbot-napcat/4.8.113/scripts/init.sh similarity index 100% rename from apps/astrbot-napcat/4.8.110/scripts/init.sh rename to apps/astrbot-napcat/4.8.113/scripts/init.sh diff --git a/apps/astrbot-napcat/4.8.110/scripts/uninstall.sh b/apps/astrbot-napcat/4.8.113/scripts/uninstall.sh similarity index 100% rename from apps/astrbot-napcat/4.8.110/scripts/uninstall.sh rename to apps/astrbot-napcat/4.8.113/scripts/uninstall.sh diff --git a/apps/astrbot-napcat/4.8.110/scripts/upgrade.sh b/apps/astrbot-napcat/4.8.113/scripts/upgrade.sh similarity index 100% rename from apps/astrbot-napcat/4.8.110/scripts/upgrade.sh rename to apps/astrbot-napcat/4.8.113/scripts/upgrade.sh diff --git a/apps/astrbot/4.0.0/data.yml b/apps/astrbot/4.1.2/data.yml similarity index 100% rename from apps/astrbot/4.0.0/data.yml rename to apps/astrbot/4.1.2/data.yml diff --git a/apps/astrbot/4.0.0/docker-compose.yml b/apps/astrbot/4.1.2/docker-compose.yml similarity index 95% rename from apps/astrbot/4.0.0/docker-compose.yml rename to apps/astrbot/4.1.2/docker-compose.yml index 5e909973e..71e73061f 100644 --- a/apps/astrbot/4.0.0/docker-compose.yml +++ b/apps/astrbot/4.1.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.0.0 + image: soulter/astrbot:v4.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.0.0/envs/default.env b/apps/astrbot/4.1.2/envs/default.env similarity index 100% rename from apps/astrbot/4.0.0/envs/default.env rename to apps/astrbot/4.1.2/envs/default.env diff --git a/apps/astrbot/4.0.0/envs/global.env b/apps/astrbot/4.1.2/envs/global.env similarity index 100% rename from apps/astrbot/4.0.0/envs/global.env rename to apps/astrbot/4.1.2/envs/global.env diff --git a/apps/astrbot/4.0.0/scripts/init.sh b/apps/astrbot/4.1.2/scripts/init.sh similarity index 100% rename from apps/astrbot/4.0.0/scripts/init.sh rename to apps/astrbot/4.1.2/scripts/init.sh diff --git a/apps/astrbot/4.0.0/scripts/uninstall.sh b/apps/astrbot/4.1.2/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.0.0/scripts/uninstall.sh rename to apps/astrbot/4.1.2/scripts/uninstall.sh diff --git a/apps/astrbot/4.0.0/scripts/upgrade.sh b/apps/astrbot/4.1.2/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.0.0/scripts/upgrade.sh rename to apps/astrbot/4.1.2/scripts/upgrade.sh diff --git a/apps/casdoor/2.56.0/config/init_data.json b/apps/casdoor/2.58.0/config/init_data.json similarity index 100% rename from apps/casdoor/2.56.0/config/init_data.json rename to apps/casdoor/2.58.0/config/init_data.json diff --git a/apps/casdoor/2.56.0/data.yml b/apps/casdoor/2.58.0/data.yml similarity index 100% rename from apps/casdoor/2.56.0/data.yml rename to apps/casdoor/2.58.0/data.yml diff --git a/apps/casdoor/2.56.0/docker-compose.yml b/apps/casdoor/2.58.0/docker-compose.yml similarity index 94% rename from apps/casdoor/2.56.0/docker-compose.yml rename to apps/casdoor/2.58.0/docker-compose.yml index 7e693cd55..fdcf3b2a5 100644 --- a/apps/casdoor/2.56.0/docker-compose.yml +++ b/apps/casdoor/2.58.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v2.56.0 + image: casbin/casdoor:v2.59.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/casdoor/2.56.0/envs/casdoor.env b/apps/casdoor/2.58.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/2.56.0/envs/casdoor.env rename to apps/casdoor/2.58.0/envs/casdoor.env diff --git a/apps/casdoor/2.56.0/envs/default.env b/apps/casdoor/2.58.0/envs/default.env similarity index 100% rename from apps/casdoor/2.56.0/envs/default.env rename to apps/casdoor/2.58.0/envs/default.env diff --git a/apps/casdoor/2.56.0/envs/global.env b/apps/casdoor/2.58.0/envs/global.env similarity index 100% rename from apps/casdoor/2.56.0/envs/global.env rename to apps/casdoor/2.58.0/envs/global.env diff --git a/apps/casdoor/2.56.0/scripts/init.sh b/apps/casdoor/2.58.0/scripts/init.sh similarity index 100% rename from apps/casdoor/2.56.0/scripts/init.sh rename to apps/casdoor/2.58.0/scripts/init.sh diff --git a/apps/casdoor/2.56.0/scripts/uninstall.sh b/apps/casdoor/2.58.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/2.56.0/scripts/uninstall.sh rename to apps/casdoor/2.58.0/scripts/uninstall.sh diff --git a/apps/casdoor/2.56.0/scripts/upgrade.sh b/apps/casdoor/2.58.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/2.56.0/scripts/upgrade.sh rename to apps/casdoor/2.58.0/scripts/upgrade.sh diff --git a/apps/cloudreve/4.7.0/docker-compose.yml b/apps/cloudreve/4.7.0/docker-compose.yml index 9e40877b9..fe443fad9 100644 --- a/apps/cloudreve/4.7.0/docker-compose.yml +++ b/apps/cloudreve/4.7.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: cloudreve: - image: cloudreve/cloudreve:4.7.0 + image: cloudreve/cloudreve:4.8.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dozzle/8.13.13/docker-compose.yml b/apps/dozzle/8.13.13/docker-compose.yml index e347ed0f0..f26e0741d 100644 --- a/apps/dozzle/8.13.13/docker-compose.yml +++ b/apps/dozzle/8.13.13/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v8.13.13 + image: amir20/dozzle:v8.13.14 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/emby/4.9.1.28/docker-compose.yml b/apps/emby/4.9.1.28/docker-compose.yml index 79b77bf43..6c4e22409 100644 --- a/apps/emby/4.9.1.28/docker-compose.yml +++ b/apps/emby/4.9.1.28/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: emby: - image: emby/embyserver:4.9.1.28 + image: emby/embyserver:4.9.1.31 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/flaresolverr/3.4.0/docker-compose.yml b/apps/flaresolverr/3.4.0/docker-compose.yml index 0bb5575d6..684ebc041 100644 --- a/apps/flaresolverr/3.4.0/docker-compose.yml +++ b/apps/flaresolverr/3.4.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: flaresolverr: - image: flaresolverr/flaresolverr:v3.4.0 + image: flaresolverr/flaresolverr:v3.4.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/garage-hq-web/2.0.0/docker-compose.yml b/apps/garage-hq-web/2.0.0/docker-compose.yml index ca04df597..046833aec 100644 --- a/apps/garage-hq-web/2.0.0/docker-compose.yml +++ b/apps/garage-hq-web/2.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: garage: - image: dxflrs/garage:v2.0.0 + image: dxflrs/garage:v2.1.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/garage-hq/2.0.0/docker-compose.yml b/apps/garage-hq/2.0.0/docker-compose.yml index e2030bb7a..fca94f464 100644 --- a/apps/garage-hq/2.0.0/docker-compose.yml +++ b/apps/garage-hq/2.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: garage: - image: dxflrs/garage:v2.0.0 + image: dxflrs/garage:v2.1.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.0.7/docker-compose.yml b/apps/ghost/6.0.7/docker-compose.yml index 9acae6060..cd1ca3213 100644 --- a/apps/ghost/6.0.7/docker-compose.yml +++ b/apps/ghost/6.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.0.7 + image: ghost:6.0.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/homarr/1.36.1/docker-compose.yml b/apps/homarr/1.36.1/docker-compose.yml index 0cd30df88..2429e23f9 100644 --- a/apps/homarr/1.36.1/docker-compose.yml +++ b/apps/homarr/1.36.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: homarr: - image: ghcr.io/homarr-labs/homarr:v1.36.1 + image: ghcr.io/homarr-labs/homarr:v1.37.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.141.1/data.yml b/apps/immich-machine-learning/1.142.0/data.yml similarity index 100% rename from apps/immich-machine-learning/1.141.1/data.yml rename to apps/immich-machine-learning/1.142.0/data.yml diff --git a/apps/immich-machine-learning/1.141.1/docker-compose.yml b/apps/immich-machine-learning/1.142.0/docker-compose.yml similarity index 93% rename from apps/immich-machine-learning/1.141.1/docker-compose.yml rename to apps/immich-machine-learning/1.142.0/docker-compose.yml index e9d0d5cad..e002a953b 100644 --- a/apps/immich-machine-learning/1.141.1/docker-compose.yml +++ b/apps/immich-machine-learning/1.142.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.141.1/envs/default.env b/apps/immich-machine-learning/1.142.0/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.141.1/envs/default.env rename to apps/immich-machine-learning/1.142.0/envs/default.env diff --git a/apps/immich-machine-learning/1.141.1/envs/global.env b/apps/immich-machine-learning/1.142.0/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.141.1/envs/global.env rename to apps/immich-machine-learning/1.142.0/envs/global.env diff --git a/apps/immich-machine-learning/1.141.1/scripts/init.sh b/apps/immich-machine-learning/1.142.0/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.141.1/scripts/init.sh rename to apps/immich-machine-learning/1.142.0/scripts/init.sh diff --git a/apps/immich-machine-learning/1.141.1/scripts/uninstall.sh b/apps/immich-machine-learning/1.142.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.141.1/scripts/uninstall.sh rename to apps/immich-machine-learning/1.142.0/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.141.1/scripts/upgrade.sh b/apps/immich-machine-learning/1.142.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.141.1/scripts/upgrade.sh rename to apps/immich-machine-learning/1.142.0/scripts/upgrade.sh diff --git a/apps/immich-no-machine/1.141.1/data.yml b/apps/immich-no-machine/1.142.0/data.yml similarity index 100% rename from apps/immich-no-machine/1.141.1/data.yml rename to apps/immich-no-machine/1.142.0/data.yml diff --git a/apps/immich-no-machine/1.141.1/docker-compose.yml b/apps/immich-no-machine/1.142.0/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/1.141.1/docker-compose.yml rename to apps/immich-no-machine/1.142.0/docker-compose.yml index 77173bf9d..b080f32bf 100644 --- a/apps/immich-no-machine/1.141.1/docker-compose.yml +++ b/apps/immich-no-machine/1.142.0/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/1.141.1/envs/default.env b/apps/immich-no-machine/1.142.0/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.141.1/envs/default.env rename to apps/immich-no-machine/1.142.0/envs/default.env diff --git a/apps/immich-no-machine/1.141.1/envs/global.env b/apps/immich-no-machine/1.142.0/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.141.1/envs/global.env rename to apps/immich-no-machine/1.142.0/envs/global.env diff --git a/apps/immich-no-machine/1.141.1/scripts/init.sh b/apps/immich-no-machine/1.142.0/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.141.1/scripts/init.sh rename to apps/immich-no-machine/1.142.0/scripts/init.sh diff --git a/apps/immich-no-machine/1.141.1/scripts/uninstall.sh b/apps/immich-no-machine/1.142.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.141.1/scripts/uninstall.sh rename to apps/immich-no-machine/1.142.0/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.141.1/scripts/upgrade.sh b/apps/immich-no-machine/1.142.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.141.1/scripts/upgrade.sh rename to apps/immich-no-machine/1.142.0/scripts/upgrade.sh diff --git a/apps/immich-server/1.141.1/data.yml b/apps/immich-server/1.142.0/data.yml similarity index 100% rename from apps/immich-server/1.141.1/data.yml rename to apps/immich-server/1.142.0/data.yml diff --git a/apps/immich-server/1.141.1/docker-compose.yml b/apps/immich-server/1.142.0/docker-compose.yml similarity index 94% rename from apps/immich-server/1.141.1/docker-compose.yml rename to apps/immich-server/1.142.0/docker-compose.yml index 7fd91bcea..d4d86fcbd 100644 --- a/apps/immich-server/1.141.1/docker-compose.yml +++ b/apps/immich-server/1.142.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.141.1/envs/default.env b/apps/immich-server/1.142.0/envs/default.env similarity index 100% rename from apps/immich-server/1.141.1/envs/default.env rename to apps/immich-server/1.142.0/envs/default.env diff --git a/apps/immich-server/1.141.1/envs/global.env b/apps/immich-server/1.142.0/envs/global.env similarity index 100% rename from apps/immich-server/1.141.1/envs/global.env rename to apps/immich-server/1.142.0/envs/global.env diff --git a/apps/immich-server/1.141.1/scripts/init.sh b/apps/immich-server/1.142.0/scripts/init.sh similarity index 100% rename from apps/immich-server/1.141.1/scripts/init.sh rename to apps/immich-server/1.142.0/scripts/init.sh diff --git a/apps/immich-server/1.141.1/scripts/uninstall.sh b/apps/immich-server/1.142.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.141.1/scripts/uninstall.sh rename to apps/immich-server/1.142.0/scripts/uninstall.sh diff --git a/apps/immich-server/1.141.1/scripts/upgrade.sh b/apps/immich-server/1.142.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.141.1/scripts/upgrade.sh rename to apps/immich-server/1.142.0/scripts/upgrade.sh diff --git a/apps/immich/1.141.1/data.yml b/apps/immich/1.142.0/data.yml similarity index 100% rename from apps/immich/1.141.1/data.yml rename to apps/immich/1.142.0/data.yml diff --git a/apps/immich/1.141.1/docker-compose.yml b/apps/immich/1.142.0/docker-compose.yml similarity index 94% rename from apps/immich/1.141.1/docker-compose.yml rename to apps/immich/1.142.0/docker-compose.yml index 86566a313..69f6a1b72 100644 --- a/apps/immich/1.141.1/docker-compose.yml +++ b/apps/immich/1.142.0/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.141.1/envs/default.env b/apps/immich/1.142.0/envs/default.env similarity index 100% rename from apps/immich/1.141.1/envs/default.env rename to apps/immich/1.142.0/envs/default.env diff --git a/apps/immich/1.141.1/envs/global.env b/apps/immich/1.142.0/envs/global.env similarity index 100% rename from apps/immich/1.141.1/envs/global.env rename to apps/immich/1.142.0/envs/global.env diff --git a/apps/immich/1.141.1/scripts/init.sh b/apps/immich/1.142.0/scripts/init.sh similarity index 100% rename from apps/immich/1.141.1/scripts/init.sh rename to apps/immich/1.142.0/scripts/init.sh diff --git a/apps/immich/1.141.1/scripts/uninstall.sh b/apps/immich/1.142.0/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.141.1/scripts/uninstall.sh rename to apps/immich/1.142.0/scripts/uninstall.sh diff --git a/apps/immich/1.141.1/scripts/upgrade.sh b/apps/immich/1.142.0/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.141.1/scripts/upgrade.sh rename to apps/immich/1.142.0/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.20.9/docker-compose.yml b/apps/mdc-ng/1.20.9/docker-compose.yml index 5879c13bd..7b9ab89da 100644 --- a/apps/mdc-ng/1.20.9/docker-compose.yml +++ b/apps/mdc-ng/1.20.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mdc-ng: - image: mdcng/mdc:1.20.9 + image: mdcng/mdc:1.20.10 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/movie-pilot/2.7.9/docker-compose.yml b/apps/movie-pilot/2.7.9/docker-compose.yml deleted file mode 100644 index 51495acec..000000000 --- a/apps/movie-pilot/2.7.9/docker-compose.yml +++ /dev/null @@ -1,38 +0,0 @@ -networks: - 1panel-network: - external: true - -services: - movie-pilot: - image: jxxghp/moviepilot:2.7.9 - container_name: ${CONTAINER_NAME} - labels: - createdBy: "Apps" - restart: always - stdin_open: true - tty: true - network_mode: ${NETWORK_MODE} - ports: - - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - - ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API} - env_file: - - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} - - ${ENV_FILE:-/etc/1panel/envs/default.env} - 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} - environment: - - NGINX_PORT=${PANEL_APP_PORT_HTTP} - - PORT=${PANEL_APP_PORT_API} - - DEBUG=false - - DEV=false - - LOG_LEVEL=INFO - logging: - driver: json-file - options: - max-size: 5m diff --git a/apps/music-tag-web/2.5.6/data.yml b/apps/music-tag-web/2.5.7/data.yml similarity index 100% rename from apps/music-tag-web/2.5.6/data.yml rename to apps/music-tag-web/2.5.7/data.yml diff --git a/apps/music-tag-web/2.5.6/docker-compose.yml b/apps/music-tag-web/2.5.7/docker-compose.yml similarity index 95% rename from apps/music-tag-web/2.5.6/docker-compose.yml rename to apps/music-tag-web/2.5.7/docker-compose.yml index 23c854d2d..df3d0c5e5 100644 --- a/apps/music-tag-web/2.5.6/docker-compose.yml +++ b/apps/music-tag-web/2.5.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: music_tag_web: - image: xhongc/music_tag_web:2.5.6 + image: xhongc/music_tag_web:2.5.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/movie-pilot/2.7.9/envs/default.env b/apps/music-tag-web/2.5.7/envs/default.env similarity index 100% rename from apps/movie-pilot/2.7.9/envs/default.env rename to apps/music-tag-web/2.5.7/envs/default.env diff --git a/apps/movie-pilot/2.7.9/envs/global.env b/apps/music-tag-web/2.5.7/envs/global.env similarity index 100% rename from apps/movie-pilot/2.7.9/envs/global.env rename to apps/music-tag-web/2.5.7/envs/global.env diff --git a/apps/music-tag-web/2.5.6/scripts/init.sh b/apps/music-tag-web/2.5.7/scripts/init.sh similarity index 100% rename from apps/music-tag-web/2.5.6/scripts/init.sh rename to apps/music-tag-web/2.5.7/scripts/init.sh diff --git a/apps/movie-pilot/2.7.9/scripts/uninstall.sh b/apps/music-tag-web/2.5.7/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.7.9/scripts/uninstall.sh rename to apps/music-tag-web/2.5.7/scripts/uninstall.sh diff --git a/apps/music-tag-web/2.5.6/scripts/upgrade.sh b/apps/music-tag-web/2.5.7/scripts/upgrade.sh similarity index 100% rename from apps/music-tag-web/2.5.6/scripts/upgrade.sh rename to apps/music-tag-web/2.5.7/scripts/upgrade.sh diff --git a/apps/n8n/1.111.0/docker-compose.yml b/apps/n8n/1.111.0/docker-compose.yml index 1676d7c80..7d17641de 100644 --- a/apps/n8n/1.111.0/docker-compose.yml +++ b/apps/n8n/1.111.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: n8nio/n8n:1.111.0 + image: n8nio/n8n:1.112.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-brave/3.0.7/docker-compose.yml b/apps/neko-brave/3.0.7/docker-compose.yml index 815a09ca3..e0d7e0255 100644 --- a/apps/neko-brave/3.0.7/docker-compose.yml +++ b/apps/neko-brave/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/brave:3.0.7 + image: ghcr.io/m1k1o/neko/brave:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-chromium/3.0.6/docker-compose.yml b/apps/neko-chromium/3.0.6/docker-compose.yml index fefb987ab..da7e82681 100644 --- a/apps/neko-chromium/3.0.6/docker-compose.yml +++ b/apps/neko-chromium/3.0.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/chromium:3.0.6 + image: ghcr.io/m1k1o/neko/chromium:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-firefox/3.0.7/docker-compose.yml b/apps/neko-firefox/3.0.7/docker-compose.yml index 44041fcc8..5ba39e7ca 100644 --- a/apps/neko-firefox/3.0.7/docker-compose.yml +++ b/apps/neko-firefox/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/firefox:3.0.7 + image: ghcr.io/m1k1o/neko/firefox:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-google-chrome/3.0.7/docker-compose.yml b/apps/neko-google-chrome/3.0.7/docker-compose.yml index bb5dc1e94..59fa00e0c 100644 --- a/apps/neko-google-chrome/3.0.7/docker-compose.yml +++ b/apps/neko-google-chrome/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/google-chrome:3.0.7 + image: ghcr.io/m1k1o/neko/google-chrome:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-kde/3.0.7/docker-compose.yml b/apps/neko-kde/3.0.7/docker-compose.yml index 221b1e106..8ee1215d8 100644 --- a/apps/neko-kde/3.0.7/docker-compose.yml +++ b/apps/neko-kde/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/kde:3.0.7 + image: ghcr.io/m1k1o/neko/kde:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-microsoft-edge/3.0.7/docker-compose.yml b/apps/neko-microsoft-edge/3.0.7/docker-compose.yml index 8bf593cbf..2d238c0b4 100644 --- a/apps/neko-microsoft-edge/3.0.7/docker-compose.yml +++ b/apps/neko-microsoft-edge/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.7 + image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-remmina/3.0.7/docker-compose.yml b/apps/neko-remmina/3.0.7/docker-compose.yml index 3e9f0dd31..f30be59cd 100644 --- a/apps/neko-remmina/3.0.7/docker-compose.yml +++ b/apps/neko-remmina/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/remmina:3.0.7 + image: ghcr.io/m1k1o/neko/remmina:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-tor-browser/3.0.7/docker-compose.yml b/apps/neko-tor-browser/3.0.7/docker-compose.yml index a77ae35b1..eb0f04ed7 100644 --- a/apps/neko-tor-browser/3.0.7/docker-compose.yml +++ b/apps/neko-tor-browser/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/tor-browser:3.0.7 + image: ghcr.io/m1k1o/neko/tor-browser:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-vlc/3.0.7/docker-compose.yml b/apps/neko-vlc/3.0.7/docker-compose.yml index ac08f8c45..282987398 100644 --- a/apps/neko-vlc/3.0.7/docker-compose.yml +++ b/apps/neko-vlc/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/vlc:3.0.7 + image: ghcr.io/m1k1o/neko/vlc:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/neko-xfce/3.0.7/docker-compose.yml b/apps/neko-xfce/3.0.7/docker-compose.yml index 310e7e988..599c967e8 100644 --- a/apps/neko-xfce/3.0.7/docker-compose.yml +++ b/apps/neko-xfce/3.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: neko: - image: ghcr.io/m1k1o/neko/xfce:3.0.7 + image: ghcr.io/m1k1o/neko/xfce:3.0.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nodepassdash/3.0.0/data.yml b/apps/nodepassdash/3.0.2/data.yml similarity index 100% rename from apps/nodepassdash/3.0.0/data.yml rename to apps/nodepassdash/3.0.2/data.yml diff --git a/apps/nodepassdash/3.0.0/docker-compose.yml b/apps/nodepassdash/3.0.2/docker-compose.yml similarity index 91% rename from apps/nodepassdash/3.0.0/docker-compose.yml rename to apps/nodepassdash/3.0.2/docker-compose.yml index fb7a5409f..79d2761d1 100644 --- a/apps/nodepassdash/3.0.0/docker-compose.yml +++ b/apps/nodepassdash/3.0.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nodepassdash: - image: ghcr.io/nodepassproject/nodepassdash:3.0.0 + image: ghcr.io/nodepassproject/nodepassdash:3.0.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/music-tag-web/2.5.6/envs/default.env b/apps/nodepassdash/3.0.2/envs/default.env similarity index 100% rename from apps/music-tag-web/2.5.6/envs/default.env rename to apps/nodepassdash/3.0.2/envs/default.env diff --git a/apps/music-tag-web/2.5.6/envs/global.env b/apps/nodepassdash/3.0.2/envs/global.env similarity index 100% rename from apps/music-tag-web/2.5.6/envs/global.env rename to apps/nodepassdash/3.0.2/envs/global.env diff --git a/apps/nodepassdash/3.0.0/scripts/init.sh b/apps/nodepassdash/3.0.2/scripts/init.sh similarity index 100% rename from apps/nodepassdash/3.0.0/scripts/init.sh rename to apps/nodepassdash/3.0.2/scripts/init.sh diff --git a/apps/music-tag-web/2.5.6/scripts/uninstall.sh b/apps/nodepassdash/3.0.2/scripts/uninstall.sh similarity index 100% rename from apps/music-tag-web/2.5.6/scripts/uninstall.sh rename to apps/nodepassdash/3.0.2/scripts/uninstall.sh diff --git a/apps/nodepassdash/3.0.0/scripts/upgrade.sh b/apps/nodepassdash/3.0.2/scripts/upgrade.sh similarity index 100% rename from apps/nodepassdash/3.0.0/scripts/upgrade.sh rename to apps/nodepassdash/3.0.2/scripts/upgrade.sh diff --git a/apps/ollama/0.11.10/docker-compose.yml b/apps/ollama/0.11.10/docker-compose.yml index 1ed531e18..e148916b4 100644 --- a/apps/ollama/0.11.10/docker-compose.yml +++ b/apps/ollama/0.11.10/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ollama: - image: ollama/ollama:0.11.10 + image: ollama/ollama:0.11.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/openresty-manager/2.2.1/docker-compose.yml b/apps/openresty-manager/2.2.1/docker-compose.yml index 7c42e5819..4fb1e07fe 100644 --- a/apps/openresty-manager/2.2.1/docker-compose.yml +++ b/apps/openresty-manager/2.2.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: openresty-manager: - image: uusec/openresty-manager:2.2.1 + image: uusec/openresty-manager:2.3.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/rsshub/2025-09-11/data.yml b/apps/rsshub/2025-09-12/data.yml similarity index 100% rename from apps/rsshub/2025-09-11/data.yml rename to apps/rsshub/2025-09-12/data.yml diff --git a/apps/rsshub/2025-09-11/docker-compose.yml b/apps/rsshub/2025-09-12/docker-compose.yml similarity index 97% rename from apps/rsshub/2025-09-11/docker-compose.yml rename to apps/rsshub/2025-09-12/docker-compose.yml index 37efab456..b036ef3eb 100644 --- a/apps/rsshub/2025-09-11/docker-compose.yml +++ b/apps/rsshub/2025-09-12/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-09-11 + image: diygod/rsshub:2025-09-15 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless diff --git a/apps/nodepassdash/3.0.0/envs/default.env b/apps/rsshub/2025-09-12/envs/default.env similarity index 100% rename from apps/nodepassdash/3.0.0/envs/default.env rename to apps/rsshub/2025-09-12/envs/default.env diff --git a/apps/nodepassdash/3.0.0/envs/global.env b/apps/rsshub/2025-09-12/envs/global.env similarity index 100% rename from apps/nodepassdash/3.0.0/envs/global.env rename to apps/rsshub/2025-09-12/envs/global.env diff --git a/apps/rsshub/2025-09-11/scripts/init.sh b/apps/rsshub/2025-09-12/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-09-11/scripts/init.sh rename to apps/rsshub/2025-09-12/scripts/init.sh diff --git a/apps/nodepassdash/3.0.0/scripts/uninstall.sh b/apps/rsshub/2025-09-12/scripts/uninstall.sh similarity index 100% rename from apps/nodepassdash/3.0.0/scripts/uninstall.sh rename to apps/rsshub/2025-09-12/scripts/uninstall.sh diff --git a/apps/rsshub/2025-09-11/scripts/upgrade.sh b/apps/rsshub/2025-09-12/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-09-11/scripts/upgrade.sh rename to apps/rsshub/2025-09-12/scripts/upgrade.sh diff --git a/apps/rustdesk-api/2.6.28/conf/hbbr/run b/apps/rustdesk-api/2.6.29/conf/hbbr/run similarity index 100% rename from apps/rustdesk-api/2.6.28/conf/hbbr/run rename to apps/rustdesk-api/2.6.29/conf/hbbr/run diff --git a/apps/rustdesk-api/2.6.28/conf/hbbs/run b/apps/rustdesk-api/2.6.29/conf/hbbs/run similarity index 100% rename from apps/rustdesk-api/2.6.28/conf/hbbs/run rename to apps/rustdesk-api/2.6.29/conf/hbbs/run diff --git a/apps/rustdesk-api/2.6.28/data.yml b/apps/rustdesk-api/2.6.29/data.yml similarity index 100% rename from apps/rustdesk-api/2.6.28/data.yml rename to apps/rustdesk-api/2.6.29/data.yml diff --git a/apps/rustdesk-api/2.6.28/docker-compose.yml b/apps/rustdesk-api/2.6.29/docker-compose.yml similarity index 97% rename from apps/rustdesk-api/2.6.28/docker-compose.yml rename to apps/rustdesk-api/2.6.29/docker-compose.yml index cc83bf450..039dcc94c 100644 --- a/apps/rustdesk-api/2.6.28/docker-compose.yml +++ b/apps/rustdesk-api/2.6.29/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: rustdesk-api: - image: lejianwen/rustdesk-api:v2.6.28 + image: lejianwen/rustdesk-api:v2.6.29 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/rsshub/2025-09-11/envs/default.env b/apps/rustdesk-api/2.6.29/envs/default.env similarity index 100% rename from apps/rsshub/2025-09-11/envs/default.env rename to apps/rustdesk-api/2.6.29/envs/default.env diff --git a/apps/rsshub/2025-09-11/envs/global.env b/apps/rustdesk-api/2.6.29/envs/global.env similarity index 100% rename from apps/rsshub/2025-09-11/envs/global.env rename to apps/rustdesk-api/2.6.29/envs/global.env diff --git a/apps/rustdesk-api/2.6.28/scripts/init.sh b/apps/rustdesk-api/2.6.29/scripts/init.sh similarity index 100% rename from apps/rustdesk-api/2.6.28/scripts/init.sh rename to apps/rustdesk-api/2.6.29/scripts/init.sh diff --git a/apps/rsshub/2025-09-11/scripts/uninstall.sh b/apps/rustdesk-api/2.6.29/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-09-11/scripts/uninstall.sh rename to apps/rustdesk-api/2.6.29/scripts/uninstall.sh diff --git a/apps/rustdesk-api/2.6.28/scripts/upgrade.sh b/apps/rustdesk-api/2.6.29/scripts/upgrade.sh similarity index 100% rename from apps/rustdesk-api/2.6.28/scripts/upgrade.sh rename to apps/rustdesk-api/2.6.29/scripts/upgrade.sh diff --git a/apps/s-ui/1.3.4/data.yml b/apps/s-ui/1.3.5/data.yml similarity index 100% rename from apps/s-ui/1.3.4/data.yml rename to apps/s-ui/1.3.5/data.yml diff --git a/apps/s-ui/1.3.4/docker-compose.yml b/apps/s-ui/1.3.5/docker-compose.yml similarity index 95% rename from apps/s-ui/1.3.4/docker-compose.yml rename to apps/s-ui/1.3.5/docker-compose.yml index fd45322e4..e48156a21 100644 --- a/apps/s-ui/1.3.4/docker-compose.yml +++ b/apps/s-ui/1.3.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: s-ui: - image: alireza7/s-ui:1.3.4 + image: alireza7/s-ui:1.3.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/rustdesk-api/2.6.28/envs/default.env b/apps/s-ui/1.3.5/envs/default.env similarity index 100% rename from apps/rustdesk-api/2.6.28/envs/default.env rename to apps/s-ui/1.3.5/envs/default.env diff --git a/apps/rustdesk-api/2.6.28/envs/global.env b/apps/s-ui/1.3.5/envs/global.env similarity index 100% rename from apps/rustdesk-api/2.6.28/envs/global.env rename to apps/s-ui/1.3.5/envs/global.env diff --git a/apps/s-ui/1.3.4/scripts/init.sh b/apps/s-ui/1.3.5/scripts/init.sh similarity index 100% rename from apps/s-ui/1.3.4/scripts/init.sh rename to apps/s-ui/1.3.5/scripts/init.sh diff --git a/apps/rustdesk-api/2.6.28/scripts/uninstall.sh b/apps/s-ui/1.3.5/scripts/uninstall.sh similarity index 100% rename from apps/rustdesk-api/2.6.28/scripts/uninstall.sh rename to apps/s-ui/1.3.5/scripts/uninstall.sh diff --git a/apps/s-ui/1.3.4/scripts/upgrade.sh b/apps/s-ui/1.3.5/scripts/upgrade.sh similarity index 100% rename from apps/s-ui/1.3.4/scripts/upgrade.sh rename to apps/s-ui/1.3.5/scripts/upgrade.sh diff --git a/apps/shopware-dockware/6.7.2.0/docker-compose.yml b/apps/shopware-dockware/6.7.2.0/docker-compose.yml index 51ace35cd..a22c0fa3c 100644 --- a/apps/shopware-dockware/6.7.2.0/docker-compose.yml +++ b/apps/shopware-dockware/6.7.2.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dockware: - image: dockware/play:6.7.2.0 + image: dockware/play:6.7.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/slink/1.6.6/docker-compose.yml b/apps/slink/1.6.6/docker-compose.yml index e59dfe583..4659eaeb4 100644 --- a/apps/slink/1.6.6/docker-compose.yml +++ b/apps/slink/1.6.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: slink: - image: anirdev/slink:v1.6.6 + image: anirdev/slink:v1.6.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/super-productivity/14.5.0/conf/webdav.yaml b/apps/super-productivity/15.0.1/conf/webdav.yaml similarity index 100% rename from apps/super-productivity/14.5.0/conf/webdav.yaml rename to apps/super-productivity/15.0.1/conf/webdav.yaml diff --git a/apps/super-productivity/14.5.0/data.yml b/apps/super-productivity/15.0.1/data.yml similarity index 100% rename from apps/super-productivity/14.5.0/data.yml rename to apps/super-productivity/15.0.1/data.yml diff --git a/apps/super-productivity/14.5.0/docker-compose.yml b/apps/super-productivity/15.0.1/docker-compose.yml similarity index 94% rename from apps/super-productivity/14.5.0/docker-compose.yml rename to apps/super-productivity/15.0.1/docker-compose.yml index fd55ac094..307533dcf 100644 --- a/apps/super-productivity/14.5.0/docker-compose.yml +++ b/apps/super-productivity/15.0.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: super-productivity: - image: johannesjo/super-productivity:v14.5.0 + image: johannesjo/super-productivity:v15.0.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/s-ui/1.3.4/envs/default.env b/apps/super-productivity/15.0.1/envs/default.env similarity index 100% rename from apps/s-ui/1.3.4/envs/default.env rename to apps/super-productivity/15.0.1/envs/default.env diff --git a/apps/s-ui/1.3.4/envs/global.env b/apps/super-productivity/15.0.1/envs/global.env similarity index 100% rename from apps/s-ui/1.3.4/envs/global.env rename to apps/super-productivity/15.0.1/envs/global.env diff --git a/apps/super-productivity/14.5.0/scripts/init.sh b/apps/super-productivity/15.0.1/scripts/init.sh similarity index 100% rename from apps/super-productivity/14.5.0/scripts/init.sh rename to apps/super-productivity/15.0.1/scripts/init.sh diff --git a/apps/s-ui/1.3.4/scripts/uninstall.sh b/apps/super-productivity/15.0.1/scripts/uninstall.sh similarity index 100% rename from apps/s-ui/1.3.4/scripts/uninstall.sh rename to apps/super-productivity/15.0.1/scripts/uninstall.sh diff --git a/apps/super-productivity/14.5.0/scripts/upgrade.sh b/apps/super-productivity/15.0.1/scripts/upgrade.sh similarity index 100% rename from apps/super-productivity/14.5.0/scripts/upgrade.sh rename to apps/super-productivity/15.0.1/scripts/upgrade.sh diff --git a/apps/weblate/5.13.2.0/data.yml b/apps/weblate/5.13.3.0/data.yml similarity index 100% rename from apps/weblate/5.13.2.0/data.yml rename to apps/weblate/5.13.3.0/data.yml diff --git a/apps/weblate/5.13.2.0/docker-compose.yml b/apps/weblate/5.13.3.0/docker-compose.yml similarity index 95% rename from apps/weblate/5.13.2.0/docker-compose.yml rename to apps/weblate/5.13.3.0/docker-compose.yml index fa3096579..e75345164 100644 --- a/apps/weblate/5.13.2.0/docker-compose.yml +++ b/apps/weblate/5.13.3.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: weblate: - image: weblate/weblate:5.13.2.0 + image: weblate/weblate:5.13.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/super-productivity/14.5.0/envs/default.env b/apps/weblate/5.13.3.0/envs/default.env similarity index 100% rename from apps/super-productivity/14.5.0/envs/default.env rename to apps/weblate/5.13.3.0/envs/default.env diff --git a/apps/super-productivity/14.5.0/envs/global.env b/apps/weblate/5.13.3.0/envs/global.env similarity index 100% rename from apps/super-productivity/14.5.0/envs/global.env rename to apps/weblate/5.13.3.0/envs/global.env diff --git a/apps/weblate/5.13.2.0/scripts/init.sh b/apps/weblate/5.13.3.0/scripts/init.sh similarity index 100% rename from apps/weblate/5.13.2.0/scripts/init.sh rename to apps/weblate/5.13.3.0/scripts/init.sh diff --git a/apps/super-productivity/14.5.0/scripts/uninstall.sh b/apps/weblate/5.13.3.0/scripts/uninstall.sh similarity index 100% rename from apps/super-productivity/14.5.0/scripts/uninstall.sh rename to apps/weblate/5.13.3.0/scripts/uninstall.sh diff --git a/apps/weblate/5.13.2.0/scripts/upgrade.sh b/apps/weblate/5.13.3.0/scripts/upgrade.sh similarity index 100% rename from apps/weblate/5.13.2.0/scripts/upgrade.sh rename to apps/weblate/5.13.3.0/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.2.3/.env b/appstore/ani-rss/2.2.4/.env similarity index 100% rename from appstore/ani-rss/2.2.3/.env rename to appstore/ani-rss/2.2.4/.env diff --git a/appstore/ani-rss/2.2.3/data.yml b/appstore/ani-rss/2.2.4/data.yml similarity index 100% rename from appstore/ani-rss/2.2.3/data.yml rename to appstore/ani-rss/2.2.4/data.yml diff --git a/appstore/ani-rss/2.2.3/docker-compose.yml b/appstore/ani-rss/2.2.4/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.2.3/docker-compose.yml rename to appstore/ani-rss/2.2.4/docker-compose.yml index 2a2c2f059..8296db218 100644 --- a/appstore/ani-rss/2.2.3/docker-compose.yml +++ b/appstore/ani-rss/2.2.4/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.2.3 + image: wushuo894/ani-rss:v2.2.6 labels: createdBy: Apps networks: diff --git a/apps/weblate/5.13.2.0/envs/default.env b/appstore/ani-rss/2.2.4/envs/default.env similarity index 100% rename from apps/weblate/5.13.2.0/envs/default.env rename to appstore/ani-rss/2.2.4/envs/default.env diff --git a/apps/weblate/5.13.2.0/envs/global.env b/appstore/ani-rss/2.2.4/envs/global.env similarity index 100% rename from apps/weblate/5.13.2.0/envs/global.env rename to appstore/ani-rss/2.2.4/envs/global.env diff --git a/appstore/ani-rss/2.2.3/scripts/init.sh b/appstore/ani-rss/2.2.4/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/init.sh rename to appstore/ani-rss/2.2.4/scripts/init.sh diff --git a/apps/weblate/5.13.2.0/scripts/uninstall.sh b/appstore/ani-rss/2.2.4/scripts/uninstall.sh similarity index 100% rename from apps/weblate/5.13.2.0/scripts/uninstall.sh rename to appstore/ani-rss/2.2.4/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.2.3/scripts/upgrade.sh b/appstore/ani-rss/2.2.4/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/upgrade.sh rename to appstore/ani-rss/2.2.4/scripts/upgrade.sh diff --git a/appstore/astrbot-napcat/4.8.109/.env b/appstore/astrbot-napcat/4.8.113/.env similarity index 100% rename from appstore/astrbot-napcat/4.8.109/.env rename to appstore/astrbot-napcat/4.8.113/.env diff --git a/appstore/astrbot-napcat/4.8.109/data.yml b/appstore/astrbot-napcat/4.8.113/data.yml similarity index 100% rename from appstore/astrbot-napcat/4.8.109/data.yml rename to appstore/astrbot-napcat/4.8.113/data.yml diff --git a/appstore/astrbot-napcat/4.8.109/docker-compose.yml b/appstore/astrbot-napcat/4.8.113/docker-compose.yml similarity index 93% rename from appstore/astrbot-napcat/4.8.109/docker-compose.yml rename to appstore/astrbot-napcat/4.8.113/docker-compose.yml index 1ce66c66d..5ddf66c06 100644 --- a/appstore/astrbot-napcat/4.8.109/docker-compose.yml +++ b/appstore/astrbot-napcat/4.8.113/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.0.0 + image: soulter/astrbot:v4.1.2 labels: createdBy: Apps networks: @@ -36,7 +36,7 @@ services: - MODE=astrbot - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} - image: mlikiowa/napcat-docker:v4.8.109 + image: mlikiowa/napcat-docker:v4.8.113 mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02} networks: - 1panel-network diff --git a/appstore/ani-rss/2.2.3/envs/default.env b/appstore/astrbot-napcat/4.8.113/envs/default.env similarity index 100% rename from appstore/ani-rss/2.2.3/envs/default.env rename to appstore/astrbot-napcat/4.8.113/envs/default.env diff --git a/appstore/ani-rss/2.2.3/envs/global.env b/appstore/astrbot-napcat/4.8.113/envs/global.env similarity index 100% rename from appstore/ani-rss/2.2.3/envs/global.env rename to appstore/astrbot-napcat/4.8.113/envs/global.env diff --git a/appstore/astrbot-napcat/4.8.109/scripts/init.sh b/appstore/astrbot-napcat/4.8.113/scripts/init.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.109/scripts/init.sh rename to appstore/astrbot-napcat/4.8.113/scripts/init.sh diff --git a/appstore/ani-rss/2.2.3/scripts/uninstall.sh b/appstore/astrbot-napcat/4.8.113/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.2.3/scripts/uninstall.sh rename to appstore/astrbot-napcat/4.8.113/scripts/uninstall.sh diff --git a/appstore/astrbot-napcat/4.8.109/scripts/upgrade.sh b/appstore/astrbot-napcat/4.8.113/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.109/scripts/upgrade.sh rename to appstore/astrbot-napcat/4.8.113/scripts/upgrade.sh diff --git a/appstore/astrbot/4.0.0/.env b/appstore/astrbot/4.1.2/.env similarity index 100% rename from appstore/astrbot/4.0.0/.env rename to appstore/astrbot/4.1.2/.env diff --git a/appstore/astrbot/4.0.0/data.yml b/appstore/astrbot/4.1.2/data.yml similarity index 100% rename from appstore/astrbot/4.0.0/data.yml rename to appstore/astrbot/4.1.2/data.yml diff --git a/appstore/astrbot/4.0.0/docker-compose.yml b/appstore/astrbot/4.1.2/docker-compose.yml similarity index 94% rename from appstore/astrbot/4.0.0/docker-compose.yml rename to appstore/astrbot/4.1.2/docker-compose.yml index c3c578035..222cc858a 100644 --- a/appstore/astrbot/4.0.0/docker-compose.yml +++ b/appstore/astrbot/4.1.2/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.0.0 + image: soulter/astrbot:v4.1.2 labels: createdBy: Apps networks: diff --git a/appstore/astrbot-napcat/4.8.109/envs/default.env b/appstore/astrbot/4.1.2/envs/default.env similarity index 100% rename from appstore/astrbot-napcat/4.8.109/envs/default.env rename to appstore/astrbot/4.1.2/envs/default.env diff --git a/appstore/astrbot-napcat/4.8.109/envs/global.env b/appstore/astrbot/4.1.2/envs/global.env similarity index 100% rename from appstore/astrbot-napcat/4.8.109/envs/global.env rename to appstore/astrbot/4.1.2/envs/global.env diff --git a/appstore/astrbot/4.0.0/scripts/init.sh b/appstore/astrbot/4.1.2/scripts/init.sh similarity index 100% rename from appstore/astrbot/4.0.0/scripts/init.sh rename to appstore/astrbot/4.1.2/scripts/init.sh diff --git a/appstore/astrbot-napcat/4.8.109/scripts/uninstall.sh b/appstore/astrbot/4.1.2/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot-napcat/4.8.109/scripts/uninstall.sh rename to appstore/astrbot/4.1.2/scripts/uninstall.sh diff --git a/appstore/astrbot/4.0.0/scripts/upgrade.sh b/appstore/astrbot/4.1.2/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/4.0.0/scripts/upgrade.sh rename to appstore/astrbot/4.1.2/scripts/upgrade.sh diff --git a/appstore/casdoor/2.55.0/.env b/appstore/casdoor/2.58.0/.env similarity index 100% rename from appstore/casdoor/2.55.0/.env rename to appstore/casdoor/2.58.0/.env diff --git a/appstore/casdoor/2.55.0/config/init_data.json b/appstore/casdoor/2.58.0/config/init_data.json similarity index 100% rename from appstore/casdoor/2.55.0/config/init_data.json rename to appstore/casdoor/2.58.0/config/init_data.json diff --git a/appstore/casdoor/2.55.0/data.yml b/appstore/casdoor/2.58.0/data.yml similarity index 100% rename from appstore/casdoor/2.55.0/data.yml rename to appstore/casdoor/2.58.0/data.yml diff --git a/appstore/casdoor/2.55.0/docker-compose.yml b/appstore/casdoor/2.58.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/2.55.0/docker-compose.yml rename to appstore/casdoor/2.58.0/docker-compose.yml index 30961b921..463b7e40c 100644 --- a/appstore/casdoor/2.55.0/docker-compose.yml +++ b/appstore/casdoor/2.58.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v2.55.0 + image: casbin/casdoor:v2.58.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.55.0/envs/casdoor.env b/appstore/casdoor/2.58.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/2.55.0/envs/casdoor.env rename to appstore/casdoor/2.58.0/envs/casdoor.env diff --git a/appstore/astrbot/4.0.0/envs/default.env b/appstore/casdoor/2.58.0/envs/default.env similarity index 100% rename from appstore/astrbot/4.0.0/envs/default.env rename to appstore/casdoor/2.58.0/envs/default.env diff --git a/appstore/astrbot/4.0.0/envs/global.env b/appstore/casdoor/2.58.0/envs/global.env similarity index 100% rename from appstore/astrbot/4.0.0/envs/global.env rename to appstore/casdoor/2.58.0/envs/global.env diff --git a/appstore/casdoor/2.55.0/scripts/init.sh b/appstore/casdoor/2.58.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/2.55.0/scripts/init.sh rename to appstore/casdoor/2.58.0/scripts/init.sh diff --git a/appstore/astrbot/4.0.0/scripts/uninstall.sh b/appstore/casdoor/2.58.0/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/4.0.0/scripts/uninstall.sh rename to appstore/casdoor/2.58.0/scripts/uninstall.sh diff --git a/appstore/casdoor/2.55.0/scripts/upgrade.sh b/appstore/casdoor/2.58.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/2.55.0/scripts/upgrade.sh rename to appstore/casdoor/2.58.0/scripts/upgrade.sh diff --git a/appstore/cloudreve/4.7.0/docker-compose.yml b/appstore/cloudreve/4.7.0/docker-compose.yml index d0198a594..905e52ac6 100644 --- a/appstore/cloudreve/4.7.0/docker-compose.yml +++ b/appstore/cloudreve/4.7.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: cloudreve/cloudreve:4.7.0 + image: cloudreve/cloudreve:4.8.0 labels: createdBy: Apps networks: diff --git a/appstore/dozzle/8.13.13/docker-compose.yml b/appstore/dozzle/8.13.13/docker-compose.yml index c4e13da83..033f66d6d 100644 --- a/appstore/dozzle/8.13.13/docker-compose.yml +++ b/appstore/dozzle/8.13.13/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.13 + image: amir20/dozzle:v8.13.14 labels: createdBy: Apps networks: diff --git a/appstore/emby/4.9.1.28/docker-compose.yml b/appstore/emby/4.9.1.28/docker-compose.yml index ec113311d..4e3be5079 100644 --- a/appstore/emby/4.9.1.28/docker-compose.yml +++ b/appstore/emby/4.9.1.28/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.28 + image: emby/embyserver:4.9.1.31 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/fider/0.28.1/.env b/appstore/fider/0.29.0/.env similarity index 100% rename from appstore/fider/0.28.1/.env rename to appstore/fider/0.29.0/.env diff --git a/appstore/fider/0.28.1/data.yml b/appstore/fider/0.29.0/data.yml similarity index 100% rename from appstore/fider/0.28.1/data.yml rename to appstore/fider/0.29.0/data.yml diff --git a/appstore/fider/0.28.1/docker-compose.yml b/appstore/fider/0.29.0/docker-compose.yml similarity index 92% rename from appstore/fider/0.28.1/docker-compose.yml rename to appstore/fider/0.29.0/docker-compose.yml index 44154ecac..260d0e59a 100644 --- a/appstore/fider/0.28.1/docker-compose.yml +++ b/appstore/fider/0.29.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}?sslmode=disable - image: getfider/fider:v0.28.1 + image: getfider/fider:v0.29.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.55.0/envs/default.env b/appstore/fider/0.29.0/envs/default.env similarity index 100% rename from appstore/casdoor/2.55.0/envs/default.env rename to appstore/fider/0.29.0/envs/default.env diff --git a/appstore/casdoor/2.55.0/envs/global.env b/appstore/fider/0.29.0/envs/global.env similarity index 100% rename from appstore/casdoor/2.55.0/envs/global.env rename to appstore/fider/0.29.0/envs/global.env diff --git a/appstore/fider/0.28.1/scripts/init.sh b/appstore/fider/0.29.0/scripts/init.sh similarity index 100% rename from appstore/fider/0.28.1/scripts/init.sh rename to appstore/fider/0.29.0/scripts/init.sh diff --git a/appstore/casdoor/2.55.0/scripts/uninstall.sh b/appstore/fider/0.29.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/2.55.0/scripts/uninstall.sh rename to appstore/fider/0.29.0/scripts/uninstall.sh diff --git a/appstore/fider/0.28.1/scripts/upgrade.sh b/appstore/fider/0.29.0/scripts/upgrade.sh similarity index 100% rename from appstore/fider/0.28.1/scripts/upgrade.sh rename to appstore/fider/0.29.0/scripts/upgrade.sh diff --git a/appstore/homarr/1.36.1/docker-compose.yml b/appstore/homarr/1.36.1/docker-compose.yml index 0fd658bc0..6d1388acb 100644 --- a/appstore/homarr/1.36.1/docker-compose.yml +++ b/appstore/homarr/1.36.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.36.1 + image: ghcr.io/homarr-labs/homarr:v1.37.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/immich-machine-learning/1.141.1/.env b/appstore/immich-machine-learning/1.142.0/.env similarity index 100% rename from appstore/immich-machine-learning/1.141.1/.env rename to appstore/immich-machine-learning/1.142.0/.env diff --git a/appstore/immich-machine-learning/1.141.1/data.yml b/appstore/immich-machine-learning/1.142.0/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.141.1/data.yml rename to appstore/immich-machine-learning/1.142.0/data.yml diff --git a/appstore/immich-machine-learning/1.141.1/docker-compose.yml b/appstore/immich-machine-learning/1.142.0/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.141.1/docker-compose.yml rename to appstore/immich-machine-learning/1.142.0/docker-compose.yml index 57c1945e1..69e87ea01 100644 --- a/appstore/immich-machine-learning/1.141.1/docker-compose.yml +++ b/appstore/immich-machine-learning/1.142.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 labels: createdBy: Apps networks: diff --git a/appstore/fider/0.28.1/envs/default.env b/appstore/immich-machine-learning/1.142.0/envs/default.env similarity index 100% rename from appstore/fider/0.28.1/envs/default.env rename to appstore/immich-machine-learning/1.142.0/envs/default.env diff --git a/appstore/fider/0.28.1/envs/global.env b/appstore/immich-machine-learning/1.142.0/envs/global.env similarity index 100% rename from appstore/fider/0.28.1/envs/global.env rename to appstore/immich-machine-learning/1.142.0/envs/global.env diff --git a/appstore/immich-machine-learning/1.141.1/scripts/init.sh b/appstore/immich-machine-learning/1.142.0/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.141.1/scripts/init.sh rename to appstore/immich-machine-learning/1.142.0/scripts/init.sh diff --git a/appstore/fider/0.28.1/scripts/uninstall.sh b/appstore/immich-machine-learning/1.142.0/scripts/uninstall.sh similarity index 100% rename from appstore/fider/0.28.1/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.142.0/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.141.1/scripts/upgrade.sh b/appstore/immich-machine-learning/1.142.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.141.1/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.142.0/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.141.1/.env b/appstore/immich-no-machine/1.142.0/.env similarity index 100% rename from appstore/immich-no-machine/1.141.1/.env rename to appstore/immich-no-machine/1.142.0/.env diff --git a/appstore/immich-no-machine/1.141.1/data.yml b/appstore/immich-no-machine/1.142.0/data.yml similarity index 100% rename from appstore/immich-no-machine/1.141.1/data.yml rename to appstore/immich-no-machine/1.142.0/data.yml diff --git a/appstore/immich-no-machine/1.141.1/docker-compose.yml b/appstore/immich-no-machine/1.142.0/docker-compose.yml similarity index 95% rename from appstore/immich-no-machine/1.141.1/docker-compose.yml rename to appstore/immich-no-machine/1.142.0/docker-compose.yml index a29cf753d..79bb974da 100644 --- a/appstore/immich-no-machine/1.141.1/docker-compose.yml +++ b/appstore/immich-no-machine/1.142.0/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.141.1/envs/default.env b/appstore/immich-no-machine/1.142.0/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.141.1/envs/default.env rename to appstore/immich-no-machine/1.142.0/envs/default.env diff --git a/appstore/immich-machine-learning/1.141.1/envs/global.env b/appstore/immich-no-machine/1.142.0/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.141.1/envs/global.env rename to appstore/immich-no-machine/1.142.0/envs/global.env diff --git a/appstore/immich-no-machine/1.141.1/scripts/init.sh b/appstore/immich-no-machine/1.142.0/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.141.1/scripts/init.sh rename to appstore/immich-no-machine/1.142.0/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.141.1/scripts/uninstall.sh b/appstore/immich-no-machine/1.142.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.141.1/scripts/uninstall.sh rename to appstore/immich-no-machine/1.142.0/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.141.1/scripts/upgrade.sh b/appstore/immich-no-machine/1.142.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.141.1/scripts/upgrade.sh rename to appstore/immich-no-machine/1.142.0/scripts/upgrade.sh diff --git a/appstore/immich-server/1.141.1/.env b/appstore/immich-server/1.142.0/.env similarity index 100% rename from appstore/immich-server/1.141.1/.env rename to appstore/immich-server/1.142.0/.env diff --git a/appstore/immich-server/1.141.1/data.yml b/appstore/immich-server/1.142.0/data.yml similarity index 100% rename from appstore/immich-server/1.141.1/data.yml rename to appstore/immich-server/1.142.0/data.yml diff --git a/appstore/immich-server/1.141.1/docker-compose.yml b/appstore/immich-server/1.142.0/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.141.1/docker-compose.yml rename to appstore/immich-server/1.142.0/docker-compose.yml index 2ee0e6104..304ec84bb 100644 --- a/appstore/immich-server/1.141.1/docker-compose.yml +++ b/appstore/immich-server/1.142.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.141.1/envs/default.env b/appstore/immich-server/1.142.0/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.141.1/envs/default.env rename to appstore/immich-server/1.142.0/envs/default.env diff --git a/appstore/immich-no-machine/1.141.1/envs/global.env b/appstore/immich-server/1.142.0/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.141.1/envs/global.env rename to appstore/immich-server/1.142.0/envs/global.env diff --git a/appstore/immich-server/1.141.1/scripts/init.sh b/appstore/immich-server/1.142.0/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.141.1/scripts/init.sh rename to appstore/immich-server/1.142.0/scripts/init.sh diff --git a/appstore/immich-no-machine/1.141.1/scripts/uninstall.sh b/appstore/immich-server/1.142.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.141.1/scripts/uninstall.sh rename to appstore/immich-server/1.142.0/scripts/uninstall.sh diff --git a/appstore/immich-server/1.141.1/scripts/upgrade.sh b/appstore/immich-server/1.142.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.141.1/scripts/upgrade.sh rename to appstore/immich-server/1.142.0/scripts/upgrade.sh diff --git a/appstore/immich/1.141.1/.env b/appstore/immich/1.142.0/.env similarity index 100% rename from appstore/immich/1.141.1/.env rename to appstore/immich/1.142.0/.env diff --git a/appstore/immich/1.141.1/data.yml b/appstore/immich/1.142.0/data.yml similarity index 100% rename from appstore/immich/1.141.1/data.yml rename to appstore/immich/1.142.0/data.yml diff --git a/appstore/immich/1.141.1/docker-compose.yml b/appstore/immich/1.142.0/docker-compose.yml similarity index 92% rename from appstore/immich/1.141.1/docker-compose.yml rename to appstore/immich/1.142.0/docker-compose.yml index d5e5dedde..52f89c450 100644 --- a/appstore/immich/1.141.1/docker-compose.yml +++ b/appstore/immich/1.142.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.141.1/envs/default.env b/appstore/immich/1.142.0/envs/default.env similarity index 100% rename from appstore/immich-server/1.141.1/envs/default.env rename to appstore/immich/1.142.0/envs/default.env diff --git a/appstore/immich-server/1.141.1/envs/global.env b/appstore/immich/1.142.0/envs/global.env similarity index 100% rename from appstore/immich-server/1.141.1/envs/global.env rename to appstore/immich/1.142.0/envs/global.env diff --git a/appstore/immich/1.141.1/scripts/init.sh b/appstore/immich/1.142.0/scripts/init.sh similarity index 100% rename from appstore/immich/1.141.1/scripts/init.sh rename to appstore/immich/1.142.0/scripts/init.sh diff --git a/appstore/immich-server/1.141.1/scripts/uninstall.sh b/appstore/immich/1.142.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.141.1/scripts/uninstall.sh rename to appstore/immich/1.142.0/scripts/uninstall.sh diff --git a/appstore/immich/1.141.1/scripts/upgrade.sh b/appstore/immich/1.142.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.141.1/scripts/upgrade.sh rename to appstore/immich/1.142.0/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.20.9/docker-compose.yml b/appstore/mdc-ng/1.20.9/docker-compose.yml index 075e75295..af996071d 100644 --- a/appstore/mdc-ng/1.20.9/docker-compose.yml +++ b/appstore/mdc-ng/1.20.9/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.20.9 + image: mdcng/mdc:1.20.10 labels: createdBy: Apps networks: 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/.env b/appstore/movie-pilot/2.8.0/.env similarity index 100% rename from appstore/movie-pilot/2.7.9/.env rename to appstore/movie-pilot/2.8.0/.env diff --git a/apps/movie-pilot/2.7.9/data.yml b/appstore/movie-pilot/2.8.0/data.yml similarity index 100% rename from apps/movie-pilot/2.7.9/data.yml rename to appstore/movie-pilot/2.8.0/data.yml diff --git a/appstore/movie-pilot/2.7.9/docker-compose.yml b/appstore/movie-pilot/2.8.0/docker-compose.yml similarity index 96% rename from appstore/movie-pilot/2.7.9/docker-compose.yml rename to appstore/movie-pilot/2.8.0/docker-compose.yml index 634719141..21645d162 100644 --- a/appstore/movie-pilot/2.7.9/docker-compose.yml +++ b/appstore/movie-pilot/2.8.0/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.7.9 + image: jxxghp/moviepilot:2.8.0 labels: createdBy: Apps logging: diff --git a/appstore/immich/1.141.1/envs/default.env b/appstore/movie-pilot/2.8.0/envs/default.env similarity index 100% rename from appstore/immich/1.141.1/envs/default.env rename to appstore/movie-pilot/2.8.0/envs/default.env diff --git a/appstore/immich/1.141.1/envs/global.env b/appstore/movie-pilot/2.8.0/envs/global.env similarity index 100% rename from appstore/immich/1.141.1/envs/global.env rename to appstore/movie-pilot/2.8.0/envs/global.env diff --git a/apps/movie-pilot/2.7.9/scripts/init.sh b/appstore/movie-pilot/2.8.0/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.7.9/scripts/init.sh rename to appstore/movie-pilot/2.8.0/scripts/init.sh diff --git a/appstore/immich/1.141.1/scripts/uninstall.sh b/appstore/movie-pilot/2.8.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.141.1/scripts/uninstall.sh rename to appstore/movie-pilot/2.8.0/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.7.9/scripts/upgrade.sh b/appstore/movie-pilot/2.8.0/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.7.9/scripts/upgrade.sh rename to appstore/movie-pilot/2.8.0/scripts/upgrade.sh diff --git a/appstore/music-tag-web/2.5.6/.env b/appstore/music-tag-web/2.5.7/.env similarity index 100% rename from appstore/music-tag-web/2.5.6/.env rename to appstore/music-tag-web/2.5.7/.env diff --git a/appstore/music-tag-web/2.5.6/data.yml b/appstore/music-tag-web/2.5.7/data.yml similarity index 100% rename from appstore/music-tag-web/2.5.6/data.yml rename to appstore/music-tag-web/2.5.7/data.yml diff --git a/dockge/music-tag-web_2_5_6/docker-compose.yml b/appstore/music-tag-web/2.5.7/docker-compose.yml similarity index 94% rename from dockge/music-tag-web_2_5_6/docker-compose.yml rename to appstore/music-tag-web/2.5.7/docker-compose.yml index 5a3e9810e..a28115d65 100644 --- a/dockge/music-tag-web_2_5_6/docker-compose.yml +++ b/appstore/music-tag-web/2.5.7/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: xhongc/music_tag_web:2.5.6 + image: xhongc/music_tag_web:2.5.7 labels: createdBy: Apps networks: diff --git a/appstore/movie-pilot/2.7.9/envs/default.env b/appstore/music-tag-web/2.5.7/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.7.9/envs/default.env rename to appstore/music-tag-web/2.5.7/envs/default.env diff --git a/appstore/movie-pilot/2.7.9/envs/global.env b/appstore/music-tag-web/2.5.7/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.7.9/envs/global.env rename to appstore/music-tag-web/2.5.7/envs/global.env diff --git a/appstore/music-tag-web/2.5.6/scripts/init.sh b/appstore/music-tag-web/2.5.7/scripts/init.sh similarity index 100% rename from appstore/music-tag-web/2.5.6/scripts/init.sh rename to appstore/music-tag-web/2.5.7/scripts/init.sh diff --git a/appstore/movie-pilot/2.7.9/scripts/uninstall.sh b/appstore/music-tag-web/2.5.7/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.7.9/scripts/uninstall.sh rename to appstore/music-tag-web/2.5.7/scripts/uninstall.sh diff --git a/appstore/music-tag-web/2.5.6/scripts/upgrade.sh b/appstore/music-tag-web/2.5.7/scripts/upgrade.sh similarity index 100% rename from appstore/music-tag-web/2.5.6/scripts/upgrade.sh rename to appstore/music-tag-web/2.5.7/scripts/upgrade.sh diff --git a/appstore/neko-brave/3.0.7/docker-compose.yml b/appstore/neko-brave/3.0.7/docker-compose.yml index dd2742e49..b3079f1ff 100644 --- a/appstore/neko-brave/3.0.7/docker-compose.yml +++ b/appstore/neko-brave/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/brave:3.0.7 + image: ghcr.io/m1k1o/neko/brave:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-chromium/3.0.6/docker-compose.yml b/appstore/neko-chromium/3.0.6/docker-compose.yml index 3ed4c0dcb..10c64011d 100644 --- a/appstore/neko-chromium/3.0.6/docker-compose.yml +++ b/appstore/neko-chromium/3.0.6/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/chromium:3.0.6 + image: ghcr.io/m1k1o/neko/chromium:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-firefox/3.0.7/docker-compose.yml b/appstore/neko-firefox/3.0.7/docker-compose.yml index 6b9626653..d2a03646b 100644 --- a/appstore/neko-firefox/3.0.7/docker-compose.yml +++ b/appstore/neko-firefox/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/firefox:3.0.7 + image: ghcr.io/m1k1o/neko/firefox:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-google-chrome/3.0.7/docker-compose.yml b/appstore/neko-google-chrome/3.0.7/docker-compose.yml index 3081d996f..2f276d6ba 100644 --- a/appstore/neko-google-chrome/3.0.7/docker-compose.yml +++ b/appstore/neko-google-chrome/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/google-chrome:3.0.7 + image: ghcr.io/m1k1o/neko/google-chrome:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-kde/3.0.7/docker-compose.yml b/appstore/neko-kde/3.0.7/docker-compose.yml index a1958e776..43e2c3059 100644 --- a/appstore/neko-kde/3.0.7/docker-compose.yml +++ b/appstore/neko-kde/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/kde:3.0.7 + image: ghcr.io/m1k1o/neko/kde:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-microsoft-edge/3.0.7/docker-compose.yml b/appstore/neko-microsoft-edge/3.0.7/docker-compose.yml index dc70e0f4a..1e3626061 100644 --- a/appstore/neko-microsoft-edge/3.0.7/docker-compose.yml +++ b/appstore/neko-microsoft-edge/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.7 + image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-remmina/3.0.7/docker-compose.yml b/appstore/neko-remmina/3.0.7/docker-compose.yml index 633a90d0d..3786d77a3 100644 --- a/appstore/neko-remmina/3.0.7/docker-compose.yml +++ b/appstore/neko-remmina/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/remmina:3.0.7 + image: ghcr.io/m1k1o/neko/remmina:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-tor-browser/3.0.7/docker-compose.yml b/appstore/neko-tor-browser/3.0.7/docker-compose.yml index ae807bef7..cc764c063 100644 --- a/appstore/neko-tor-browser/3.0.7/docker-compose.yml +++ b/appstore/neko-tor-browser/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/tor-browser:3.0.7 + image: ghcr.io/m1k1o/neko/tor-browser:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-vlc/3.0.7/docker-compose.yml b/appstore/neko-vlc/3.0.7/docker-compose.yml index 583d38b3b..43edb54b2 100644 --- a/appstore/neko-vlc/3.0.7/docker-compose.yml +++ b/appstore/neko-vlc/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/vlc:3.0.7 + image: ghcr.io/m1k1o/neko/vlc:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/neko-xfce/3.0.7/docker-compose.yml b/appstore/neko-xfce/3.0.7/docker-compose.yml index 5f7d1bffe..9ceb46769 100644 --- a/appstore/neko-xfce/3.0.7/docker-compose.yml +++ b/appstore/neko-xfce/3.0.7/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/xfce:3.0.7 + image: ghcr.io/m1k1o/neko/xfce:3.0.8 labels: createdBy: Apps networks: diff --git a/appstore/nodepassdash/3.0.2/.env b/appstore/nodepassdash/3.0.2/.env new file mode 100644 index 000000000..a1eba4f62 --- /dev/null +++ b/appstore/nodepassdash/3.0.2/.env @@ -0,0 +1,9 @@ +# 网络模式 [必填] +NETWORK_MODE=host + +# 数据持久化路径 [必填] +NODEPASSDASH_ROOT_PATH=/home/nodepassdash + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=3000 + diff --git a/appstore/nodepassdash/3.0.2/data.yml b/appstore/nodepassdash/3.0.2/data.yml new file mode 100644 index 000000000..ad4bc5870 --- /dev/null +++ b/appstore/nodepassdash/3.0.2/data.yml @@ -0,0 +1,33 @@ +additionalProperties: + formFields: + - default: "host" + 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/nodepassdash" + edit: true + envKey: NODEPASSDASH_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 diff --git a/appstore/nodepassdash/3.0.2/docker-compose.yml b/appstore/nodepassdash/3.0.2/docker-compose.yml new file mode 100644 index 000000000..a043d19bd --- /dev/null +++ b/appstore/nodepassdash/3.0.2/docker-compose.yml @@ -0,0 +1,22 @@ +networks: + 1panel-network: + external: true +services: + nodepassdash: + container_name: nodepassdash + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - PORT=${PANEL_APP_PORT_HTTP} + image: ghcr.io/nodepassproject/nodepassdash:3.0.2 + labels: + createdBy: Apps + network_mode: ${NETWORK_MODE} + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + restart: always + volumes: + - ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs + - ${NODEPASSDASH_ROOT_PATH}/public:/app/public diff --git a/appstore/music-tag-web/2.5.6/envs/default.env b/appstore/nodepassdash/3.0.2/envs/default.env similarity index 100% rename from appstore/music-tag-web/2.5.6/envs/default.env rename to appstore/nodepassdash/3.0.2/envs/default.env diff --git a/appstore/music-tag-web/2.5.6/envs/global.env b/appstore/nodepassdash/3.0.2/envs/global.env similarity index 100% rename from appstore/music-tag-web/2.5.6/envs/global.env rename to appstore/nodepassdash/3.0.2/envs/global.env diff --git a/appstore/rsshub/2025-09-10/scripts/init.sh b/appstore/nodepassdash/3.0.2/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-09-10/scripts/init.sh rename to appstore/nodepassdash/3.0.2/scripts/init.sh diff --git a/appstore/music-tag-web/2.5.6/scripts/uninstall.sh b/appstore/nodepassdash/3.0.2/scripts/uninstall.sh similarity index 100% rename from appstore/music-tag-web/2.5.6/scripts/uninstall.sh rename to appstore/nodepassdash/3.0.2/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-09-10/scripts/upgrade.sh b/appstore/nodepassdash/3.0.2/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-09-10/scripts/upgrade.sh rename to appstore/nodepassdash/3.0.2/scripts/upgrade.sh diff --git a/appstore/nodepassdash/data.yml b/appstore/nodepassdash/data.yml index 4ad377a81..1d0d64b69 100644 --- a/appstore/nodepassdash/data.yml +++ b/appstore/nodepassdash/data.yml @@ -7,7 +7,7 @@ additionalProperties: shortDescZh: 现代化的 NodePass 管理界面 shortDescEn: NodePass Dashboard type: website - crossVersionUpdate: true + crossVersionUpdate: false limit: 0 website: https://github.com/NodePassProject/NodePassDash/ github: https://github.com/NodePassProject/NodePassDash/ diff --git a/appstore/openresty-manager/2.2.1/docker-compose.yml b/appstore/openresty-manager/2.2.1/docker-compose.yml index 8adc4007e..bcff1d4aa 100644 --- a/appstore/openresty-manager/2.2.1/docker-compose.yml +++ b/appstore/openresty-manager/2.2.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: uusec/openresty-manager:2.2.1 + image: uusec/openresty-manager:2.3.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/rsshub/2025-09-10/.env b/appstore/rsshub/2025-09-12/.env similarity index 100% rename from appstore/rsshub/2025-09-10/.env rename to appstore/rsshub/2025-09-12/.env diff --git a/appstore/rsshub/2025-09-10/data.yml b/appstore/rsshub/2025-09-12/data.yml similarity index 100% rename from appstore/rsshub/2025-09-10/data.yml rename to appstore/rsshub/2025-09-12/data.yml diff --git a/appstore/rsshub/2025-09-10/docker-compose.yml b/appstore/rsshub/2025-09-12/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-09-10/docker-compose.yml rename to appstore/rsshub/2025-09-12/docker-compose.yml index 1712dda7c..39fe1dd43 100644 --- a/appstore/rsshub/2025-09-10/docker-compose.yml +++ b/appstore/rsshub/2025-09-12/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-09-10 + image: diygod/rsshub:2025-09-15 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-09-10/envs/default.env b/appstore/rsshub/2025-09-12/envs/default.env similarity index 100% rename from appstore/rsshub/2025-09-10/envs/default.env rename to appstore/rsshub/2025-09-12/envs/default.env diff --git a/appstore/rsshub/2025-09-10/envs/global.env b/appstore/rsshub/2025-09-12/envs/global.env similarity index 100% rename from appstore/rsshub/2025-09-10/envs/global.env rename to appstore/rsshub/2025-09-12/envs/global.env diff --git a/appstore/s-ui/1.3.4/scripts/init.sh b/appstore/rsshub/2025-09-12/scripts/init.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/init.sh rename to appstore/rsshub/2025-09-12/scripts/init.sh diff --git a/appstore/rsshub/2025-09-10/scripts/uninstall.sh b/appstore/rsshub/2025-09-12/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-09-10/scripts/uninstall.sh rename to appstore/rsshub/2025-09-12/scripts/uninstall.sh diff --git a/appstore/rustdesk-api/2.6.28/scripts/upgrade.sh b/appstore/rsshub/2025-09-12/scripts/upgrade.sh similarity index 100% rename from appstore/rustdesk-api/2.6.28/scripts/upgrade.sh rename to appstore/rsshub/2025-09-12/scripts/upgrade.sh diff --git a/appstore/rustdesk-api/2.6.28/.env b/appstore/rustdesk-api/2.6.29/.env similarity index 100% rename from appstore/rustdesk-api/2.6.28/.env rename to appstore/rustdesk-api/2.6.29/.env diff --git a/appstore/rustdesk-api/2.6.28/conf/hbbr/run b/appstore/rustdesk-api/2.6.29/conf/hbbr/run similarity index 100% rename from appstore/rustdesk-api/2.6.28/conf/hbbr/run rename to appstore/rustdesk-api/2.6.29/conf/hbbr/run diff --git a/appstore/rustdesk-api/2.6.28/conf/hbbs/run b/appstore/rustdesk-api/2.6.29/conf/hbbs/run similarity index 100% rename from appstore/rustdesk-api/2.6.28/conf/hbbs/run rename to appstore/rustdesk-api/2.6.29/conf/hbbs/run diff --git a/appstore/rustdesk-api/2.6.28/data.yml b/appstore/rustdesk-api/2.6.29/data.yml similarity index 100% rename from appstore/rustdesk-api/2.6.28/data.yml rename to appstore/rustdesk-api/2.6.29/data.yml diff --git a/appstore/rustdesk-api/2.6.28/docker-compose.yml b/appstore/rustdesk-api/2.6.29/docker-compose.yml similarity index 96% rename from appstore/rustdesk-api/2.6.28/docker-compose.yml rename to appstore/rustdesk-api/2.6.29/docker-compose.yml index 0ca8d2616..a532d45e1 100644 --- a/appstore/rustdesk-api/2.6.28/docker-compose.yml +++ b/appstore/rustdesk-api/2.6.29/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - RUSTDESK_API_LANG=zh-CN - image: lejianwen/rustdesk-api:v2.6.28 + image: lejianwen/rustdesk-api:v2.6.29 labels: createdBy: Apps networks: diff --git a/appstore/rustdesk-api/2.6.28/envs/default.env b/appstore/rustdesk-api/2.6.29/envs/default.env similarity index 100% rename from appstore/rustdesk-api/2.6.28/envs/default.env rename to appstore/rustdesk-api/2.6.29/envs/default.env diff --git a/appstore/rustdesk-api/2.6.28/envs/global.env b/appstore/rustdesk-api/2.6.29/envs/global.env similarity index 100% rename from appstore/rustdesk-api/2.6.28/envs/global.env rename to appstore/rustdesk-api/2.6.29/envs/global.env diff --git a/appstore/rustdesk-api/2.6.28/scripts/init.sh b/appstore/rustdesk-api/2.6.29/scripts/init.sh similarity index 100% rename from appstore/rustdesk-api/2.6.28/scripts/init.sh rename to appstore/rustdesk-api/2.6.29/scripts/init.sh diff --git a/appstore/rustdesk-api/2.6.28/scripts/uninstall.sh b/appstore/rustdesk-api/2.6.29/scripts/uninstall.sh similarity index 100% rename from appstore/rustdesk-api/2.6.28/scripts/uninstall.sh rename to appstore/rustdesk-api/2.6.29/scripts/uninstall.sh diff --git a/appstore/s-ui/1.3.4/scripts/upgrade.sh b/appstore/rustdesk-api/2.6.29/scripts/upgrade.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/upgrade.sh rename to appstore/rustdesk-api/2.6.29/scripts/upgrade.sh diff --git a/appstore/s-ui/1.3.4/.env b/appstore/s-ui/1.3.5/.env similarity index 100% rename from appstore/s-ui/1.3.4/.env rename to appstore/s-ui/1.3.5/.env diff --git a/appstore/s-ui/1.3.4/data.yml b/appstore/s-ui/1.3.5/data.yml similarity index 100% rename from appstore/s-ui/1.3.4/data.yml rename to appstore/s-ui/1.3.5/data.yml diff --git a/appstore/s-ui/1.3.4/docker-compose.yml b/appstore/s-ui/1.3.5/docker-compose.yml similarity index 94% rename from appstore/s-ui/1.3.4/docker-compose.yml rename to appstore/s-ui/1.3.5/docker-compose.yml index 1ed138880..991907c68 100644 --- a/appstore/s-ui/1.3.4/docker-compose.yml +++ b/appstore/s-ui/1.3.5/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:1.3.4 + image: alireza7/s-ui:1.3.6 labels: createdBy: Apps networks: diff --git a/appstore/s-ui/1.3.4/envs/default.env b/appstore/s-ui/1.3.5/envs/default.env similarity index 100% rename from appstore/s-ui/1.3.4/envs/default.env rename to appstore/s-ui/1.3.5/envs/default.env diff --git a/appstore/s-ui/1.3.4/envs/global.env b/appstore/s-ui/1.3.5/envs/global.env similarity index 100% rename from appstore/s-ui/1.3.4/envs/global.env rename to appstore/s-ui/1.3.5/envs/global.env diff --git a/appstore/slink/1.6.5/scripts/init.sh b/appstore/s-ui/1.3.5/scripts/init.sh similarity index 100% rename from appstore/slink/1.6.5/scripts/init.sh rename to appstore/s-ui/1.3.5/scripts/init.sh diff --git a/appstore/s-ui/1.3.4/scripts/uninstall.sh b/appstore/s-ui/1.3.5/scripts/uninstall.sh similarity index 100% rename from appstore/s-ui/1.3.4/scripts/uninstall.sh rename to appstore/s-ui/1.3.5/scripts/uninstall.sh diff --git a/appstore/slink/1.6.5/scripts/upgrade.sh b/appstore/s-ui/1.3.5/scripts/upgrade.sh similarity index 100% rename from appstore/slink/1.6.5/scripts/upgrade.sh rename to appstore/s-ui/1.3.5/scripts/upgrade.sh diff --git a/appstore/shopware-dockware/6.7.2.0/docker-compose.yml b/appstore/shopware-dockware/6.7.2.0/docker-compose.yml index 72d3d3679..d98106e58 100644 --- a/appstore/shopware-dockware/6.7.2.0/docker-compose.yml +++ b/appstore/shopware-dockware/6.7.2.0/docker-compose.yml @@ -17,7 +17,7 @@ services: - 8888 - 22 - 443 - image: dockware/play:6.7.2.0 + image: dockware/play:6.7.2.1 labels: createdBy: Apps networks: diff --git a/appstore/slink/1.6.5/.env b/appstore/slink/1.6.6/.env similarity index 100% rename from appstore/slink/1.6.5/.env rename to appstore/slink/1.6.6/.env diff --git a/appstore/slink/1.6.5/data.yml b/appstore/slink/1.6.6/data.yml similarity index 100% rename from appstore/slink/1.6.5/data.yml rename to appstore/slink/1.6.6/data.yml diff --git a/appstore/slink/1.6.5/docker-compose.yml b/appstore/slink/1.6.6/docker-compose.yml similarity index 94% rename from appstore/slink/1.6.5/docker-compose.yml rename to appstore/slink/1.6.6/docker-compose.yml index 01061f1e2..526896a20 100644 --- a/appstore/slink/1.6.5/docker-compose.yml +++ b/appstore/slink/1.6.6/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.6.5 + image: anirdev/slink:v1.6.7 labels: createdBy: Apps networks: diff --git a/appstore/slink/1.6.5/envs/default.env b/appstore/slink/1.6.6/envs/default.env similarity index 100% rename from appstore/slink/1.6.5/envs/default.env rename to appstore/slink/1.6.6/envs/default.env diff --git a/appstore/slink/1.6.5/envs/global.env b/appstore/slink/1.6.6/envs/global.env similarity index 100% rename from appstore/slink/1.6.5/envs/global.env rename to appstore/slink/1.6.6/envs/global.env diff --git a/appstore/movie-pilot/2.7.9/scripts/init.sh b/appstore/slink/1.6.6/scripts/init.sh similarity index 77% rename from appstore/movie-pilot/2.7.9/scripts/init.sh rename to appstore/slink/1.6.6/scripts/init.sh index 118f924a3..07fb8c3fe 100644 --- a/appstore/movie-pilot/2.7.9/scripts/init.sh +++ b/appstore/slink/1.6.6/scripts/init.sh @@ -7,10 +7,8 @@ if [ -f .env ]; then 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." diff --git a/appstore/slink/1.6.5/scripts/uninstall.sh b/appstore/slink/1.6.6/scripts/uninstall.sh similarity index 100% rename from appstore/slink/1.6.5/scripts/uninstall.sh rename to appstore/slink/1.6.6/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.7.9/scripts/upgrade.sh b/appstore/slink/1.6.6/scripts/upgrade.sh similarity index 77% rename from appstore/movie-pilot/2.7.9/scripts/upgrade.sh rename to appstore/slink/1.6.6/scripts/upgrade.sh index 84793ac8a..07fb8c3fe 100644 --- a/appstore/movie-pilot/2.7.9/scripts/upgrade.sh +++ b/appstore/slink/1.6.6/scripts/upgrade.sh @@ -7,12 +7,11 @@ if [ -f .env ]; then 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/super-productivity/14.5.0/.env b/appstore/super-productivity/15.0.1/.env similarity index 100% rename from appstore/super-productivity/14.5.0/.env rename to appstore/super-productivity/15.0.1/.env diff --git a/appstore/super-productivity/14.5.0/conf/webdav.yaml b/appstore/super-productivity/15.0.1/conf/webdav.yaml similarity index 100% rename from appstore/super-productivity/14.5.0/conf/webdav.yaml rename to appstore/super-productivity/15.0.1/conf/webdav.yaml diff --git a/appstore/super-productivity/14.5.0/data.yml b/appstore/super-productivity/15.0.1/data.yml similarity index 100% rename from appstore/super-productivity/14.5.0/data.yml rename to appstore/super-productivity/15.0.1/data.yml diff --git a/appstore/super-productivity/14.5.0/docker-compose.yml b/appstore/super-productivity/15.0.1/docker-compose.yml similarity index 93% rename from appstore/super-productivity/14.5.0/docker-compose.yml rename to appstore/super-productivity/15.0.1/docker-compose.yml index b990e18c5..5b97db254 100644 --- a/appstore/super-productivity/14.5.0/docker-compose.yml +++ b/appstore/super-productivity/15.0.1/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.5.0 + image: johannesjo/super-productivity:v15.0.1 labels: createdBy: Apps networks: diff --git a/appstore/super-productivity/14.5.0/envs/default.env b/appstore/super-productivity/15.0.1/envs/default.env similarity index 100% rename from appstore/super-productivity/14.5.0/envs/default.env rename to appstore/super-productivity/15.0.1/envs/default.env diff --git a/appstore/super-productivity/14.5.0/envs/global.env b/appstore/super-productivity/15.0.1/envs/global.env similarity index 100% rename from appstore/super-productivity/14.5.0/envs/global.env rename to appstore/super-productivity/15.0.1/envs/global.env diff --git a/appstore/super-productivity/14.5.0/scripts/init.sh b/appstore/super-productivity/15.0.1/scripts/init.sh similarity index 100% rename from appstore/super-productivity/14.5.0/scripts/init.sh rename to appstore/super-productivity/15.0.1/scripts/init.sh diff --git a/appstore/super-productivity/14.5.0/scripts/uninstall.sh b/appstore/super-productivity/15.0.1/scripts/uninstall.sh similarity index 100% rename from appstore/super-productivity/14.5.0/scripts/uninstall.sh rename to appstore/super-productivity/15.0.1/scripts/uninstall.sh diff --git a/appstore/super-productivity/14.5.0/scripts/upgrade.sh b/appstore/super-productivity/15.0.1/scripts/upgrade.sh similarity index 100% rename from appstore/super-productivity/14.5.0/scripts/upgrade.sh rename to appstore/super-productivity/15.0.1/scripts/upgrade.sh diff --git a/appstore/weblate/5.13.2.0/.env b/appstore/weblate/5.13.3.0/.env similarity index 100% rename from appstore/weblate/5.13.2.0/.env rename to appstore/weblate/5.13.3.0/.env diff --git a/appstore/weblate/5.13.2.0/data.yml b/appstore/weblate/5.13.3.0/data.yml similarity index 100% rename from appstore/weblate/5.13.2.0/data.yml rename to appstore/weblate/5.13.3.0/data.yml diff --git a/appstore/weblate/5.13.2.0/docker-compose.yml b/appstore/weblate/5.13.3.0/docker-compose.yml similarity index 94% rename from appstore/weblate/5.13.2.0/docker-compose.yml rename to appstore/weblate/5.13.3.0/docker-compose.yml index 9c5d0735d..85b9987a1 100644 --- a/appstore/weblate/5.13.2.0/docker-compose.yml +++ b/appstore/weblate/5.13.3.0/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.13.2.0 + image: weblate/weblate:5.13.3.0 labels: createdBy: Apps networks: diff --git a/appstore/weblate/5.13.2.0/envs/default.env b/appstore/weblate/5.13.3.0/envs/default.env similarity index 100% rename from appstore/weblate/5.13.2.0/envs/default.env rename to appstore/weblate/5.13.3.0/envs/default.env diff --git a/appstore/weblate/5.13.2.0/envs/global.env b/appstore/weblate/5.13.3.0/envs/global.env similarity index 100% rename from appstore/weblate/5.13.2.0/envs/global.env rename to appstore/weblate/5.13.3.0/envs/global.env diff --git a/appstore/weblate/5.13.2.0/scripts/init.sh b/appstore/weblate/5.13.3.0/scripts/init.sh similarity index 100% rename from appstore/weblate/5.13.2.0/scripts/init.sh rename to appstore/weblate/5.13.3.0/scripts/init.sh diff --git a/appstore/weblate/5.13.2.0/scripts/uninstall.sh b/appstore/weblate/5.13.3.0/scripts/uninstall.sh similarity index 100% rename from appstore/weblate/5.13.2.0/scripts/uninstall.sh rename to appstore/weblate/5.13.3.0/scripts/uninstall.sh diff --git a/appstore/weblate/5.13.2.0/scripts/upgrade.sh b/appstore/weblate/5.13.3.0/scripts/upgrade.sh similarity index 100% rename from appstore/weblate/5.13.2.0/scripts/upgrade.sh rename to appstore/weblate/5.13.3.0/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 2a2c2f059..8296db218 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.2.3 + image: wushuo894/ani-rss:v2.2.6 labels: createdBy: Apps networks: diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index 1ce66c66d..5ddf66c06 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.0.0 + image: soulter/astrbot:v4.1.2 labels: createdBy: Apps networks: @@ -36,7 +36,7 @@ services: - MODE=astrbot - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} - image: mlikiowa/napcat-docker:v4.8.109 + image: mlikiowa/napcat-docker:v4.8.113 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 c3c578035..222cc858a 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.0.0 + image: soulter/astrbot:v4.1.2 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index 30961b921..463b7e40c 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v2.55.0 + image: casbin/casdoor:v2.58.0 labels: createdBy: Apps networks: diff --git a/dockge/cloudreve/docker-compose.yml b/dockge/cloudreve/docker-compose.yml index d0198a594..905e52ac6 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.7.0 + image: cloudreve/cloudreve:4.8.0 labels: createdBy: Apps networks: diff --git a/dockge/dozzle/docker-compose.yml b/dockge/dozzle/docker-compose.yml index c4e13da83..033f66d6d 100644 --- a/dockge/dozzle/docker-compose.yml +++ b/dockge/dozzle/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.13 + image: amir20/dozzle:v8.13.14 labels: createdBy: Apps networks: diff --git a/dockge/emby_4_9_1_28/docker-compose.yml b/dockge/emby_4_9_1_28/docker-compose.yml index ec113311d..4e3be5079 100644 --- a/dockge/emby_4_9_1_28/docker-compose.yml +++ b/dockge/emby_4_9_1_28/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.28 + image: emby/embyserver:4.9.1.31 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/fider/docker-compose.yml b/dockge/fider/docker-compose.yml index 44154ecac..260d0e59a 100644 --- a/dockge/fider/docker-compose.yml +++ b/dockge/fider/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}?sslmode=disable - image: getfider/fider:v0.28.1 + image: getfider/fider:v0.29.0 labels: createdBy: Apps networks: diff --git a/dockge/homarr_1_36_1/docker-compose.yml b/dockge/homarr_1_36_1/docker-compose.yml index 0fd658bc0..6d1388acb 100644 --- a/dockge/homarr_1_36_1/docker-compose.yml +++ b/dockge/homarr_1_36_1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.36.1 + image: ghcr.io/homarr-labs/homarr:v1.37.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 57c1945e1..69e87ea01 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index a29cf753d..79bb974da 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 2ee0e6104..304ec84bb 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index d5e5dedde..52f89c450 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.141.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.142.0 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.141.1 + image: ghcr.io/immich-app/immich-server:v1.142.0 labels: createdBy: Apps networks: diff --git a/dockge/mdc-ng/docker-compose.yml b/dockge/mdc-ng/docker-compose.yml index 075e75295..af996071d 100644 --- a/dockge/mdc-ng/docker-compose.yml +++ b/dockge/mdc-ng/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.20.9 + image: mdcng/mdc:1.20.10 labels: createdBy: Apps networks: diff --git a/dockge/movie-pilot/docker-compose.yml b/dockge/movie-pilot/docker-compose.yml index 634719141..21645d162 100644 --- a/dockge/movie-pilot/docker-compose.yml +++ b/dockge/movie-pilot/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.7.9 + image: jxxghp/moviepilot:2.8.0 labels: createdBy: Apps logging: diff --git a/dockge/music-tag-web_2_5_6/.env b/dockge/music-tag-web_2_5_7/.env similarity index 100% rename from dockge/music-tag-web_2_5_6/.env rename to dockge/music-tag-web_2_5_7/.env diff --git a/appstore/music-tag-web/2.5.6/docker-compose.yml b/dockge/music-tag-web_2_5_7/docker-compose.yml similarity index 94% rename from appstore/music-tag-web/2.5.6/docker-compose.yml rename to dockge/music-tag-web_2_5_7/docker-compose.yml index 5a3e9810e..a28115d65 100644 --- a/appstore/music-tag-web/2.5.6/docker-compose.yml +++ b/dockge/music-tag-web_2_5_7/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: xhongc/music_tag_web:2.5.6 + image: xhongc/music_tag_web:2.5.7 labels: createdBy: Apps networks: diff --git a/dockge/music-tag-web_2_5_6/envs/default.env b/dockge/music-tag-web_2_5_7/envs/default.env similarity index 100% rename from dockge/music-tag-web_2_5_6/envs/default.env rename to dockge/music-tag-web_2_5_7/envs/default.env diff --git a/dockge/music-tag-web_2_5_6/envs/global.env b/dockge/music-tag-web_2_5_7/envs/global.env similarity index 100% rename from dockge/music-tag-web_2_5_6/envs/global.env rename to dockge/music-tag-web_2_5_7/envs/global.env diff --git a/dockge/neko-brave/docker-compose.yml b/dockge/neko-brave/docker-compose.yml index dd2742e49..b3079f1ff 100644 --- a/dockge/neko-brave/docker-compose.yml +++ b/dockge/neko-brave/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/brave:3.0.7 + image: ghcr.io/m1k1o/neko/brave:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-chromium/docker-compose.yml b/dockge/neko-chromium/docker-compose.yml index 3ed4c0dcb..10c64011d 100644 --- a/dockge/neko-chromium/docker-compose.yml +++ b/dockge/neko-chromium/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/chromium:3.0.6 + image: ghcr.io/m1k1o/neko/chromium:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-firefox/docker-compose.yml b/dockge/neko-firefox/docker-compose.yml index 6b9626653..d2a03646b 100644 --- a/dockge/neko-firefox/docker-compose.yml +++ b/dockge/neko-firefox/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/firefox:3.0.7 + image: ghcr.io/m1k1o/neko/firefox:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-google-chrome/docker-compose.yml b/dockge/neko-google-chrome/docker-compose.yml index 3081d996f..2f276d6ba 100644 --- a/dockge/neko-google-chrome/docker-compose.yml +++ b/dockge/neko-google-chrome/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/google-chrome:3.0.7 + image: ghcr.io/m1k1o/neko/google-chrome:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-kde/docker-compose.yml b/dockge/neko-kde/docker-compose.yml index a1958e776..43e2c3059 100644 --- a/dockge/neko-kde/docker-compose.yml +++ b/dockge/neko-kde/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/kde:3.0.7 + image: ghcr.io/m1k1o/neko/kde:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-microsoft-edge/docker-compose.yml b/dockge/neko-microsoft-edge/docker-compose.yml index dc70e0f4a..1e3626061 100644 --- a/dockge/neko-microsoft-edge/docker-compose.yml +++ b/dockge/neko-microsoft-edge/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.7 + image: ghcr.io/m1k1o/neko/microsoft-edge:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-remmina/docker-compose.yml b/dockge/neko-remmina/docker-compose.yml index 633a90d0d..3786d77a3 100644 --- a/dockge/neko-remmina/docker-compose.yml +++ b/dockge/neko-remmina/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/remmina:3.0.7 + image: ghcr.io/m1k1o/neko/remmina:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-tor-browser/docker-compose.yml b/dockge/neko-tor-browser/docker-compose.yml index ae807bef7..cc764c063 100644 --- a/dockge/neko-tor-browser/docker-compose.yml +++ b/dockge/neko-tor-browser/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/tor-browser:3.0.7 + image: ghcr.io/m1k1o/neko/tor-browser:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-vlc/docker-compose.yml b/dockge/neko-vlc/docker-compose.yml index 583d38b3b..43edb54b2 100644 --- a/dockge/neko-vlc/docker-compose.yml +++ b/dockge/neko-vlc/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/vlc:3.0.7 + image: ghcr.io/m1k1o/neko/vlc:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/neko-xfce/docker-compose.yml b/dockge/neko-xfce/docker-compose.yml index 5f7d1bffe..9ceb46769 100644 --- a/dockge/neko-xfce/docker-compose.yml +++ b/dockge/neko-xfce/docker-compose.yml @@ -14,7 +14,7 @@ services: - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip - image: ghcr.io/m1k1o/neko/xfce:3.0.7 + image: ghcr.io/m1k1o/neko/xfce:3.0.8 labels: createdBy: Apps networks: diff --git a/dockge/nodepassdash/docker-compose.yml b/dockge/nodepassdash/docker-compose.yml index b9a42c35e..a043d19bd 100644 --- a/dockge/nodepassdash/docker-compose.yml +++ b/dockge/nodepassdash/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - PORT=${PANEL_APP_PORT_HTTP} - image: ghcr.io/nodepassproject/nodepassdash:2.2.1 + image: ghcr.io/nodepassproject/nodepassdash:3.0.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/nodepassdash_2_2_1/.env b/dockge/nodepassdash_2_2_1/.env new file mode 100644 index 000000000..a1eba4f62 --- /dev/null +++ b/dockge/nodepassdash_2_2_1/.env @@ -0,0 +1,9 @@ +# 网络模式 [必填] +NETWORK_MODE=host + +# 数据持久化路径 [必填] +NODEPASSDASH_ROOT_PATH=/home/nodepassdash + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=3000 + diff --git a/dockge/nodepassdash_2_2_1/docker-compose.yml b/dockge/nodepassdash_2_2_1/docker-compose.yml new file mode 100644 index 000000000..b9a42c35e --- /dev/null +++ b/dockge/nodepassdash_2_2_1/docker-compose.yml @@ -0,0 +1,22 @@ +networks: + 1panel-network: + external: true +services: + nodepassdash: + container_name: nodepassdash + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - PORT=${PANEL_APP_PORT_HTTP} + image: ghcr.io/nodepassproject/nodepassdash:2.2.1 + labels: + createdBy: Apps + network_mode: ${NETWORK_MODE} + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + restart: always + volumes: + - ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs + - ${NODEPASSDASH_ROOT_PATH}/public:/app/public diff --git a/dockge/rustdesk-api_s6-latest/envs/default.env b/dockge/nodepassdash_2_2_1/envs/default.env similarity index 100% rename from dockge/rustdesk-api_s6-latest/envs/default.env rename to dockge/nodepassdash_2_2_1/envs/default.env diff --git a/dockge/rustdesk-api_s6-latest/envs/global.env b/dockge/nodepassdash_2_2_1/envs/global.env similarity index 100% rename from dockge/rustdesk-api_s6-latest/envs/global.env rename to dockge/nodepassdash_2_2_1/envs/global.env diff --git a/dockge/openresty-manager/docker-compose.yml b/dockge/openresty-manager/docker-compose.yml index 8adc4007e..bcff1d4aa 100644 --- a/dockge/openresty-manager/docker-compose.yml +++ b/dockge/openresty-manager/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: uusec/openresty-manager:2.2.1 + image: uusec/openresty-manager:2.3.2 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 1712dda7c..39fe1dd43 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-09-10 + image: diygod/rsshub:2025-09-15 labels: createdBy: Apps networks: diff --git a/dockge/rustdesk-api/.env b/dockge/rustdesk-api/.env index 96a0fb5a5..057e9b006 100644 --- a/dockge/rustdesk-api/.env +++ b/dockge/rustdesk-api/.env @@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api # WebUI API 端口 [必填] PANEL_APP_PORT_HTTP=21114 -# NAT 服务端口 [必填] +# NAT 测试服务端口 [必填] PANEL_APP_PORT_NAT=21115 # ID 服务端口 [必填] diff --git a/dockge/rustdesk-api/docker-compose.yml b/dockge/rustdesk-api/docker-compose.yml index 0ca8d2616..aad6a35ef 100644 --- a/dockge/rustdesk-api/docker-compose.yml +++ b/dockge/rustdesk-api/docker-compose.yml @@ -2,7 +2,7 @@ networks: 1panel-network: external: true services: - rustdesk-api: + rustdesk: container_name: rustdesk-api env_file: - ./envs/global.env @@ -10,33 +10,16 @@ services: environment: - TZ=Asia/Shanghai - RUSTDESK_API_LANG=zh-CN - image: lejianwen/rustdesk-api:v2.6.28 - labels: - createdBy: Apps - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:21114 - restart: always - volumes: - - ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data - - ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config - rustdesk-server-s6: - container_name: server-rustdesk-api - env_file: - - ./envs/global.env - - .env - environment: - - TZ=Asia/Shanghai - - RUSTDESK_API_LANG=zh-CN - RELAY=${RUSTDESK_SERVER_URL} - ENCRYPTED_ONLY=1 - image: rustdesk/rustdesk-server-s6:latest + - MUST_LOGIN=N + image: lejianwen/rustdesk-server-s6:latest labels: createdBy: Apps networks: - 1panel-network ports: + - ${PANEL_APP_PORT_HTTP}:21114 - ${PANEL_APP_PORT_NAT}:21115 - ${PANEL_APP_PORT_ID}:21116 - ${PANEL_APP_PORT_ID}:21116/udp @@ -46,5 +29,7 @@ services: restart: always volumes: - ${RUSTDESK_API_ROOT_PATH}/server-data:/data + - ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data + - ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config - ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run - ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run diff --git a/dockge/rustdesk-api_s6-latest/.env b/dockge/rustdesk-api_2_6_29/.env similarity index 97% rename from dockge/rustdesk-api_s6-latest/.env rename to dockge/rustdesk-api_2_6_29/.env index 057e9b006..96a0fb5a5 100644 --- a/dockge/rustdesk-api_s6-latest/.env +++ b/dockge/rustdesk-api_2_6_29/.env @@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api # WebUI API 端口 [必填] PANEL_APP_PORT_HTTP=21114 -# NAT 测试服务端口 [必填] +# NAT 服务端口 [必填] PANEL_APP_PORT_NAT=21115 # ID 服务端口 [必填] diff --git a/dockge/rustdesk-api_s6-latest/conf/hbbr/run b/dockge/rustdesk-api_2_6_29/conf/hbbr/run similarity index 100% rename from dockge/rustdesk-api_s6-latest/conf/hbbr/run rename to dockge/rustdesk-api_2_6_29/conf/hbbr/run diff --git a/dockge/rustdesk-api_s6-latest/conf/hbbs/run b/dockge/rustdesk-api_2_6_29/conf/hbbs/run similarity index 100% rename from dockge/rustdesk-api_s6-latest/conf/hbbs/run rename to dockge/rustdesk-api_2_6_29/conf/hbbs/run diff --git a/dockge/rustdesk-api_s6-latest/docker-compose.yml b/dockge/rustdesk-api_2_6_29/docker-compose.yml similarity index 70% rename from dockge/rustdesk-api_s6-latest/docker-compose.yml rename to dockge/rustdesk-api_2_6_29/docker-compose.yml index aad6a35ef..a532d45e1 100644 --- a/dockge/rustdesk-api_s6-latest/docker-compose.yml +++ b/dockge/rustdesk-api_2_6_29/docker-compose.yml @@ -2,7 +2,7 @@ networks: 1panel-network: external: true services: - rustdesk: + rustdesk-api: container_name: rustdesk-api env_file: - ./envs/global.env @@ -10,16 +10,33 @@ services: environment: - TZ=Asia/Shanghai - RUSTDESK_API_LANG=zh-CN + image: lejianwen/rustdesk-api:v2.6.29 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:21114 + restart: always + volumes: + - ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data + - ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config + rustdesk-server-s6: + container_name: server-rustdesk-api + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - RUSTDESK_API_LANG=zh-CN - RELAY=${RUSTDESK_SERVER_URL} - ENCRYPTED_ONLY=1 - - MUST_LOGIN=N - image: lejianwen/rustdesk-server-s6:latest + image: rustdesk/rustdesk-server-s6:latest labels: createdBy: Apps networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:21114 - ${PANEL_APP_PORT_NAT}:21115 - ${PANEL_APP_PORT_ID}:21116 - ${PANEL_APP_PORT_ID}:21116/udp @@ -29,7 +46,5 @@ services: restart: always volumes: - ${RUSTDESK_API_ROOT_PATH}/server-data:/data - - ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data - - ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config - ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run - ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run diff --git a/dockge/rustdesk-api_2_6_29/envs/default.env b/dockge/rustdesk-api_2_6_29/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/rustdesk-api_2_6_29/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/rustdesk-api_2_6_29/envs/global.env b/dockge/rustdesk-api_2_6_29/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/rustdesk-api_2_6_29/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/s-ui/docker-compose.yml b/dockge/s-ui/docker-compose.yml index 1ed138880..991907c68 100644 --- a/dockge/s-ui/docker-compose.yml +++ b/dockge/s-ui/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - SUI_LOG_LEVEL=info - SUI_DEBUG=false - image: alireza7/s-ui:1.3.4 + image: alireza7/s-ui:1.3.6 labels: createdBy: Apps networks: diff --git a/dockge/shopware-dockware/docker-compose.yml b/dockge/shopware-dockware/docker-compose.yml index 72d3d3679..d98106e58 100644 --- a/dockge/shopware-dockware/docker-compose.yml +++ b/dockge/shopware-dockware/docker-compose.yml @@ -17,7 +17,7 @@ services: - 8888 - 22 - 443 - image: dockware/play:6.7.2.0 + image: dockware/play:6.7.2.1 labels: createdBy: Apps networks: diff --git a/dockge/slink/docker-compose.yml b/dockge/slink/docker-compose.yml index 01061f1e2..526896a20 100644 --- a/dockge/slink/docker-compose.yml +++ b/dockge/slink/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.6.5 + image: anirdev/slink:v1.6.7 labels: createdBy: Apps networks: diff --git a/dockge/super-productivity/docker-compose.yml b/dockge/super-productivity/docker-compose.yml index b990e18c5..5b97db254 100644 --- a/dockge/super-productivity/docker-compose.yml +++ b/dockge/super-productivity/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.5.0 + image: johannesjo/super-productivity:v15.0.1 labels: createdBy: Apps networks: diff --git a/dockge/weblate/docker-compose.yml b/dockge/weblate/docker-compose.yml index 9c5d0735d..85b9987a1 100644 --- a/dockge/weblate/docker-compose.yml +++ b/dockge/weblate/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.13.2.0 + image: weblate/weblate:5.13.3.0 labels: createdBy: Apps networks: