diff --git a/apps/ammds/1.6.42/data.yml b/apps/ammds/1.6.46/data.yml similarity index 100% rename from apps/ammds/1.6.42/data.yml rename to apps/ammds/1.6.46/data.yml diff --git a/apps/ammds/1.6.42/docker-compose.yml b/apps/ammds/1.6.46/docker-compose.yml similarity index 96% rename from apps/ammds/1.6.42/docker-compose.yml rename to apps/ammds/1.6.46/docker-compose.yml index e4cbaf1db..e158fc6a7 100644 --- a/apps/ammds/1.6.42/docker-compose.yml +++ b/apps/ammds/1.6.46/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.6.42 + image: qyg2297248353/ammds:v1.6.46 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ammds/1.6.42/envs/default.env b/apps/ammds/1.6.46/envs/default.env similarity index 100% rename from apps/ammds/1.6.42/envs/default.env rename to apps/ammds/1.6.46/envs/default.env diff --git a/apps/ammds/1.6.42/envs/global.env b/apps/ammds/1.6.46/envs/global.env similarity index 100% rename from apps/ammds/1.6.42/envs/global.env rename to apps/ammds/1.6.46/envs/global.env diff --git a/apps/ammds/1.6.42/scripts/init.sh b/apps/ammds/1.6.46/scripts/init.sh similarity index 100% rename from apps/ammds/1.6.42/scripts/init.sh rename to apps/ammds/1.6.46/scripts/init.sh diff --git a/apps/ammds/1.6.42/scripts/uninstall.sh b/apps/ammds/1.6.46/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.6.42/scripts/uninstall.sh rename to apps/ammds/1.6.46/scripts/uninstall.sh diff --git a/apps/ammds/1.6.42/scripts/upgrade.sh b/apps/ammds/1.6.46/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.6.42/scripts/upgrade.sh rename to apps/ammds/1.6.46/scripts/upgrade.sh diff --git a/apps/ani-rss/2.4.26/data.yml b/apps/ani-rss/2.4.32/data.yml similarity index 100% rename from apps/ani-rss/2.4.26/data.yml rename to apps/ani-rss/2.4.32/data.yml diff --git a/apps/ani-rss/2.4.26/docker-compose.yml b/apps/ani-rss/2.4.32/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.4.26/docker-compose.yml rename to apps/ani-rss/2.4.32/docker-compose.yml index d5ddc7bc8..4d98094b7 100644 --- a/apps/ani-rss/2.4.26/docker-compose.yml +++ b/apps/ani-rss/2.4.32/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.4.26 + image: wushuo894/ani-rss:v2.4.32 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.4.26/envs/default.env b/apps/ani-rss/2.4.32/envs/default.env similarity index 100% rename from apps/ani-rss/2.4.26/envs/default.env rename to apps/ani-rss/2.4.32/envs/default.env diff --git a/apps/ani-rss/2.4.26/envs/global.env b/apps/ani-rss/2.4.32/envs/global.env similarity index 100% rename from apps/ani-rss/2.4.26/envs/global.env rename to apps/ani-rss/2.4.32/envs/global.env diff --git a/apps/ani-rss/2.4.26/scripts/init.sh b/apps/ani-rss/2.4.32/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.4.26/scripts/init.sh rename to apps/ani-rss/2.4.32/scripts/init.sh diff --git a/apps/ani-rss/2.4.26/scripts/uninstall.sh b/apps/ani-rss/2.4.32/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.4.26/scripts/uninstall.sh rename to apps/ani-rss/2.4.32/scripts/uninstall.sh diff --git a/apps/ani-rss/2.4.26/scripts/upgrade.sh b/apps/ani-rss/2.4.32/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.4.26/scripts/upgrade.sh rename to apps/ani-rss/2.4.32/scripts/upgrade.sh diff --git a/apps/astrbot-napcat/4.10.15/data.yml b/apps/astrbot-napcat/4.10.35/data.yml similarity index 100% rename from apps/astrbot-napcat/4.10.15/data.yml rename to apps/astrbot-napcat/4.10.35/data.yml diff --git a/apps/astrbot-napcat/4.10.15/docker-compose.yml b/apps/astrbot-napcat/4.10.35/docker-compose.yml similarity index 94% rename from apps/astrbot-napcat/4.10.15/docker-compose.yml rename to apps/astrbot-napcat/4.10.35/docker-compose.yml index ccdca557a..a4fa424f6 100644 --- a/apps/astrbot-napcat/4.10.15/docker-compose.yml +++ b/apps/astrbot-napcat/4.10.35/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.10.15 + image: mlikiowa/napcat-docker:v4.10.35 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.11.4 + image: soulter/astrbot:v4.12.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot-napcat/4.10.15/envs/default.env b/apps/astrbot-napcat/4.10.35/envs/default.env similarity index 100% rename from apps/astrbot-napcat/4.10.15/envs/default.env rename to apps/astrbot-napcat/4.10.35/envs/default.env diff --git a/apps/astrbot-napcat/4.10.15/envs/global.env b/apps/astrbot-napcat/4.10.35/envs/global.env similarity index 100% rename from apps/astrbot-napcat/4.10.15/envs/global.env rename to apps/astrbot-napcat/4.10.35/envs/global.env diff --git a/apps/astrbot-napcat/4.10.15/scripts/init.sh b/apps/astrbot-napcat/4.10.35/scripts/init.sh similarity index 100% rename from apps/astrbot-napcat/4.10.15/scripts/init.sh rename to apps/astrbot-napcat/4.10.35/scripts/init.sh diff --git a/apps/astrbot-napcat/4.10.15/scripts/uninstall.sh b/apps/astrbot-napcat/4.10.35/scripts/uninstall.sh similarity index 100% rename from apps/astrbot-napcat/4.10.15/scripts/uninstall.sh rename to apps/astrbot-napcat/4.10.35/scripts/uninstall.sh diff --git a/apps/astrbot-napcat/4.10.15/scripts/upgrade.sh b/apps/astrbot-napcat/4.10.35/scripts/upgrade.sh similarity index 100% rename from apps/astrbot-napcat/4.10.15/scripts/upgrade.sh rename to apps/astrbot-napcat/4.10.35/scripts/upgrade.sh diff --git a/apps/astrbot/4.11.4/data.yml b/apps/astrbot/4.12.3/data.yml similarity index 100% rename from apps/astrbot/4.11.4/data.yml rename to apps/astrbot/4.12.3/data.yml diff --git a/apps/astrbot/4.11.4/docker-compose.yml b/apps/astrbot/4.12.3/docker-compose.yml similarity index 94% rename from apps/astrbot/4.11.4/docker-compose.yml rename to apps/astrbot/4.12.3/docker-compose.yml index 9b559422d..596ce446a 100644 --- a/apps/astrbot/4.11.4/docker-compose.yml +++ b/apps/astrbot/4.12.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.11.4 + image: soulter/astrbot:v4.12.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.11.4/envs/default.env b/apps/astrbot/4.12.3/envs/default.env similarity index 100% rename from apps/astrbot/4.11.4/envs/default.env rename to apps/astrbot/4.12.3/envs/default.env diff --git a/apps/astrbot/4.11.4/envs/global.env b/apps/astrbot/4.12.3/envs/global.env similarity index 100% rename from apps/astrbot/4.11.4/envs/global.env rename to apps/astrbot/4.12.3/envs/global.env diff --git a/apps/astrbot/4.11.4/scripts/init.sh b/apps/astrbot/4.12.3/scripts/init.sh similarity index 100% rename from apps/astrbot/4.11.4/scripts/init.sh rename to apps/astrbot/4.12.3/scripts/init.sh diff --git a/apps/astrbot/4.11.4/scripts/uninstall.sh b/apps/astrbot/4.12.3/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.11.4/scripts/uninstall.sh rename to apps/astrbot/4.12.3/scripts/uninstall.sh diff --git a/apps/astrbot/4.11.4/scripts/upgrade.sh b/apps/astrbot/4.12.3/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.11.4/scripts/upgrade.sh rename to apps/astrbot/4.12.3/scripts/upgrade.sh diff --git a/apps/casdoor/2.246.1/config/init_data.json b/apps/casdoor/2.253.0/config/init_data.json similarity index 100% rename from apps/casdoor/2.246.1/config/init_data.json rename to apps/casdoor/2.253.0/config/init_data.json diff --git a/apps/casdoor/2.246.1/data.yml b/apps/casdoor/2.253.0/data.yml similarity index 100% rename from apps/casdoor/2.246.1/data.yml rename to apps/casdoor/2.253.0/data.yml diff --git a/apps/casdoor/2.246.1/docker-compose.yml b/apps/casdoor/2.253.0/docker-compose.yml similarity index 94% rename from apps/casdoor/2.246.1/docker-compose.yml rename to apps/casdoor/2.253.0/docker-compose.yml index bdd6a75f9..18f9d469a 100644 --- a/apps/casdoor/2.246.1/docker-compose.yml +++ b/apps/casdoor/2.253.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:2.246.1 + image: casbin/casdoor:2.253.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/casdoor/2.246.1/envs/casdoor.env b/apps/casdoor/2.253.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/2.246.1/envs/casdoor.env rename to apps/casdoor/2.253.0/envs/casdoor.env diff --git a/apps/casdoor/2.246.1/envs/default.env b/apps/casdoor/2.253.0/envs/default.env similarity index 100% rename from apps/casdoor/2.246.1/envs/default.env rename to apps/casdoor/2.253.0/envs/default.env diff --git a/apps/casdoor/2.246.1/envs/global.env b/apps/casdoor/2.253.0/envs/global.env similarity index 100% rename from apps/casdoor/2.246.1/envs/global.env rename to apps/casdoor/2.253.0/envs/global.env diff --git a/apps/casdoor/2.246.1/scripts/init.sh b/apps/casdoor/2.253.0/scripts/init.sh similarity index 100% rename from apps/casdoor/2.246.1/scripts/init.sh rename to apps/casdoor/2.253.0/scripts/init.sh diff --git a/apps/casdoor/2.246.1/scripts/uninstall.sh b/apps/casdoor/2.253.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/2.246.1/scripts/uninstall.sh rename to apps/casdoor/2.253.0/scripts/uninstall.sh diff --git a/apps/casdoor/2.246.1/scripts/upgrade.sh b/apps/casdoor/2.253.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/2.246.1/scripts/upgrade.sh rename to apps/casdoor/2.253.0/scripts/upgrade.sh diff --git a/apps/cloudsaver/0.6.2/config/env.example b/apps/cloudsaver/0.6.5/config/env.example similarity index 100% rename from apps/cloudsaver/0.6.2/config/env.example rename to apps/cloudsaver/0.6.5/config/env.example diff --git a/apps/cloudsaver/0.6.2/data.yml b/apps/cloudsaver/0.6.5/data.yml similarity index 100% rename from apps/cloudsaver/0.6.2/data.yml rename to apps/cloudsaver/0.6.5/data.yml diff --git a/apps/cloudsaver/0.6.2/docker-compose.yml b/apps/cloudsaver/0.6.5/docker-compose.yml similarity index 95% rename from apps/cloudsaver/0.6.2/docker-compose.yml rename to apps/cloudsaver/0.6.5/docker-compose.yml index fa4934661..81a32355b 100644 --- a/apps/cloudsaver/0.6.2/docker-compose.yml +++ b/apps/cloudsaver/0.6.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: cloudsaver: - image: jiangrui1994/cloudsaver:0.6.2 + image: jiangrui1994/cloudsaver:0.6.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/cloudsaver/0.6.2/envs/default.env b/apps/cloudsaver/0.6.5/envs/default.env similarity index 100% rename from apps/cloudsaver/0.6.2/envs/default.env rename to apps/cloudsaver/0.6.5/envs/default.env diff --git a/apps/cloudsaver/0.6.2/envs/global.env b/apps/cloudsaver/0.6.5/envs/global.env similarity index 100% rename from apps/cloudsaver/0.6.2/envs/global.env rename to apps/cloudsaver/0.6.5/envs/global.env diff --git a/apps/cloudsaver/0.6.2/scripts/init.sh b/apps/cloudsaver/0.6.5/scripts/init.sh similarity index 100% rename from apps/cloudsaver/0.6.2/scripts/init.sh rename to apps/cloudsaver/0.6.5/scripts/init.sh diff --git a/apps/cloudsaver/0.6.2/scripts/uninstall.sh b/apps/cloudsaver/0.6.5/scripts/uninstall.sh similarity index 100% rename from apps/cloudsaver/0.6.2/scripts/uninstall.sh rename to apps/cloudsaver/0.6.5/scripts/uninstall.sh diff --git a/apps/cloudsaver/0.6.2/scripts/upgrade.sh b/apps/cloudsaver/0.6.5/scripts/upgrade.sh similarity index 100% rename from apps/cloudsaver/0.6.2/scripts/upgrade.sh rename to apps/cloudsaver/0.6.5/scripts/upgrade.sh diff --git a/apps/dozzle/9.0.1/data.yml b/apps/dozzle/9.0.2/data.yml similarity index 100% rename from apps/dozzle/9.0.1/data.yml rename to apps/dozzle/9.0.2/data.yml diff --git a/apps/dozzle/9.0.1/docker-compose.yml b/apps/dozzle/9.0.2/docker-compose.yml similarity index 95% rename from apps/dozzle/9.0.1/docker-compose.yml rename to apps/dozzle/9.0.2/docker-compose.yml index bfa426d78..610a0e622 100644 --- a/apps/dozzle/9.0.1/docker-compose.yml +++ b/apps/dozzle/9.0.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v9.0.1 + image: amir20/dozzle:v9.0.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dozzle/9.0.1/envs/default.env b/apps/dozzle/9.0.2/envs/default.env similarity index 100% rename from apps/dozzle/9.0.1/envs/default.env rename to apps/dozzle/9.0.2/envs/default.env diff --git a/apps/dozzle/9.0.1/envs/global.env b/apps/dozzle/9.0.2/envs/global.env similarity index 100% rename from apps/dozzle/9.0.1/envs/global.env rename to apps/dozzle/9.0.2/envs/global.env diff --git a/apps/dozzle/9.0.1/scripts/init.sh b/apps/dozzle/9.0.2/scripts/init.sh similarity index 100% rename from apps/dozzle/9.0.1/scripts/init.sh rename to apps/dozzle/9.0.2/scripts/init.sh diff --git a/apps/dozzle/9.0.1/scripts/uninstall.sh b/apps/dozzle/9.0.2/scripts/uninstall.sh similarity index 100% rename from apps/dozzle/9.0.1/scripts/uninstall.sh rename to apps/dozzle/9.0.2/scripts/uninstall.sh diff --git a/apps/dozzle/9.0.1/scripts/upgrade.sh b/apps/dozzle/9.0.2/scripts/upgrade.sh similarity index 100% rename from apps/dozzle/9.0.1/scripts/upgrade.sh rename to apps/dozzle/9.0.2/scripts/upgrade.sh diff --git a/apps/ghost/6.12.1/data.yml b/apps/ghost/6.13.2/data.yml similarity index 100% rename from apps/ghost/6.12.1/data.yml rename to apps/ghost/6.13.2/data.yml diff --git a/apps/ghost/6.12.1/docker-compose.yml b/apps/ghost/6.13.2/docker-compose.yml similarity index 96% rename from apps/ghost/6.12.1/docker-compose.yml rename to apps/ghost/6.13.2/docker-compose.yml index b5b130ee7..23da60d19 100644 --- a/apps/ghost/6.12.1/docker-compose.yml +++ b/apps/ghost/6.13.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.12.1 + image: ghost:6.13.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.12.1/envs/default.env b/apps/ghost/6.13.2/envs/default.env similarity index 100% rename from apps/ghost/6.12.1/envs/default.env rename to apps/ghost/6.13.2/envs/default.env diff --git a/apps/ghost/6.12.1/envs/global.env b/apps/ghost/6.13.2/envs/global.env similarity index 100% rename from apps/ghost/6.12.1/envs/global.env rename to apps/ghost/6.13.2/envs/global.env diff --git a/apps/ghost/6.12.1/scripts/init.sh b/apps/ghost/6.13.2/scripts/init.sh similarity index 100% rename from apps/ghost/6.12.1/scripts/init.sh rename to apps/ghost/6.13.2/scripts/init.sh diff --git a/apps/ghost/6.12.1/scripts/uninstall.sh b/apps/ghost/6.13.2/scripts/uninstall.sh similarity index 100% rename from apps/ghost/6.12.1/scripts/uninstall.sh rename to apps/ghost/6.13.2/scripts/uninstall.sh diff --git a/apps/ghost/6.12.1/scripts/upgrade.sh b/apps/ghost/6.13.2/scripts/upgrade.sh similarity index 100% rename from apps/ghost/6.12.1/scripts/upgrade.sh rename to apps/ghost/6.13.2/scripts/upgrade.sh diff --git a/apps/glean/16/docker-compose.yml b/apps/glean/16/docker-compose.yml index baf3f7f86..caf348d00 100644 --- a/apps/glean/16/docker-compose.yml +++ b/apps/glean/16/docker-compose.yml @@ -50,7 +50,7 @@ services: condition: service_healthy redis: condition: service_healthy - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" @@ -87,7 +87,7 @@ services: condition: service_healthy backend: condition: service_healthy - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 container_name: ${CONTAINER_NAME}-worker environment: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean} @@ -104,7 +104,7 @@ services: web: depends_on: - backend - image: ghcr.io/leslieleung/glean-web:0.2.3 + image: ghcr.io/leslieleung/glean-web:0.2.4 container_name: ${CONTAINER_NAME}-web ports: - "${PANEL_APP_PORT_HTTP:-80}:80" diff --git a/apps/halo-h2/2.22.9/data.yml b/apps/halo-h2/2.22.11/data.yml similarity index 100% rename from apps/halo-h2/2.22.9/data.yml rename to apps/halo-h2/2.22.11/data.yml diff --git a/apps/halo-h2/2.22.9/docker-compose.yml b/apps/halo-h2/2.22.11/docker-compose.yml similarity index 93% rename from apps/halo-h2/2.22.9/docker-compose.yml rename to apps/halo-h2/2.22.11/docker-compose.yml index 84e4392de..555dd4478 100644 --- a/apps/halo-h2/2.22.9/docker-compose.yml +++ b/apps/halo-h2/2.22.11/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo-h2/2.22.9/envs/default.env b/apps/halo-h2/2.22.11/envs/default.env similarity index 100% rename from apps/halo-h2/2.22.9/envs/default.env rename to apps/halo-h2/2.22.11/envs/default.env diff --git a/apps/halo-h2/2.22.9/envs/global.env b/apps/halo-h2/2.22.11/envs/global.env similarity index 100% rename from apps/halo-h2/2.22.9/envs/global.env rename to apps/halo-h2/2.22.11/envs/global.env diff --git a/apps/halo-h2/2.22.9/scripts/init.sh b/apps/halo-h2/2.22.11/scripts/init.sh similarity index 100% rename from apps/halo-h2/2.22.9/scripts/init.sh rename to apps/halo-h2/2.22.11/scripts/init.sh diff --git a/apps/halo-h2/2.22.9/scripts/uninstall.sh b/apps/halo-h2/2.22.11/scripts/uninstall.sh similarity index 100% rename from apps/halo-h2/2.22.9/scripts/uninstall.sh rename to apps/halo-h2/2.22.11/scripts/uninstall.sh diff --git a/apps/halo-h2/2.22.9/scripts/upgrade.sh b/apps/halo-h2/2.22.11/scripts/upgrade.sh similarity index 100% rename from apps/halo-h2/2.22.9/scripts/upgrade.sh rename to apps/halo-h2/2.22.11/scripts/upgrade.sh diff --git a/apps/halo/2.22.9/data.yml b/apps/halo/2.22.11/data.yml similarity index 100% rename from apps/halo/2.22.9/data.yml rename to apps/halo/2.22.11/data.yml diff --git a/apps/halo/2.22.9/docker-compose.yml b/apps/halo/2.22.11/docker-compose.yml similarity index 95% rename from apps/halo/2.22.9/docker-compose.yml rename to apps/halo/2.22.11/docker-compose.yml index ea05e51b6..9de32efb4 100644 --- a/apps/halo/2.22.9/docker-compose.yml +++ b/apps/halo/2.22.11/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo/2.22.9/envs/default.env b/apps/halo/2.22.11/envs/default.env similarity index 100% rename from apps/halo/2.22.9/envs/default.env rename to apps/halo/2.22.11/envs/default.env diff --git a/apps/halo/2.22.9/envs/global.env b/apps/halo/2.22.11/envs/global.env similarity index 100% rename from apps/halo/2.22.9/envs/global.env rename to apps/halo/2.22.11/envs/global.env diff --git a/apps/halo/2.22.9/scripts/init.sh b/apps/halo/2.22.11/scripts/init.sh similarity index 100% rename from apps/halo/2.22.9/scripts/init.sh rename to apps/halo/2.22.11/scripts/init.sh diff --git a/apps/halo/2.22.9/scripts/uninstall.sh b/apps/halo/2.22.11/scripts/uninstall.sh similarity index 100% rename from apps/halo/2.22.9/scripts/uninstall.sh rename to apps/halo/2.22.11/scripts/uninstall.sh diff --git a/apps/halo/2.22.9/scripts/upgrade.sh b/apps/halo/2.22.11/scripts/upgrade.sh similarity index 100% rename from apps/halo/2.22.9/scripts/upgrade.sh rename to apps/halo/2.22.11/scripts/upgrade.sh diff --git a/apps/homarr/1.50.0/data.yml b/apps/homarr/1.50.1/data.yml similarity index 100% rename from apps/homarr/1.50.0/data.yml rename to apps/homarr/1.50.1/data.yml diff --git a/apps/homarr/1.50.0/docker-compose.yml b/apps/homarr/1.50.1/docker-compose.yml similarity index 91% rename from apps/homarr/1.50.0/docker-compose.yml rename to apps/homarr/1.50.1/docker-compose.yml index b833be770..c882a8cb8 100644 --- a/apps/homarr/1.50.0/docker-compose.yml +++ b/apps/homarr/1.50.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: homarr: - image: ghcr.io/homarr-labs/homarr:v1.50.0 + image: ghcr.io/homarr-labs/homarr:v1.50.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/homarr/1.50.0/envs/default.env b/apps/homarr/1.50.1/envs/default.env similarity index 100% rename from apps/homarr/1.50.0/envs/default.env rename to apps/homarr/1.50.1/envs/default.env diff --git a/apps/homarr/1.50.0/envs/global.env b/apps/homarr/1.50.1/envs/global.env similarity index 100% rename from apps/homarr/1.50.0/envs/global.env rename to apps/homarr/1.50.1/envs/global.env diff --git a/apps/homarr/1.50.0/scripts/init.sh b/apps/homarr/1.50.1/scripts/init.sh similarity index 100% rename from apps/homarr/1.50.0/scripts/init.sh rename to apps/homarr/1.50.1/scripts/init.sh diff --git a/apps/homarr/1.50.0/scripts/uninstall.sh b/apps/homarr/1.50.1/scripts/uninstall.sh similarity index 100% rename from apps/homarr/1.50.0/scripts/uninstall.sh rename to apps/homarr/1.50.1/scripts/uninstall.sh diff --git a/apps/homarr/1.50.0/scripts/upgrade.sh b/apps/homarr/1.50.1/scripts/upgrade.sh similarity index 100% rename from apps/homarr/1.50.0/scripts/upgrade.sh rename to apps/homarr/1.50.1/scripts/upgrade.sh diff --git a/apps/jackett/0.24.850/data.yml b/apps/jackett/0.24.887/data.yml similarity index 100% rename from apps/jackett/0.24.850/data.yml rename to apps/jackett/0.24.887/data.yml diff --git a/apps/jackett/0.24.850/docker-compose.yml b/apps/jackett/0.24.887/docker-compose.yml similarity index 93% rename from apps/jackett/0.24.850/docker-compose.yml rename to apps/jackett/0.24.887/docker-compose.yml index 75784d497..1256573fd 100644 --- a/apps/jackett/0.24.850/docker-compose.yml +++ b/apps/jackett/0.24.887/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: jackett: - image: linuxserver/jackett:0.24.850 + image: linuxserver/jackett:0.24.887 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/jackett/0.24.850/envs/default.env b/apps/jackett/0.24.887/envs/default.env similarity index 100% rename from apps/jackett/0.24.850/envs/default.env rename to apps/jackett/0.24.887/envs/default.env diff --git a/apps/jackett/0.24.850/envs/global.env b/apps/jackett/0.24.887/envs/global.env similarity index 100% rename from apps/jackett/0.24.850/envs/global.env rename to apps/jackett/0.24.887/envs/global.env diff --git a/apps/jackett/0.24.850/scripts/init.sh b/apps/jackett/0.24.887/scripts/init.sh similarity index 100% rename from apps/jackett/0.24.850/scripts/init.sh rename to apps/jackett/0.24.887/scripts/init.sh diff --git a/apps/jackett/0.24.850/scripts/uninstall.sh b/apps/jackett/0.24.887/scripts/uninstall.sh similarity index 100% rename from apps/jackett/0.24.850/scripts/uninstall.sh rename to apps/jackett/0.24.887/scripts/uninstall.sh diff --git a/apps/jackett/0.24.850/scripts/upgrade.sh b/apps/jackett/0.24.887/scripts/upgrade.sh similarity index 100% rename from apps/jackett/0.24.850/scripts/upgrade.sh rename to apps/jackett/0.24.887/scripts/upgrade.sh diff --git a/apps/jellyfin/10.11.5/data.yml b/apps/jellyfin/10.11.6/data.yml similarity index 100% rename from apps/jellyfin/10.11.5/data.yml rename to apps/jellyfin/10.11.6/data.yml diff --git a/apps/jellyfin/10.11.5/docker-compose.yml b/apps/jellyfin/10.11.6/docker-compose.yml similarity index 97% rename from apps/jellyfin/10.11.5/docker-compose.yml rename to apps/jellyfin/10.11.6/docker-compose.yml index 494a1e244..107d7ca54 100644 --- a/apps/jellyfin/10.11.5/docker-compose.yml +++ b/apps/jellyfin/10.11.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: jellyfin: - image: jellyfin/jellyfin:10.11.5 + image: jellyfin/jellyfin:10.11.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/jellyfin/10.11.5/envs/default.env b/apps/jellyfin/10.11.6/envs/default.env similarity index 100% rename from apps/jellyfin/10.11.5/envs/default.env rename to apps/jellyfin/10.11.6/envs/default.env diff --git a/apps/jellyfin/10.11.5/envs/global.env b/apps/jellyfin/10.11.6/envs/global.env similarity index 100% rename from apps/jellyfin/10.11.5/envs/global.env rename to apps/jellyfin/10.11.6/envs/global.env diff --git a/apps/jellyfin/10.11.5/scripts/init.sh b/apps/jellyfin/10.11.6/scripts/init.sh similarity index 100% rename from apps/jellyfin/10.11.5/scripts/init.sh rename to apps/jellyfin/10.11.6/scripts/init.sh diff --git a/apps/jellyfin/10.11.5/scripts/uninstall.sh b/apps/jellyfin/10.11.6/scripts/uninstall.sh similarity index 100% rename from apps/jellyfin/10.11.5/scripts/uninstall.sh rename to apps/jellyfin/10.11.6/scripts/uninstall.sh diff --git a/apps/jellyfin/10.11.5/scripts/upgrade.sh b/apps/jellyfin/10.11.6/scripts/upgrade.sh similarity index 100% rename from apps/jellyfin/10.11.5/scripts/upgrade.sh rename to apps/jellyfin/10.11.6/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.21.2/data.yml b/apps/mdc-ng/1.24.0/data.yml similarity index 100% rename from apps/mdc-ng/1.21.2/data.yml rename to apps/mdc-ng/1.24.0/data.yml diff --git a/apps/mdc-ng/1.21.2/docker-compose.yml b/apps/mdc-ng/1.24.0/docker-compose.yml similarity index 96% rename from apps/mdc-ng/1.21.2/docker-compose.yml rename to apps/mdc-ng/1.24.0/docker-compose.yml index d540227d9..4b4d0c7dd 100644 --- a/apps/mdc-ng/1.21.2/docker-compose.yml +++ b/apps/mdc-ng/1.24.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mdc-ng: - image: mdcng/mdc:1.21.2 + image: mdcng/mdc:1.24.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mdc-ng/1.21.2/envs/default.env b/apps/mdc-ng/1.24.0/envs/default.env similarity index 100% rename from apps/mdc-ng/1.21.2/envs/default.env rename to apps/mdc-ng/1.24.0/envs/default.env diff --git a/apps/mdc-ng/1.21.2/envs/global.env b/apps/mdc-ng/1.24.0/envs/global.env similarity index 100% rename from apps/mdc-ng/1.21.2/envs/global.env rename to apps/mdc-ng/1.24.0/envs/global.env diff --git a/apps/mdc-ng/1.21.2/scripts/init.sh b/apps/mdc-ng/1.24.0/scripts/init.sh similarity index 100% rename from apps/mdc-ng/1.21.2/scripts/init.sh rename to apps/mdc-ng/1.24.0/scripts/init.sh diff --git a/apps/mdc-ng/1.21.2/scripts/uninstall.sh b/apps/mdc-ng/1.24.0/scripts/uninstall.sh similarity index 100% rename from apps/mdc-ng/1.21.2/scripts/uninstall.sh rename to apps/mdc-ng/1.24.0/scripts/uninstall.sh diff --git a/apps/mdc-ng/1.21.2/scripts/upgrade.sh b/apps/mdc-ng/1.24.0/scripts/upgrade.sh similarity index 100% rename from apps/mdc-ng/1.21.2/scripts/upgrade.sh rename to apps/mdc-ng/1.24.0/scripts/upgrade.sh diff --git a/apps/movie-pilot/2.9.3/data.yml b/apps/movie-pilot/2.9.4/data.yml similarity index 100% rename from apps/movie-pilot/2.9.3/data.yml rename to apps/movie-pilot/2.9.4/data.yml diff --git a/apps/movie-pilot/2.9.3/docker-compose.yml b/apps/movie-pilot/2.9.4/docker-compose.yml similarity index 97% rename from apps/movie-pilot/2.9.3/docker-compose.yml rename to apps/movie-pilot/2.9.4/docker-compose.yml index ce4ebcc20..26e2ceb1f 100644 --- a/apps/movie-pilot/2.9.3/docker-compose.yml +++ b/apps/movie-pilot/2.9.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: movie-pilot: - image: jxxghp/moviepilot:2.9.3 + image: jxxghp/moviepilot:2.9.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/movie-pilot/2.9.3/envs/default.env b/apps/movie-pilot/2.9.4/envs/default.env similarity index 100% rename from apps/movie-pilot/2.9.3/envs/default.env rename to apps/movie-pilot/2.9.4/envs/default.env diff --git a/apps/movie-pilot/2.9.3/envs/global.env b/apps/movie-pilot/2.9.4/envs/global.env similarity index 100% rename from apps/movie-pilot/2.9.3/envs/global.env rename to apps/movie-pilot/2.9.4/envs/global.env diff --git a/apps/movie-pilot/2.9.3/scripts/init.sh b/apps/movie-pilot/2.9.4/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.9.3/scripts/init.sh rename to apps/movie-pilot/2.9.4/scripts/init.sh diff --git a/apps/movie-pilot/2.9.3/scripts/uninstall.sh b/apps/movie-pilot/2.9.4/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.9.3/scripts/uninstall.sh rename to apps/movie-pilot/2.9.4/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.9.3/scripts/upgrade.sh b/apps/movie-pilot/2.9.4/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.9.3/scripts/upgrade.sh rename to apps/movie-pilot/2.9.4/scripts/upgrade.sh diff --git a/apps/mx-space-db/8.5.1/data.yml b/apps/mx-space-db/8.7.1/data.yml similarity index 100% rename from apps/mx-space-db/8.5.1/data.yml rename to apps/mx-space-db/8.7.1/data.yml diff --git a/apps/mx-space-db/8.5.1/docker-compose.yml b/apps/mx-space-db/8.7.1/docker-compose.yml similarity index 96% rename from apps/mx-space-db/8.5.1/docker-compose.yml rename to apps/mx-space-db/8.7.1/docker-compose.yml index d6954535e..169b26a4f 100644 --- a/apps/mx-space-db/8.5.1/docker-compose.yml +++ b/apps/mx-space-db/8.7.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mx-server: - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 depends_on: - mx-mongo - mx-redis diff --git a/apps/mx-space-db/8.5.1/envs/default.env b/apps/mx-space-db/8.7.1/envs/default.env similarity index 100% rename from apps/mx-space-db/8.5.1/envs/default.env rename to apps/mx-space-db/8.7.1/envs/default.env diff --git a/apps/mx-space-db/8.5.1/envs/global.env b/apps/mx-space-db/8.7.1/envs/global.env similarity index 100% rename from apps/mx-space-db/8.5.1/envs/global.env rename to apps/mx-space-db/8.7.1/envs/global.env diff --git a/apps/mx-space-db/8.5.1/scripts/init.sh b/apps/mx-space-db/8.7.1/scripts/init.sh similarity index 100% rename from apps/mx-space-db/8.5.1/scripts/init.sh rename to apps/mx-space-db/8.7.1/scripts/init.sh diff --git a/apps/mx-space-db/8.5.1/scripts/uninstall.sh b/apps/mx-space-db/8.7.1/scripts/uninstall.sh similarity index 100% rename from apps/mx-space-db/8.5.1/scripts/uninstall.sh rename to apps/mx-space-db/8.7.1/scripts/uninstall.sh diff --git a/apps/mx-space-db/8.5.1/scripts/upgrade.sh b/apps/mx-space-db/8.7.1/scripts/upgrade.sh similarity index 100% rename from apps/mx-space-db/8.5.1/scripts/upgrade.sh rename to apps/mx-space-db/8.7.1/scripts/upgrade.sh diff --git a/apps/mx-space/8.5.1/data.yml b/apps/mx-space/8.7.1/data.yml similarity index 100% rename from apps/mx-space/8.5.1/data.yml rename to apps/mx-space/8.7.1/data.yml diff --git a/apps/mx-space/8.5.1/docker-compose.yml b/apps/mx-space/8.7.1/docker-compose.yml similarity index 94% rename from apps/mx-space/8.5.1/docker-compose.yml rename to apps/mx-space/8.7.1/docker-compose.yml index 1b7cc9106..a4d96fe36 100644 --- a/apps/mx-space/8.5.1/docker-compose.yml +++ b/apps/mx-space/8.7.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mx-server: - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mx-space/8.5.1/envs/default.env b/apps/mx-space/8.7.1/envs/default.env similarity index 100% rename from apps/mx-space/8.5.1/envs/default.env rename to apps/mx-space/8.7.1/envs/default.env diff --git a/apps/mx-space/8.5.1/envs/global.env b/apps/mx-space/8.7.1/envs/global.env similarity index 100% rename from apps/mx-space/8.5.1/envs/global.env rename to apps/mx-space/8.7.1/envs/global.env diff --git a/apps/mx-space/8.5.1/scripts/init.sh b/apps/mx-space/8.7.1/scripts/init.sh similarity index 100% rename from apps/mx-space/8.5.1/scripts/init.sh rename to apps/mx-space/8.7.1/scripts/init.sh diff --git a/apps/mx-space/8.5.1/scripts/uninstall.sh b/apps/mx-space/8.7.1/scripts/uninstall.sh similarity index 100% rename from apps/mx-space/8.5.1/scripts/uninstall.sh rename to apps/mx-space/8.7.1/scripts/uninstall.sh diff --git a/apps/mx-space/8.5.1/scripts/upgrade.sh b/apps/mx-space/8.7.1/scripts/upgrade.sh similarity index 100% rename from apps/mx-space/8.5.1/scripts/upgrade.sh rename to apps/mx-space/8.7.1/scripts/upgrade.sh diff --git a/apps/n8n/1.123.14/data.yml b/apps/n8n/1.123.16/data.yml similarity index 100% rename from apps/n8n/1.123.14/data.yml rename to apps/n8n/1.123.16/data.yml diff --git a/apps/n8n/1.123.14/docker-compose.yml b/apps/n8n/1.123.16/docker-compose.yml similarity index 95% rename from apps/n8n/1.123.14/docker-compose.yml rename to apps/n8n/1.123.16/docker-compose.yml index 94750bff0..24ba42d23 100644 --- a/apps/n8n/1.123.14/docker-compose.yml +++ b/apps/n8n/1.123.16/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: n8n: - image: n8nio/n8n:1.123.14 + image: n8nio/n8n:1.123.16 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/n8n/1.123.14/envs/default.env b/apps/n8n/1.123.16/envs/default.env similarity index 100% rename from apps/n8n/1.123.14/envs/default.env rename to apps/n8n/1.123.16/envs/default.env diff --git a/apps/n8n/1.123.14/envs/global.env b/apps/n8n/1.123.16/envs/global.env similarity index 100% rename from apps/n8n/1.123.14/envs/global.env rename to apps/n8n/1.123.16/envs/global.env diff --git a/apps/n8n/1.123.14/scripts/init.sh b/apps/n8n/1.123.16/scripts/init.sh similarity index 100% rename from apps/n8n/1.123.14/scripts/init.sh rename to apps/n8n/1.123.16/scripts/init.sh diff --git a/apps/n8n/1.123.14/scripts/uninstall.sh b/apps/n8n/1.123.16/scripts/uninstall.sh similarity index 100% rename from apps/n8n/1.123.14/scripts/uninstall.sh rename to apps/n8n/1.123.16/scripts/uninstall.sh diff --git a/apps/n8n/1.123.14/scripts/upgrade.sh b/apps/n8n/1.123.16/scripts/upgrade.sh similarity index 100% rename from apps/n8n/1.123.14/scripts/upgrade.sh rename to apps/n8n/1.123.16/scripts/upgrade.sh diff --git a/apps/napcat/4.10.15/data.yml b/apps/napcat/4.10.35/data.yml similarity index 100% rename from apps/napcat/4.10.15/data.yml rename to apps/napcat/4.10.35/data.yml diff --git a/apps/napcat/4.10.15/docker-compose.yml b/apps/napcat/4.10.35/docker-compose.yml similarity index 94% rename from apps/napcat/4.10.15/docker-compose.yml rename to apps/napcat/4.10.35/docker-compose.yml index de6faec5d..03b258433 100644 --- a/apps/napcat/4.10.15/docker-compose.yml +++ b/apps/napcat/4.10.35/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: napcat: - image: mlikiowa/napcat-docker:v4.10.15 + image: mlikiowa/napcat-docker:v4.10.35 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/napcat/4.10.15/envs/default.env b/apps/napcat/4.10.35/envs/default.env similarity index 100% rename from apps/napcat/4.10.15/envs/default.env rename to apps/napcat/4.10.35/envs/default.env diff --git a/apps/napcat/4.10.15/envs/global.env b/apps/napcat/4.10.35/envs/global.env similarity index 100% rename from apps/napcat/4.10.15/envs/global.env rename to apps/napcat/4.10.35/envs/global.env diff --git a/apps/napcat/4.10.15/scripts/init.sh b/apps/napcat/4.10.35/scripts/init.sh similarity index 100% rename from apps/napcat/4.10.15/scripts/init.sh rename to apps/napcat/4.10.35/scripts/init.sh diff --git a/apps/napcat/4.10.15/scripts/uninstall.sh b/apps/napcat/4.10.35/scripts/uninstall.sh similarity index 100% rename from apps/napcat/4.10.15/scripts/uninstall.sh rename to apps/napcat/4.10.35/scripts/uninstall.sh diff --git a/apps/napcat/4.10.15/scripts/upgrade.sh b/apps/napcat/4.10.35/scripts/upgrade.sh similarity index 100% rename from apps/napcat/4.10.15/scripts/upgrade.sh rename to apps/napcat/4.10.35/scripts/upgrade.sh diff --git a/apps/nezha-dash/3.1.7/data.yml b/apps/nezha-dash/3.1.8/data.yml similarity index 100% rename from apps/nezha-dash/3.1.7/data.yml rename to apps/nezha-dash/3.1.8/data.yml diff --git a/apps/nezha-dash/3.1.7/docker-compose.yml b/apps/nezha-dash/3.1.8/docker-compose.yml similarity index 95% rename from apps/nezha-dash/3.1.7/docker-compose.yml rename to apps/nezha-dash/3.1.8/docker-compose.yml index f688146f7..3acf8cfec 100644 --- a/apps/nezha-dash/3.1.7/docker-compose.yml +++ b/apps/nezha-dash/3.1.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nezha-dash: - image: hamster1963/nezha-dash:v3.1.7 + image: hamster1963/nezha-dash:v3.1.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nezha-dash/3.1.7/envs/default.env b/apps/nezha-dash/3.1.8/envs/default.env similarity index 100% rename from apps/nezha-dash/3.1.7/envs/default.env rename to apps/nezha-dash/3.1.8/envs/default.env diff --git a/apps/nezha-dash/3.1.7/envs/global.env b/apps/nezha-dash/3.1.8/envs/global.env similarity index 100% rename from apps/nezha-dash/3.1.7/envs/global.env rename to apps/nezha-dash/3.1.8/envs/global.env diff --git a/apps/nezha-dash/3.1.7/scripts/init.sh b/apps/nezha-dash/3.1.8/scripts/init.sh similarity index 100% rename from apps/nezha-dash/3.1.7/scripts/init.sh rename to apps/nezha-dash/3.1.8/scripts/init.sh diff --git a/apps/nezha-dash/3.1.7/scripts/uninstall.sh b/apps/nezha-dash/3.1.8/scripts/uninstall.sh similarity index 100% rename from apps/nezha-dash/3.1.7/scripts/uninstall.sh rename to apps/nezha-dash/3.1.8/scripts/uninstall.sh diff --git a/apps/nezha-dash/3.1.7/scripts/upgrade.sh b/apps/nezha-dash/3.1.8/scripts/upgrade.sh similarity index 100% rename from apps/nezha-dash/3.1.7/scripts/upgrade.sh rename to apps/nezha-dash/3.1.8/scripts/upgrade.sh diff --git a/apps/ollama/0.14.1/data.yml b/apps/ollama/0.14.2/data.yml similarity index 100% rename from apps/ollama/0.14.1/data.yml rename to apps/ollama/0.14.2/data.yml diff --git a/apps/ollama/0.14.1/docker-compose.yml b/apps/ollama/0.14.2/docker-compose.yml similarity index 97% rename from apps/ollama/0.14.1/docker-compose.yml rename to apps/ollama/0.14.2/docker-compose.yml index 6c830ba36..3e53859b4 100644 --- a/apps/ollama/0.14.1/docker-compose.yml +++ b/apps/ollama/0.14.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ollama: - image: ollama/ollama:0.14.1 + image: ollama/ollama:0.14.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ollama/0.14.1/envs/default.env b/apps/ollama/0.14.2/envs/default.env similarity index 100% rename from apps/ollama/0.14.1/envs/default.env rename to apps/ollama/0.14.2/envs/default.env diff --git a/apps/ollama/0.14.1/envs/global.env b/apps/ollama/0.14.2/envs/global.env similarity index 100% rename from apps/ollama/0.14.1/envs/global.env rename to apps/ollama/0.14.2/envs/global.env diff --git a/apps/ollama/0.14.1/scripts/init.sh b/apps/ollama/0.14.2/scripts/init.sh similarity index 100% rename from apps/ollama/0.14.1/scripts/init.sh rename to apps/ollama/0.14.2/scripts/init.sh diff --git a/apps/ollama/0.14.1/scripts/uninstall.sh b/apps/ollama/0.14.2/scripts/uninstall.sh similarity index 100% rename from apps/ollama/0.14.1/scripts/uninstall.sh rename to apps/ollama/0.14.2/scripts/uninstall.sh diff --git a/apps/ollama/0.14.1/scripts/upgrade.sh b/apps/ollama/0.14.2/scripts/upgrade.sh similarity index 100% rename from apps/ollama/0.14.1/scripts/upgrade.sh rename to apps/ollama/0.14.2/scripts/upgrade.sh diff --git a/appstore/outline/1.2.0/data.yml b/apps/outline/1.3.0/data.yml similarity index 100% rename from appstore/outline/1.2.0/data.yml rename to apps/outline/1.3.0/data.yml diff --git a/apps/outline/1.2.0/docker-compose.yml b/apps/outline/1.3.0/docker-compose.yml similarity index 94% rename from apps/outline/1.2.0/docker-compose.yml rename to apps/outline/1.3.0/docker-compose.yml index f7a7d8ed0..f5c34598a 100644 --- a/apps/outline/1.2.0/docker-compose.yml +++ b/apps/outline/1.3.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: outline: - image: outlinewiki/outline:1.2.0 + image: outlinewiki/outline:1.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/outline/1.2.0/envs/default.env b/apps/outline/1.3.0/envs/default.env similarity index 100% rename from apps/outline/1.2.0/envs/default.env rename to apps/outline/1.3.0/envs/default.env diff --git a/apps/outline/1.2.0/envs/global.env b/apps/outline/1.3.0/envs/global.env similarity index 100% rename from apps/outline/1.2.0/envs/global.env rename to apps/outline/1.3.0/envs/global.env diff --git a/apps/outline/1.2.0/envs/outline.env b/apps/outline/1.3.0/envs/outline.env similarity index 100% rename from apps/outline/1.2.0/envs/outline.env rename to apps/outline/1.3.0/envs/outline.env diff --git a/apps/outline/1.2.0/scripts/init.sh b/apps/outline/1.3.0/scripts/init.sh similarity index 100% rename from apps/outline/1.2.0/scripts/init.sh rename to apps/outline/1.3.0/scripts/init.sh diff --git a/apps/outline/1.2.0/scripts/uninstall.sh b/apps/outline/1.3.0/scripts/uninstall.sh similarity index 100% rename from apps/outline/1.2.0/scripts/uninstall.sh rename to apps/outline/1.3.0/scripts/uninstall.sh diff --git a/apps/outline/1.2.0/scripts/upgrade.sh b/apps/outline/1.3.0/scripts/upgrade.sh similarity index 100% rename from apps/outline/1.2.0/scripts/upgrade.sh rename to apps/outline/1.3.0/scripts/upgrade.sh diff --git a/apps/readeck-pg/0.21.5/data.yml b/apps/readeck-pg/0.21.6/data.yml similarity index 100% rename from apps/readeck-pg/0.21.5/data.yml rename to apps/readeck-pg/0.21.6/data.yml diff --git a/apps/readeck-pg/0.21.5/docker-compose.yml b/apps/readeck-pg/0.21.6/docker-compose.yml similarity index 95% rename from apps/readeck-pg/0.21.5/docker-compose.yml rename to apps/readeck-pg/0.21.6/docker-compose.yml index 15cd0a9f9..c2f70d976 100644 --- a/apps/readeck-pg/0.21.5/docker-compose.yml +++ b/apps/readeck-pg/0.21.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: readeck: - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/readeck-pg/0.21.5/envs/default.env b/apps/readeck-pg/0.21.6/envs/default.env similarity index 100% rename from apps/readeck-pg/0.21.5/envs/default.env rename to apps/readeck-pg/0.21.6/envs/default.env diff --git a/apps/readeck-pg/0.21.5/envs/global.env b/apps/readeck-pg/0.21.6/envs/global.env similarity index 100% rename from apps/readeck-pg/0.21.5/envs/global.env rename to apps/readeck-pg/0.21.6/envs/global.env diff --git a/apps/readeck-pg/0.21.5/scripts/init.sh b/apps/readeck-pg/0.21.6/scripts/init.sh similarity index 100% rename from apps/readeck-pg/0.21.5/scripts/init.sh rename to apps/readeck-pg/0.21.6/scripts/init.sh diff --git a/apps/readeck-pg/0.21.5/scripts/uninstall.sh b/apps/readeck-pg/0.21.6/scripts/uninstall.sh similarity index 100% rename from apps/readeck-pg/0.21.5/scripts/uninstall.sh rename to apps/readeck-pg/0.21.6/scripts/uninstall.sh diff --git a/apps/readeck-pg/0.21.5/scripts/upgrade.sh b/apps/readeck-pg/0.21.6/scripts/upgrade.sh similarity index 100% rename from apps/readeck-pg/0.21.5/scripts/upgrade.sh rename to apps/readeck-pg/0.21.6/scripts/upgrade.sh diff --git a/apps/readeck/0.21.5/data.yml b/apps/readeck/0.21.6/data.yml similarity index 100% rename from apps/readeck/0.21.5/data.yml rename to apps/readeck/0.21.6/data.yml diff --git a/apps/readeck/0.21.5/docker-compose.yml b/apps/readeck/0.21.6/docker-compose.yml similarity index 94% rename from apps/readeck/0.21.5/docker-compose.yml rename to apps/readeck/0.21.6/docker-compose.yml index 8a639e4a9..11ce792e0 100644 --- a/apps/readeck/0.21.5/docker-compose.yml +++ b/apps/readeck/0.21.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: readeck: - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/readeck/0.21.5/envs/default.env b/apps/readeck/0.21.6/envs/default.env similarity index 100% rename from apps/readeck/0.21.5/envs/default.env rename to apps/readeck/0.21.6/envs/default.env diff --git a/apps/readeck/0.21.5/envs/global.env b/apps/readeck/0.21.6/envs/global.env similarity index 100% rename from apps/readeck/0.21.5/envs/global.env rename to apps/readeck/0.21.6/envs/global.env diff --git a/apps/readeck/0.21.5/scripts/init.sh b/apps/readeck/0.21.6/scripts/init.sh similarity index 100% rename from apps/readeck/0.21.5/scripts/init.sh rename to apps/readeck/0.21.6/scripts/init.sh diff --git a/apps/readeck/0.21.5/scripts/uninstall.sh b/apps/readeck/0.21.6/scripts/uninstall.sh similarity index 100% rename from apps/readeck/0.21.5/scripts/uninstall.sh rename to apps/readeck/0.21.6/scripts/uninstall.sh diff --git a/apps/readeck/0.21.5/scripts/upgrade.sh b/apps/readeck/0.21.6/scripts/upgrade.sh similarity index 100% rename from apps/readeck/0.21.5/scripts/upgrade.sh rename to apps/readeck/0.21.6/scripts/upgrade.sh diff --git a/apps/seaweedfs/4.06/config/prometheus.yml b/apps/seaweedfs/4.07/config/prometheus.yml similarity index 100% rename from apps/seaweedfs/4.06/config/prometheus.yml rename to apps/seaweedfs/4.07/config/prometheus.yml diff --git a/apps/seaweedfs/4.06/data.yml b/apps/seaweedfs/4.07/data.yml similarity index 100% rename from apps/seaweedfs/4.06/data.yml rename to apps/seaweedfs/4.07/data.yml diff --git a/apps/seaweedfs/4.06/docker-compose.yml b/apps/seaweedfs/4.07/docker-compose.yml similarity index 96% rename from apps/seaweedfs/4.06/docker-compose.yml rename to apps/seaweedfs/4.07/docker-compose.yml index a43df7f86..14fce801d 100644 --- a/apps/seaweedfs/4.06/docker-compose.yml +++ b/apps/seaweedfs/4.07/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: seaweedfs-master: - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 container_name: ${CONTAINER_NAME}-master restart: always networks: @@ -25,7 +25,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-volume: - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 depends_on: - seaweedfs-master container_name: ${CONTAINER_NAME}-volume @@ -47,7 +47,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-filer: - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 depends_on: - seaweedfs-master - seaweedfs-volume @@ -72,7 +72,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-s3: - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 depends_on: - seaweedfs-master - seaweedfs-volume @@ -97,7 +97,7 @@ services: environment: - TZ=Asia/Shanghai seaweedfs-webdav: - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 depends_on: - seaweedfs-master - seaweedfs-volume diff --git a/apps/seaweedfs/4.06/envs/default.env b/apps/seaweedfs/4.07/envs/default.env similarity index 100% rename from apps/seaweedfs/4.06/envs/default.env rename to apps/seaweedfs/4.07/envs/default.env diff --git a/apps/seaweedfs/4.06/envs/global.env b/apps/seaweedfs/4.07/envs/global.env similarity index 100% rename from apps/seaweedfs/4.06/envs/global.env rename to apps/seaweedfs/4.07/envs/global.env diff --git a/apps/seaweedfs/4.06/scripts/init.sh b/apps/seaweedfs/4.07/scripts/init.sh similarity index 100% rename from apps/seaweedfs/4.06/scripts/init.sh rename to apps/seaweedfs/4.07/scripts/init.sh diff --git a/apps/seaweedfs/4.06/scripts/uninstall.sh b/apps/seaweedfs/4.07/scripts/uninstall.sh similarity index 100% rename from apps/seaweedfs/4.06/scripts/uninstall.sh rename to apps/seaweedfs/4.07/scripts/uninstall.sh diff --git a/apps/seaweedfs/4.06/scripts/upgrade.sh b/apps/seaweedfs/4.07/scripts/upgrade.sh similarity index 100% rename from apps/seaweedfs/4.06/scripts/upgrade.sh rename to apps/seaweedfs/4.07/scripts/upgrade.sh diff --git a/apps/slink/1.8.6/data.yml b/apps/slink/1.8.7/data.yml similarity index 100% rename from apps/slink/1.8.6/data.yml rename to apps/slink/1.8.7/data.yml diff --git a/apps/slink/1.8.6/docker-compose.yml b/apps/slink/1.8.7/docker-compose.yml similarity index 95% rename from apps/slink/1.8.6/docker-compose.yml rename to apps/slink/1.8.7/docker-compose.yml index ce59c10d7..629526761 100644 --- a/apps/slink/1.8.6/docker-compose.yml +++ b/apps/slink/1.8.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: slink: - image: anirdev/slink:v1.8.6 + image: anirdev/slink:v1.8.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/slink/1.8.6/envs/default.env b/apps/slink/1.8.7/envs/default.env similarity index 100% rename from apps/slink/1.8.6/envs/default.env rename to apps/slink/1.8.7/envs/default.env diff --git a/apps/slink/1.8.6/envs/global.env b/apps/slink/1.8.7/envs/global.env similarity index 100% rename from apps/slink/1.8.6/envs/global.env rename to apps/slink/1.8.7/envs/global.env diff --git a/apps/slink/1.8.6/scripts/init.sh b/apps/slink/1.8.7/scripts/init.sh similarity index 100% rename from apps/slink/1.8.6/scripts/init.sh rename to apps/slink/1.8.7/scripts/init.sh diff --git a/apps/slink/1.8.6/scripts/uninstall.sh b/apps/slink/1.8.7/scripts/uninstall.sh similarity index 100% rename from apps/slink/1.8.6/scripts/uninstall.sh rename to apps/slink/1.8.7/scripts/uninstall.sh diff --git a/apps/slink/1.8.6/scripts/upgrade.sh b/apps/slink/1.8.7/scripts/upgrade.sh similarity index 100% rename from apps/slink/1.8.6/scripts/upgrade.sh rename to apps/slink/1.8.7/scripts/upgrade.sh diff --git a/apps/smanga/4.2.72/data.yml b/apps/smanga/4.2.74/data.yml similarity index 100% rename from apps/smanga/4.2.72/data.yml rename to apps/smanga/4.2.74/data.yml diff --git a/apps/smanga/4.2.72/docker-compose.yml b/apps/smanga/4.2.74/docker-compose.yml similarity index 95% rename from apps/smanga/4.2.72/docker-compose.yml rename to apps/smanga/4.2.74/docker-compose.yml index 1caeb59ee..a3cb57316 100644 --- a/apps/smanga/4.2.72/docker-compose.yml +++ b/apps/smanga/4.2.74/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: smanga: - image: lkw199711/smanga-nodejs:4.2.72 + image: lkw199711/smanga-nodejs:4.2.74 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/smanga/4.2.72/envs/default.env b/apps/smanga/4.2.74/envs/default.env similarity index 100% rename from apps/smanga/4.2.72/envs/default.env rename to apps/smanga/4.2.74/envs/default.env diff --git a/apps/smanga/4.2.72/envs/global.env b/apps/smanga/4.2.74/envs/global.env similarity index 100% rename from apps/smanga/4.2.72/envs/global.env rename to apps/smanga/4.2.74/envs/global.env diff --git a/apps/smanga/4.2.72/scripts/init.sh b/apps/smanga/4.2.74/scripts/init.sh similarity index 100% rename from apps/smanga/4.2.72/scripts/init.sh rename to apps/smanga/4.2.74/scripts/init.sh diff --git a/apps/smanga/4.2.72/scripts/uninstall.sh b/apps/smanga/4.2.74/scripts/uninstall.sh similarity index 100% rename from apps/smanga/4.2.72/scripts/uninstall.sh rename to apps/smanga/4.2.74/scripts/uninstall.sh diff --git a/apps/smanga/4.2.72/scripts/upgrade.sh b/apps/smanga/4.2.74/scripts/upgrade.sh similarity index 100% rename from apps/smanga/4.2.72/scripts/upgrade.sh rename to apps/smanga/4.2.74/scripts/upgrade.sh diff --git a/apps/smtp-proxy-server/1.2.0/data.yml b/apps/smtp-proxy-server/1.2.1/data.yml similarity index 100% rename from apps/smtp-proxy-server/1.2.0/data.yml rename to apps/smtp-proxy-server/1.2.1/data.yml diff --git a/apps/smtp-proxy-server/1.2.0/docker-compose.yml b/apps/smtp-proxy-server/1.2.1/docker-compose.yml similarity index 97% rename from apps/smtp-proxy-server/1.2.0/docker-compose.yml rename to apps/smtp-proxy-server/1.2.1/docker-compose.yml index 715e738e5..ebe209e59 100644 --- a/apps/smtp-proxy-server/1.2.0/docker-compose.yml +++ b/apps/smtp-proxy-server/1.2.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: smtp_proxy_server: - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.0 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/smtp-proxy-server/1.2.0/envs/default.env b/apps/smtp-proxy-server/1.2.1/envs/default.env similarity index 100% rename from apps/smtp-proxy-server/1.2.0/envs/default.env rename to apps/smtp-proxy-server/1.2.1/envs/default.env diff --git a/apps/smtp-proxy-server/1.2.0/envs/global.env b/apps/smtp-proxy-server/1.2.1/envs/global.env similarity index 100% rename from apps/smtp-proxy-server/1.2.0/envs/global.env rename to apps/smtp-proxy-server/1.2.1/envs/global.env diff --git a/apps/smtp-proxy-server/1.2.0/scripts/init.sh b/apps/smtp-proxy-server/1.2.1/scripts/init.sh similarity index 100% rename from apps/smtp-proxy-server/1.2.0/scripts/init.sh rename to apps/smtp-proxy-server/1.2.1/scripts/init.sh diff --git a/apps/smtp-proxy-server/1.2.0/scripts/uninstall.sh b/apps/smtp-proxy-server/1.2.1/scripts/uninstall.sh similarity index 100% rename from apps/smtp-proxy-server/1.2.0/scripts/uninstall.sh rename to apps/smtp-proxy-server/1.2.1/scripts/uninstall.sh diff --git a/apps/smtp-proxy-server/1.2.0/scripts/upgrade.sh b/apps/smtp-proxy-server/1.2.1/scripts/upgrade.sh similarity index 100% rename from apps/smtp-proxy-server/1.2.0/scripts/upgrade.sh rename to apps/smtp-proxy-server/1.2.1/scripts/upgrade.sh diff --git a/apps/waline/1.35.0/data.yml b/apps/waline/1.36.2/data.yml similarity index 100% rename from apps/waline/1.35.0/data.yml rename to apps/waline/1.36.2/data.yml diff --git a/apps/waline/1.35.0/docker-compose.yml b/apps/waline/1.36.2/docker-compose.yml similarity index 93% rename from apps/waline/1.35.0/docker-compose.yml rename to apps/waline/1.36.2/docker-compose.yml index f90ac9592..68a03b90a 100644 --- a/apps/waline/1.35.0/docker-compose.yml +++ b/apps/waline/1.36.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: waline: - image: lizheming/waline:1.35.0 + image: lizheming/waline:1.36.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/waline/1.35.0/envs/default.env b/apps/waline/1.36.2/envs/default.env similarity index 100% rename from apps/waline/1.35.0/envs/default.env rename to apps/waline/1.36.2/envs/default.env diff --git a/apps/waline/1.35.0/envs/global.env b/apps/waline/1.36.2/envs/global.env similarity index 100% rename from apps/waline/1.35.0/envs/global.env rename to apps/waline/1.36.2/envs/global.env diff --git a/apps/waline/1.35.0/scripts/init.sh b/apps/waline/1.36.2/scripts/init.sh similarity index 100% rename from apps/waline/1.35.0/scripts/init.sh rename to apps/waline/1.36.2/scripts/init.sh diff --git a/apps/waline/1.35.0/scripts/uninstall.sh b/apps/waline/1.36.2/scripts/uninstall.sh similarity index 100% rename from apps/waline/1.35.0/scripts/uninstall.sh rename to apps/waline/1.36.2/scripts/uninstall.sh diff --git a/apps/waline/1.35.0/scripts/upgrade.sh b/apps/waline/1.36.2/scripts/upgrade.sh similarity index 100% rename from apps/waline/1.35.0/scripts/upgrade.sh rename to apps/waline/1.36.2/scripts/upgrade.sh diff --git a/appstore/ammds/1.6.42/.env b/appstore/ammds/1.6.46/.env similarity index 100% rename from appstore/ammds/1.6.42/.env rename to appstore/ammds/1.6.46/.env diff --git a/appstore/ammds/1.6.42/data.yml b/appstore/ammds/1.6.46/data.yml similarity index 100% rename from appstore/ammds/1.6.42/data.yml rename to appstore/ammds/1.6.46/data.yml diff --git a/appstore/ammds/1.6.42/docker-compose.yml b/appstore/ammds/1.6.46/docker-compose.yml similarity index 96% rename from appstore/ammds/1.6.42/docker-compose.yml rename to appstore/ammds/1.6.46/docker-compose.yml index 95964f40c..989875fee 100644 --- a/appstore/ammds/1.6.42/docker-compose.yml +++ b/appstore/ammds/1.6.46/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.42 + image: qyg2297248353/ammds:v1.6.46 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.6.42/envs/default.env b/appstore/ammds/1.6.46/envs/default.env similarity index 100% rename from appstore/ammds/1.6.42/envs/default.env rename to appstore/ammds/1.6.46/envs/default.env diff --git a/appstore/ammds/1.6.42/envs/global.env b/appstore/ammds/1.6.46/envs/global.env similarity index 100% rename from appstore/ammds/1.6.42/envs/global.env rename to appstore/ammds/1.6.46/envs/global.env diff --git a/appstore/ammds/1.6.42/scripts/init.sh b/appstore/ammds/1.6.46/scripts/init.sh similarity index 100% rename from appstore/ammds/1.6.42/scripts/init.sh rename to appstore/ammds/1.6.46/scripts/init.sh diff --git a/appstore/ammds/1.6.42/scripts/uninstall.sh b/appstore/ammds/1.6.46/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.6.42/scripts/uninstall.sh rename to appstore/ammds/1.6.46/scripts/uninstall.sh diff --git a/appstore/ammds/1.6.42/scripts/upgrade.sh b/appstore/ammds/1.6.46/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.6.42/scripts/upgrade.sh rename to appstore/ammds/1.6.46/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.4.26/.env b/appstore/ani-rss/2.4.32/.env similarity index 100% rename from appstore/ani-rss/2.4.26/.env rename to appstore/ani-rss/2.4.32/.env diff --git a/appstore/ani-rss/2.4.26/data.yml b/appstore/ani-rss/2.4.32/data.yml similarity index 100% rename from appstore/ani-rss/2.4.26/data.yml rename to appstore/ani-rss/2.4.32/data.yml diff --git a/appstore/ani-rss/2.4.26/docker-compose.yml b/appstore/ani-rss/2.4.32/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.4.26/docker-compose.yml rename to appstore/ani-rss/2.4.32/docker-compose.yml index 9995dacad..0932bb8be 100644 --- a/appstore/ani-rss/2.4.26/docker-compose.yml +++ b/appstore/ani-rss/2.4.32/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.4.26 + image: wushuo894/ani-rss:v2.4.32 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/2.4.26/envs/default.env b/appstore/ani-rss/2.4.32/envs/default.env similarity index 100% rename from appstore/ani-rss/2.4.26/envs/default.env rename to appstore/ani-rss/2.4.32/envs/default.env diff --git a/appstore/ani-rss/2.4.26/envs/global.env b/appstore/ani-rss/2.4.32/envs/global.env similarity index 100% rename from appstore/ani-rss/2.4.26/envs/global.env rename to appstore/ani-rss/2.4.32/envs/global.env diff --git a/appstore/ani-rss/2.4.26/scripts/init.sh b/appstore/ani-rss/2.4.32/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.4.26/scripts/init.sh rename to appstore/ani-rss/2.4.32/scripts/init.sh diff --git a/appstore/ani-rss/2.4.26/scripts/uninstall.sh b/appstore/ani-rss/2.4.32/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.4.26/scripts/uninstall.sh rename to appstore/ani-rss/2.4.32/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.4.26/scripts/upgrade.sh b/appstore/ani-rss/2.4.32/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.4.26/scripts/upgrade.sh rename to appstore/ani-rss/2.4.32/scripts/upgrade.sh diff --git a/appstore/astrbot-napcat/4.10.15/.env b/appstore/astrbot-napcat/4.10.35/.env similarity index 100% rename from appstore/astrbot-napcat/4.10.15/.env rename to appstore/astrbot-napcat/4.10.35/.env diff --git a/appstore/astrbot-napcat/4.10.15/data.yml b/appstore/astrbot-napcat/4.10.35/data.yml similarity index 100% rename from appstore/astrbot-napcat/4.10.15/data.yml rename to appstore/astrbot-napcat/4.10.35/data.yml diff --git a/appstore/astrbot-napcat/4.10.15/docker-compose.yml b/appstore/astrbot-napcat/4.10.35/docker-compose.yml similarity index 93% rename from appstore/astrbot-napcat/4.10.15/docker-compose.yml rename to appstore/astrbot-napcat/4.10.35/docker-compose.yml index 9edd03c05..6c9b33505 100644 --- a/appstore/astrbot-napcat/4.10.15/docker-compose.yml +++ b/appstore/astrbot-napcat/4.10.35/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.11.4 + image: soulter/astrbot:v4.12.3 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.10.15 + image: mlikiowa/napcat-docker:v4.10.35 mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02} networks: - 1panel-network diff --git a/appstore/astrbot-napcat/4.10.15/envs/default.env b/appstore/astrbot-napcat/4.10.35/envs/default.env similarity index 100% rename from appstore/astrbot-napcat/4.10.15/envs/default.env rename to appstore/astrbot-napcat/4.10.35/envs/default.env diff --git a/appstore/astrbot-napcat/4.10.15/envs/global.env b/appstore/astrbot-napcat/4.10.35/envs/global.env similarity index 100% rename from appstore/astrbot-napcat/4.10.15/envs/global.env rename to appstore/astrbot-napcat/4.10.35/envs/global.env diff --git a/appstore/astrbot-napcat/4.10.15/scripts/init.sh b/appstore/astrbot-napcat/4.10.35/scripts/init.sh similarity index 100% rename from appstore/astrbot-napcat/4.10.15/scripts/init.sh rename to appstore/astrbot-napcat/4.10.35/scripts/init.sh diff --git a/appstore/astrbot-napcat/4.10.15/scripts/uninstall.sh b/appstore/astrbot-napcat/4.10.35/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot-napcat/4.10.15/scripts/uninstall.sh rename to appstore/astrbot-napcat/4.10.35/scripts/uninstall.sh diff --git a/appstore/astrbot-napcat/4.10.15/scripts/upgrade.sh b/appstore/astrbot-napcat/4.10.35/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot-napcat/4.10.15/scripts/upgrade.sh rename to appstore/astrbot-napcat/4.10.35/scripts/upgrade.sh diff --git a/appstore/astrbot/4.11.4/.env b/appstore/astrbot/4.12.3/.env similarity index 100% rename from appstore/astrbot/4.11.4/.env rename to appstore/astrbot/4.12.3/.env diff --git a/appstore/astrbot/4.11.4/data.yml b/appstore/astrbot/4.12.3/data.yml similarity index 100% rename from appstore/astrbot/4.11.4/data.yml rename to appstore/astrbot/4.12.3/data.yml diff --git a/appstore/astrbot/4.11.4/docker-compose.yml b/appstore/astrbot/4.12.3/docker-compose.yml similarity index 94% rename from appstore/astrbot/4.11.4/docker-compose.yml rename to appstore/astrbot/4.12.3/docker-compose.yml index bf2618630..bda5eb18d 100644 --- a/appstore/astrbot/4.11.4/docker-compose.yml +++ b/appstore/astrbot/4.12.3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.11.4 + image: soulter/astrbot:v4.12.3 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.11.4/envs/default.env b/appstore/astrbot/4.12.3/envs/default.env similarity index 100% rename from appstore/astrbot/4.11.4/envs/default.env rename to appstore/astrbot/4.12.3/envs/default.env diff --git a/appstore/astrbot/4.11.4/envs/global.env b/appstore/astrbot/4.12.3/envs/global.env similarity index 100% rename from appstore/astrbot/4.11.4/envs/global.env rename to appstore/astrbot/4.12.3/envs/global.env diff --git a/appstore/astrbot/4.11.4/scripts/init.sh b/appstore/astrbot/4.12.3/scripts/init.sh similarity index 100% rename from appstore/astrbot/4.11.4/scripts/init.sh rename to appstore/astrbot/4.12.3/scripts/init.sh diff --git a/appstore/astrbot/4.11.4/scripts/uninstall.sh b/appstore/astrbot/4.12.3/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/4.11.4/scripts/uninstall.sh rename to appstore/astrbot/4.12.3/scripts/uninstall.sh diff --git a/appstore/astrbot/4.11.4/scripts/upgrade.sh b/appstore/astrbot/4.12.3/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/4.11.4/scripts/upgrade.sh rename to appstore/astrbot/4.12.3/scripts/upgrade.sh diff --git a/appstore/casdoor/2.246.0/.env b/appstore/casdoor/2.253.0/.env similarity index 100% rename from appstore/casdoor/2.246.0/.env rename to appstore/casdoor/2.253.0/.env diff --git a/appstore/casdoor/2.246.0/config/init_data.json b/appstore/casdoor/2.253.0/config/init_data.json similarity index 100% rename from appstore/casdoor/2.246.0/config/init_data.json rename to appstore/casdoor/2.253.0/config/init_data.json diff --git a/appstore/casdoor/2.246.0/data.yml b/appstore/casdoor/2.253.0/data.yml similarity index 100% rename from appstore/casdoor/2.246.0/data.yml rename to appstore/casdoor/2.253.0/data.yml diff --git a/appstore/casdoor/2.246.0/docker-compose.yml b/appstore/casdoor/2.253.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/2.246.0/docker-compose.yml rename to appstore/casdoor/2.253.0/docker-compose.yml index 64ae3d754..a9a294142 100644 --- a/appstore/casdoor/2.246.0/docker-compose.yml +++ b/appstore/casdoor/2.253.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:2.246.0 + image: casbin/casdoor:2.253.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/2.246.0/envs/casdoor.env b/appstore/casdoor/2.253.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/2.246.0/envs/casdoor.env rename to appstore/casdoor/2.253.0/envs/casdoor.env diff --git a/appstore/casdoor/2.246.0/envs/default.env b/appstore/casdoor/2.253.0/envs/default.env similarity index 100% rename from appstore/casdoor/2.246.0/envs/default.env rename to appstore/casdoor/2.253.0/envs/default.env diff --git a/appstore/casdoor/2.246.0/envs/global.env b/appstore/casdoor/2.253.0/envs/global.env similarity index 100% rename from appstore/casdoor/2.246.0/envs/global.env rename to appstore/casdoor/2.253.0/envs/global.env diff --git a/appstore/casdoor/2.246.0/scripts/init.sh b/appstore/casdoor/2.253.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/2.246.0/scripts/init.sh rename to appstore/casdoor/2.253.0/scripts/init.sh diff --git a/appstore/casdoor/2.246.0/scripts/uninstall.sh b/appstore/casdoor/2.253.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/2.246.0/scripts/uninstall.sh rename to appstore/casdoor/2.253.0/scripts/uninstall.sh diff --git a/appstore/casdoor/2.246.0/scripts/upgrade.sh b/appstore/casdoor/2.253.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/2.246.0/scripts/upgrade.sh rename to appstore/casdoor/2.253.0/scripts/upgrade.sh diff --git a/appstore/cloudsaver/0.6.2/.env b/appstore/cloudsaver/0.6.5/.env similarity index 100% rename from appstore/cloudsaver/0.6.2/.env rename to appstore/cloudsaver/0.6.5/.env diff --git a/appstore/cloudsaver/0.6.2/config/env.example b/appstore/cloudsaver/0.6.5/config/env.example similarity index 100% rename from appstore/cloudsaver/0.6.2/config/env.example rename to appstore/cloudsaver/0.6.5/config/env.example diff --git a/appstore/cloudsaver/0.6.2/data.yml b/appstore/cloudsaver/0.6.5/data.yml similarity index 100% rename from appstore/cloudsaver/0.6.2/data.yml rename to appstore/cloudsaver/0.6.5/data.yml diff --git a/appstore/cloudsaver/0.6.2/docker-compose.yml b/appstore/cloudsaver/0.6.5/docker-compose.yml similarity index 95% rename from appstore/cloudsaver/0.6.2/docker-compose.yml rename to appstore/cloudsaver/0.6.5/docker-compose.yml index 5bea18016..f54a05551 100644 --- a/appstore/cloudsaver/0.6.2/docker-compose.yml +++ b/appstore/cloudsaver/0.6.5/docker-compose.yml @@ -19,7 +19,7 @@ services: ' timeout: 3s - image: jiangrui1994/cloudsaver:0.6.2 + image: jiangrui1994/cloudsaver:0.6.5 labels: createdBy: Apps networks: diff --git a/appstore/cloudsaver/0.6.2/envs/default.env b/appstore/cloudsaver/0.6.5/envs/default.env similarity index 100% rename from appstore/cloudsaver/0.6.2/envs/default.env rename to appstore/cloudsaver/0.6.5/envs/default.env diff --git a/appstore/cloudsaver/0.6.2/envs/global.env b/appstore/cloudsaver/0.6.5/envs/global.env similarity index 100% rename from appstore/cloudsaver/0.6.2/envs/global.env rename to appstore/cloudsaver/0.6.5/envs/global.env diff --git a/appstore/cloudsaver/0.6.2/scripts/init.sh b/appstore/cloudsaver/0.6.5/scripts/init.sh similarity index 100% rename from appstore/cloudsaver/0.6.2/scripts/init.sh rename to appstore/cloudsaver/0.6.5/scripts/init.sh diff --git a/appstore/cloudsaver/0.6.2/scripts/uninstall.sh b/appstore/cloudsaver/0.6.5/scripts/uninstall.sh similarity index 100% rename from appstore/cloudsaver/0.6.2/scripts/uninstall.sh rename to appstore/cloudsaver/0.6.5/scripts/uninstall.sh diff --git a/appstore/cloudsaver/0.6.2/scripts/upgrade.sh b/appstore/cloudsaver/0.6.5/scripts/upgrade.sh similarity index 100% rename from appstore/cloudsaver/0.6.2/scripts/upgrade.sh rename to appstore/cloudsaver/0.6.5/scripts/upgrade.sh diff --git a/appstore/dozzle/9.0.1/.env b/appstore/dozzle/9.0.2/.env similarity index 100% rename from appstore/dozzle/9.0.1/.env rename to appstore/dozzle/9.0.2/.env diff --git a/appstore/dozzle/9.0.1/data.yml b/appstore/dozzle/9.0.2/data.yml similarity index 100% rename from appstore/dozzle/9.0.1/data.yml rename to appstore/dozzle/9.0.2/data.yml diff --git a/appstore/dozzle/9.0.1/docker-compose.yml b/appstore/dozzle/9.0.2/docker-compose.yml similarity index 94% rename from appstore/dozzle/9.0.1/docker-compose.yml rename to appstore/dozzle/9.0.2/docker-compose.yml index 118d84096..eca8eebb0 100644 --- a/appstore/dozzle/9.0.1/docker-compose.yml +++ b/appstore/dozzle/9.0.2/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v9.0.1 + image: amir20/dozzle:v9.0.2 labels: createdBy: Apps networks: diff --git a/appstore/dozzle/9.0.1/envs/default.env b/appstore/dozzle/9.0.2/envs/default.env similarity index 100% rename from appstore/dozzle/9.0.1/envs/default.env rename to appstore/dozzle/9.0.2/envs/default.env diff --git a/appstore/dozzle/9.0.1/envs/global.env b/appstore/dozzle/9.0.2/envs/global.env similarity index 100% rename from appstore/dozzle/9.0.1/envs/global.env rename to appstore/dozzle/9.0.2/envs/global.env diff --git a/appstore/dozzle/9.0.1/scripts/init.sh b/appstore/dozzle/9.0.2/scripts/init.sh similarity index 100% rename from appstore/dozzle/9.0.1/scripts/init.sh rename to appstore/dozzle/9.0.2/scripts/init.sh diff --git a/appstore/dozzle/9.0.1/scripts/uninstall.sh b/appstore/dozzle/9.0.2/scripts/uninstall.sh similarity index 100% rename from appstore/dozzle/9.0.1/scripts/uninstall.sh rename to appstore/dozzle/9.0.2/scripts/uninstall.sh diff --git a/appstore/dozzle/9.0.1/scripts/upgrade.sh b/appstore/dozzle/9.0.2/scripts/upgrade.sh similarity index 100% rename from appstore/dozzle/9.0.1/scripts/upgrade.sh rename to appstore/dozzle/9.0.2/scripts/upgrade.sh diff --git a/appstore/ghost/6.12.1/.env b/appstore/ghost/6.13.2/.env similarity index 100% rename from appstore/ghost/6.12.1/.env rename to appstore/ghost/6.13.2/.env diff --git a/appstore/ghost/6.12.1/data.yml b/appstore/ghost/6.13.2/data.yml similarity index 100% rename from appstore/ghost/6.12.1/data.yml rename to appstore/ghost/6.13.2/data.yml diff --git a/appstore/ghost/6.12.1/docker-compose.yml b/appstore/ghost/6.13.2/docker-compose.yml similarity index 95% rename from appstore/ghost/6.12.1/docker-compose.yml rename to appstore/ghost/6.13.2/docker-compose.yml index 52889deff..2bc229aa7 100644 --- a/appstore/ghost/6.12.1/docker-compose.yml +++ b/appstore/ghost/6.13.2/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.12.1 + image: ghost:6.13.2 labels: createdBy: Apps networks: diff --git a/appstore/ghost/6.12.1/envs/default.env b/appstore/ghost/6.13.2/envs/default.env similarity index 100% rename from appstore/ghost/6.12.1/envs/default.env rename to appstore/ghost/6.13.2/envs/default.env diff --git a/appstore/ghost/6.12.1/envs/global.env b/appstore/ghost/6.13.2/envs/global.env similarity index 100% rename from appstore/ghost/6.12.1/envs/global.env rename to appstore/ghost/6.13.2/envs/global.env diff --git a/appstore/ghost/6.12.1/scripts/init.sh b/appstore/ghost/6.13.2/scripts/init.sh similarity index 100% rename from appstore/ghost/6.12.1/scripts/init.sh rename to appstore/ghost/6.13.2/scripts/init.sh diff --git a/appstore/ghost/6.12.1/scripts/uninstall.sh b/appstore/ghost/6.13.2/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/6.12.1/scripts/uninstall.sh rename to appstore/ghost/6.13.2/scripts/uninstall.sh diff --git a/appstore/ghost/6.12.1/scripts/upgrade.sh b/appstore/ghost/6.13.2/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/6.12.1/scripts/upgrade.sh rename to appstore/ghost/6.13.2/scripts/upgrade.sh diff --git a/appstore/glean/16/docker-compose.yml b/appstore/glean/16/docker-compose.yml index 3cc0d7999..944d85fbd 100644 --- a/appstore/glean/16/docker-compose.yml +++ b/appstore/glean/16/docker-compose.yml @@ -58,7 +58,7 @@ services: - -f - http://localhost:8000/api/health timeout: 5s - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 labels: createdBy: Apps networks: @@ -113,7 +113,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/leslieleung/glean-web:0.2.3 + image: ghcr.io/leslieleung/glean-web:0.2.4 networks: - glean-network ports: @@ -141,7 +141,7 @@ services: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean} REDIS_URL: redis://redis:6379/0 SECRET_KEY: ${SECRET_KEY:-} - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 networks: - glean-network restart: always diff --git a/appstore/halo-h2/2.22.9/.env b/appstore/halo-h2/2.22.11/.env similarity index 100% rename from appstore/halo-h2/2.22.9/.env rename to appstore/halo-h2/2.22.11/.env diff --git a/appstore/halo-h2/2.22.9/data.yml b/appstore/halo-h2/2.22.11/data.yml similarity index 100% rename from appstore/halo-h2/2.22.9/data.yml rename to appstore/halo-h2/2.22.11/data.yml diff --git a/appstore/halo-h2/2.22.9/docker-compose.yml b/appstore/halo-h2/2.22.11/docker-compose.yml similarity index 93% rename from appstore/halo-h2/2.22.9/docker-compose.yml rename to appstore/halo-h2/2.22.11/docker-compose.yml index 977240598..f8b9ea197 100644 --- a/appstore/halo-h2/2.22.9/docker-compose.yml +++ b/appstore/halo-h2/2.22.11/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 labels: createdBy: Apps networks: diff --git a/appstore/halo-h2/2.22.9/envs/default.env b/appstore/halo-h2/2.22.11/envs/default.env similarity index 100% rename from appstore/halo-h2/2.22.9/envs/default.env rename to appstore/halo-h2/2.22.11/envs/default.env diff --git a/appstore/halo-h2/2.22.9/envs/global.env b/appstore/halo-h2/2.22.11/envs/global.env similarity index 100% rename from appstore/halo-h2/2.22.9/envs/global.env rename to appstore/halo-h2/2.22.11/envs/global.env diff --git a/appstore/halo-h2/2.22.9/scripts/init.sh b/appstore/halo-h2/2.22.11/scripts/init.sh similarity index 100% rename from appstore/halo-h2/2.22.9/scripts/init.sh rename to appstore/halo-h2/2.22.11/scripts/init.sh diff --git a/appstore/halo-h2/2.22.9/scripts/uninstall.sh b/appstore/halo-h2/2.22.11/scripts/uninstall.sh similarity index 100% rename from appstore/halo-h2/2.22.9/scripts/uninstall.sh rename to appstore/halo-h2/2.22.11/scripts/uninstall.sh diff --git a/appstore/halo-h2/2.22.9/scripts/upgrade.sh b/appstore/halo-h2/2.22.11/scripts/upgrade.sh similarity index 100% rename from appstore/halo-h2/2.22.9/scripts/upgrade.sh rename to appstore/halo-h2/2.22.11/scripts/upgrade.sh diff --git a/appstore/halo/2.22.9/.env b/appstore/halo/2.22.11/.env similarity index 100% rename from appstore/halo/2.22.9/.env rename to appstore/halo/2.22.11/.env diff --git a/appstore/halo/2.22.9/data.yml b/appstore/halo/2.22.11/data.yml similarity index 100% rename from appstore/halo/2.22.9/data.yml rename to appstore/halo/2.22.11/data.yml diff --git a/appstore/halo/2.22.9/docker-compose.yml b/appstore/halo/2.22.11/docker-compose.yml similarity index 95% rename from appstore/halo/2.22.9/docker-compose.yml rename to appstore/halo/2.22.11/docker-compose.yml index 61cdf6199..61f14a434 100644 --- a/appstore/halo/2.22.9/docker-compose.yml +++ b/appstore/halo/2.22.11/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 labels: createdBy: Apps networks: diff --git a/appstore/halo/2.22.9/envs/default.env b/appstore/halo/2.22.11/envs/default.env similarity index 100% rename from appstore/halo/2.22.9/envs/default.env rename to appstore/halo/2.22.11/envs/default.env diff --git a/appstore/halo/2.22.9/envs/global.env b/appstore/halo/2.22.11/envs/global.env similarity index 100% rename from appstore/halo/2.22.9/envs/global.env rename to appstore/halo/2.22.11/envs/global.env diff --git a/appstore/halo/2.22.9/scripts/init.sh b/appstore/halo/2.22.11/scripts/init.sh similarity index 100% rename from appstore/halo/2.22.9/scripts/init.sh rename to appstore/halo/2.22.11/scripts/init.sh diff --git a/appstore/halo/2.22.9/scripts/uninstall.sh b/appstore/halo/2.22.11/scripts/uninstall.sh similarity index 100% rename from appstore/halo/2.22.9/scripts/uninstall.sh rename to appstore/halo/2.22.11/scripts/uninstall.sh diff --git a/appstore/halo/2.22.9/scripts/upgrade.sh b/appstore/halo/2.22.11/scripts/upgrade.sh similarity index 100% rename from appstore/halo/2.22.9/scripts/upgrade.sh rename to appstore/halo/2.22.11/scripts/upgrade.sh diff --git a/appstore/homarr/1.50.0/.env b/appstore/homarr/1.50.1/.env similarity index 100% rename from appstore/homarr/1.50.0/.env rename to appstore/homarr/1.50.1/.env diff --git a/appstore/homarr/1.50.0/data.yml b/appstore/homarr/1.50.1/data.yml similarity index 100% rename from appstore/homarr/1.50.0/data.yml rename to appstore/homarr/1.50.1/data.yml diff --git a/appstore/homarr/1.50.0/docker-compose.yml b/appstore/homarr/1.50.1/docker-compose.yml similarity index 89% rename from appstore/homarr/1.50.0/docker-compose.yml rename to appstore/homarr/1.50.1/docker-compose.yml index b3d3902f5..ab9f7bf96 100644 --- a/appstore/homarr/1.50.0/docker-compose.yml +++ b/appstore/homarr/1.50.1/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.50.0 + image: ghcr.io/homarr-labs/homarr:v1.50.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/homarr/1.50.0/envs/default.env b/appstore/homarr/1.50.1/envs/default.env similarity index 100% rename from appstore/homarr/1.50.0/envs/default.env rename to appstore/homarr/1.50.1/envs/default.env diff --git a/appstore/homarr/1.50.0/envs/global.env b/appstore/homarr/1.50.1/envs/global.env similarity index 100% rename from appstore/homarr/1.50.0/envs/global.env rename to appstore/homarr/1.50.1/envs/global.env diff --git a/appstore/homarr/1.50.0/scripts/init.sh b/appstore/homarr/1.50.1/scripts/init.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/init.sh rename to appstore/homarr/1.50.1/scripts/init.sh diff --git a/appstore/homarr/1.50.0/scripts/uninstall.sh b/appstore/homarr/1.50.1/scripts/uninstall.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/uninstall.sh rename to appstore/homarr/1.50.1/scripts/uninstall.sh diff --git a/appstore/homarr/1.50.0/scripts/upgrade.sh b/appstore/homarr/1.50.1/scripts/upgrade.sh similarity index 100% rename from appstore/homarr/1.50.0/scripts/upgrade.sh rename to appstore/homarr/1.50.1/scripts/upgrade.sh diff --git a/appstore/jackett/0.24.887/.env b/appstore/jackett/0.24.887/.env new file mode 100644 index 000000000..99d1d38e1 --- /dev/null +++ b/appstore/jackett/0.24.887/.env @@ -0,0 +1,6 @@ +# 数据持久化路径 [必填] +JACKETT_ROOT_PATH=/home/jackett + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=9117 + diff --git a/appstore/jackett/0.24.887/data.yml b/appstore/jackett/0.24.887/data.yml new file mode 100644 index 000000000..bd275c038 --- /dev/null +++ b/appstore/jackett/0.24.887/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + formFields: + - default: "/home/jackett" + edit: true + envKey: JACKETT_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 9117 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number diff --git a/appstore/jackett/0.24.887/docker-compose.yml b/appstore/jackett/0.24.887/docker-compose.yml new file mode 100644 index 000000000..cd3a448dd --- /dev/null +++ b/appstore/jackett/0.24.887/docker-compose.yml @@ -0,0 +1,24 @@ +networks: + 1panel-network: + external: true +services: + jackett: + container_name: jackett + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - PUID=1000 + - PGID=1000 + image: linuxserver/jackett:0.24.887 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:9117 + restart: always + volumes: + - ${JACKETT_ROOT_PATH}/config:/config + - ${JACKETT_ROOT_PATH}/downloads:/downloads diff --git a/appstore/jellyfin/10.11.5/envs/default.env b/appstore/jackett/0.24.887/envs/default.env similarity index 100% rename from appstore/jellyfin/10.11.5/envs/default.env rename to appstore/jackett/0.24.887/envs/default.env diff --git a/appstore/jellyfin/10.11.5/envs/global.env b/appstore/jackett/0.24.887/envs/global.env similarity index 100% rename from appstore/jellyfin/10.11.5/envs/global.env rename to appstore/jackett/0.24.887/envs/global.env diff --git a/appstore/jackett/0.24.887/scripts/init.sh b/appstore/jackett/0.24.887/scripts/init.sh new file mode 100644 index 000000000..91c37847b --- /dev/null +++ b/appstore/jackett/0.24.887/scripts/init.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + # setup-2 create dir + mkdir -p "$JACKETT_ROOT_PATH" + mkdir -p "$JACKETT_ROOT_PATH/config" + mkdir -p "$JACKETT_ROOT_PATH/downloads" + + chown -R 1000:1000 "$JACKETT_ROOT_PATH" + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/jellyfin/10.11.5/scripts/uninstall.sh b/appstore/jackett/0.24.887/scripts/uninstall.sh similarity index 100% rename from appstore/jellyfin/10.11.5/scripts/uninstall.sh rename to appstore/jackett/0.24.887/scripts/uninstall.sh diff --git a/appstore/mdc-ng/1.21.2/scripts/upgrade.sh b/appstore/jackett/0.24.887/scripts/upgrade.sh similarity index 100% rename from appstore/mdc-ng/1.21.2/scripts/upgrade.sh rename to appstore/jackett/0.24.887/scripts/upgrade.sh diff --git a/appstore/jackett/README.md b/appstore/jackett/README.md new file mode 100644 index 000000000..11a0039af --- /dev/null +++ b/appstore/jackett/README.md @@ -0,0 +1,16 @@ +# Jackett + +支持您喜爱的种子追踪器 API + +![Jackett](https://file.lifebus.top/imgs/jackett_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 简介 + +聚合索引器,支持您喜爱的种子追踪器 API + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/jackett/data.yml b/appstore/jackett/data.yml new file mode 100644 index 000000000..ed939dc74 --- /dev/null +++ b/appstore/jackett/data.yml @@ -0,0 +1,16 @@ +additionalProperties: + key: jackett + name: Jackett + tags: + - WebSite + - Local + shortDescZh: API支持您最喜爱的种子追踪器 + shortDescEn: API Support for your favorite torrent trackers + type: website + crossVersionUpdate: true + limit: 0 + website: https://github.com/Jackett/Jackett/ + github: https://github.com/Jackett/Jackett/ + document: https://github.com/Jackett/Jackett/ + architectures: + - amd64 diff --git a/appstore/jackett/logo.png b/appstore/jackett/logo.png new file mode 100644 index 000000000..bae8a1147 Binary files /dev/null and b/appstore/jackett/logo.png differ diff --git a/appstore/jellyfin/10.11.5/.env b/appstore/jellyfin/10.11.6/.env similarity index 100% rename from appstore/jellyfin/10.11.5/.env rename to appstore/jellyfin/10.11.6/.env diff --git a/appstore/jellyfin/10.11.5/data.yml b/appstore/jellyfin/10.11.6/data.yml similarity index 100% rename from appstore/jellyfin/10.11.5/data.yml rename to appstore/jellyfin/10.11.6/data.yml diff --git a/appstore/jellyfin/10.11.5/docker-compose.yml b/appstore/jellyfin/10.11.6/docker-compose.yml similarity index 96% rename from appstore/jellyfin/10.11.5/docker-compose.yml rename to appstore/jellyfin/10.11.6/docker-compose.yml index 6abb45fcd..bcc8d7a33 100644 --- a/appstore/jellyfin/10.11.5/docker-compose.yml +++ b/appstore/jellyfin/10.11.6/docker-compose.yml @@ -10,7 +10,7 @@ services: - ROC_ENABLE_PRE_VEGA=1 - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: jellyfin/jellyfin:10.11.5 + image: jellyfin/jellyfin:10.11.6 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/mdc-ng/1.21.2/envs/default.env b/appstore/jellyfin/10.11.6/envs/default.env similarity index 100% rename from appstore/mdc-ng/1.21.2/envs/default.env rename to appstore/jellyfin/10.11.6/envs/default.env diff --git a/appstore/mdc-ng/1.21.2/envs/global.env b/appstore/jellyfin/10.11.6/envs/global.env similarity index 100% rename from appstore/mdc-ng/1.21.2/envs/global.env rename to appstore/jellyfin/10.11.6/envs/global.env diff --git a/appstore/jellyfin/10.11.5/scripts/init.sh b/appstore/jellyfin/10.11.6/scripts/init.sh similarity index 100% rename from appstore/jellyfin/10.11.5/scripts/init.sh rename to appstore/jellyfin/10.11.6/scripts/init.sh diff --git a/appstore/mdc-ng/1.21.2/scripts/uninstall.sh b/appstore/jellyfin/10.11.6/scripts/uninstall.sh similarity index 100% rename from appstore/mdc-ng/1.21.2/scripts/uninstall.sh rename to appstore/jellyfin/10.11.6/scripts/uninstall.sh diff --git a/appstore/jellyfin/10.11.5/scripts/upgrade.sh b/appstore/jellyfin/10.11.6/scripts/upgrade.sh similarity index 100% rename from appstore/jellyfin/10.11.5/scripts/upgrade.sh rename to appstore/jellyfin/10.11.6/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.21.2/.env b/appstore/mdc-ng/1.24.0/.env similarity index 100% rename from appstore/mdc-ng/1.21.2/.env rename to appstore/mdc-ng/1.24.0/.env diff --git a/appstore/mdc-ng/1.21.2/data.yml b/appstore/mdc-ng/1.24.0/data.yml similarity index 100% rename from appstore/mdc-ng/1.21.2/data.yml rename to appstore/mdc-ng/1.24.0/data.yml diff --git a/appstore/mdc-ng/1.21.2/docker-compose.yml b/appstore/mdc-ng/1.24.0/docker-compose.yml similarity index 95% rename from appstore/mdc-ng/1.21.2/docker-compose.yml rename to appstore/mdc-ng/1.24.0/docker-compose.yml index c3561492d..02c51cdd0 100644 --- a/appstore/mdc-ng/1.21.2/docker-compose.yml +++ b/appstore/mdc-ng/1.24.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.21.2 + image: mdcng/mdc:1.24.0 labels: createdBy: Apps networks: diff --git a/appstore/movie-pilot/2.9.3/envs/default.env b/appstore/mdc-ng/1.24.0/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.9.3/envs/default.env rename to appstore/mdc-ng/1.24.0/envs/default.env diff --git a/appstore/movie-pilot/2.9.3/envs/global.env b/appstore/mdc-ng/1.24.0/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.9.3/envs/global.env rename to appstore/mdc-ng/1.24.0/envs/global.env diff --git a/appstore/mdc-ng/1.21.2/scripts/init.sh b/appstore/mdc-ng/1.24.0/scripts/init.sh similarity index 100% rename from appstore/mdc-ng/1.21.2/scripts/init.sh rename to appstore/mdc-ng/1.24.0/scripts/init.sh diff --git a/appstore/movie-pilot/2.9.3/scripts/uninstall.sh b/appstore/mdc-ng/1.24.0/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.9.3/scripts/uninstall.sh rename to appstore/mdc-ng/1.24.0/scripts/uninstall.sh diff --git a/appstore/mx-space-db/8.5.1/scripts/upgrade.sh b/appstore/mdc-ng/1.24.0/scripts/upgrade.sh similarity index 100% rename from appstore/mx-space-db/8.5.1/scripts/upgrade.sh rename to appstore/mdc-ng/1.24.0/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.9.3/.env b/appstore/movie-pilot/2.9.4/.env similarity index 100% rename from appstore/movie-pilot/2.9.3/.env rename to appstore/movie-pilot/2.9.4/.env diff --git a/appstore/movie-pilot/2.9.3/data.yml b/appstore/movie-pilot/2.9.4/data.yml similarity index 100% rename from appstore/movie-pilot/2.9.3/data.yml rename to appstore/movie-pilot/2.9.4/data.yml diff --git a/dockge/movie-pilot_2_9_3/docker-compose.yml b/appstore/movie-pilot/2.9.4/docker-compose.yml similarity index 96% rename from dockge/movie-pilot_2_9_3/docker-compose.yml rename to appstore/movie-pilot/2.9.4/docker-compose.yml index bbf053b31..49d509abc 100644 --- a/dockge/movie-pilot_2_9_3/docker-compose.yml +++ b/appstore/movie-pilot/2.9.4/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.9.3 + image: jxxghp/moviepilot:2.9.4 labels: createdBy: Apps logging: diff --git a/appstore/mx-space-db/8.5.1/envs/default.env b/appstore/movie-pilot/2.9.4/envs/default.env similarity index 100% rename from appstore/mx-space-db/8.5.1/envs/default.env rename to appstore/movie-pilot/2.9.4/envs/default.env diff --git a/appstore/mx-space-db/8.5.1/envs/global.env b/appstore/movie-pilot/2.9.4/envs/global.env similarity index 100% rename from appstore/mx-space-db/8.5.1/envs/global.env rename to appstore/movie-pilot/2.9.4/envs/global.env diff --git a/appstore/movie-pilot/2.9.3/scripts/init.sh b/appstore/movie-pilot/2.9.4/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.9.3/scripts/init.sh rename to appstore/movie-pilot/2.9.4/scripts/init.sh diff --git a/appstore/mx-space-db/8.5.1/scripts/uninstall.sh b/appstore/movie-pilot/2.9.4/scripts/uninstall.sh similarity index 100% rename from appstore/mx-space-db/8.5.1/scripts/uninstall.sh rename to appstore/movie-pilot/2.9.4/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.9.3/scripts/upgrade.sh b/appstore/movie-pilot/2.9.4/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.9.3/scripts/upgrade.sh rename to appstore/movie-pilot/2.9.4/scripts/upgrade.sh diff --git a/appstore/mx-space-db/8.5.1/.env b/appstore/mx-space-db/8.7.1/.env similarity index 100% rename from appstore/mx-space-db/8.5.1/.env rename to appstore/mx-space-db/8.7.1/.env diff --git a/appstore/mx-space-db/8.5.1/data.yml b/appstore/mx-space-db/8.7.1/data.yml similarity index 100% rename from appstore/mx-space-db/8.5.1/data.yml rename to appstore/mx-space-db/8.7.1/data.yml diff --git a/appstore/mx-space-db/8.5.1/docker-compose.yml b/appstore/mx-space-db/8.7.1/docker-compose.yml similarity index 96% rename from appstore/mx-space-db/8.5.1/docker-compose.yml rename to appstore/mx-space-db/8.7.1/docker-compose.yml index 5b0cb097c..33bf4dd3a 100644 --- a/appstore/mx-space-db/8.5.1/docker-compose.yml +++ b/appstore/mx-space-db/8.7.1/docker-compose.yml @@ -34,7 +34,7 @@ services: - ENCRYPT_ENABLE=false - DB_HOST=mx-mongo - REDIS_HOST=mx-redis - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 labels: createdBy: Apps networks: diff --git a/appstore/mx-space/8.5.1/envs/default.env b/appstore/mx-space-db/8.7.1/envs/default.env similarity index 100% rename from appstore/mx-space/8.5.1/envs/default.env rename to appstore/mx-space-db/8.7.1/envs/default.env diff --git a/appstore/mx-space/8.5.1/envs/global.env b/appstore/mx-space-db/8.7.1/envs/global.env similarity index 100% rename from appstore/mx-space/8.5.1/envs/global.env rename to appstore/mx-space-db/8.7.1/envs/global.env diff --git a/appstore/mx-space-db/8.5.1/scripts/init.sh b/appstore/mx-space-db/8.7.1/scripts/init.sh similarity index 100% rename from appstore/mx-space-db/8.5.1/scripts/init.sh rename to appstore/mx-space-db/8.7.1/scripts/init.sh diff --git a/appstore/mx-space/8.5.1/scripts/uninstall.sh b/appstore/mx-space-db/8.7.1/scripts/uninstall.sh similarity index 100% rename from appstore/mx-space/8.5.1/scripts/uninstall.sh rename to appstore/mx-space-db/8.7.1/scripts/uninstall.sh diff --git a/appstore/mx-space/8.5.1/scripts/upgrade.sh b/appstore/mx-space-db/8.7.1/scripts/upgrade.sh similarity index 100% rename from appstore/mx-space/8.5.1/scripts/upgrade.sh rename to appstore/mx-space-db/8.7.1/scripts/upgrade.sh diff --git a/appstore/mx-space/8.5.1/.env b/appstore/mx-space/8.7.1/.env similarity index 100% rename from appstore/mx-space/8.5.1/.env rename to appstore/mx-space/8.7.1/.env diff --git a/appstore/mx-space/8.5.1/data.yml b/appstore/mx-space/8.7.1/data.yml similarity index 100% rename from appstore/mx-space/8.5.1/data.yml rename to appstore/mx-space/8.7.1/data.yml diff --git a/appstore/mx-space/8.5.1/docker-compose.yml b/appstore/mx-space/8.7.1/docker-compose.yml similarity index 93% rename from appstore/mx-space/8.5.1/docker-compose.yml rename to appstore/mx-space/8.7.1/docker-compose.yml index 417725d59..bc8bd3471 100644 --- a/appstore/mx-space/8.5.1/docker-compose.yml +++ b/appstore/mx-space/8.7.1/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEMO=false - NODE_ENV=production - ENCRYPT_ENABLE=false - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 labels: createdBy: Apps networks: diff --git a/appstore/n8n/1.123.14/envs/default.env b/appstore/mx-space/8.7.1/envs/default.env similarity index 100% rename from appstore/n8n/1.123.14/envs/default.env rename to appstore/mx-space/8.7.1/envs/default.env diff --git a/appstore/n8n/1.123.14/envs/global.env b/appstore/mx-space/8.7.1/envs/global.env similarity index 100% rename from appstore/n8n/1.123.14/envs/global.env rename to appstore/mx-space/8.7.1/envs/global.env diff --git a/appstore/mx-space/8.5.1/scripts/init.sh b/appstore/mx-space/8.7.1/scripts/init.sh similarity index 100% rename from appstore/mx-space/8.5.1/scripts/init.sh rename to appstore/mx-space/8.7.1/scripts/init.sh diff --git a/appstore/n8n/1.123.14/scripts/uninstall.sh b/appstore/mx-space/8.7.1/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/1.123.14/scripts/uninstall.sh rename to appstore/mx-space/8.7.1/scripts/uninstall.sh diff --git a/appstore/n8n/1.123.14/scripts/upgrade.sh b/appstore/mx-space/8.7.1/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/1.123.14/scripts/upgrade.sh rename to appstore/mx-space/8.7.1/scripts/upgrade.sh diff --git a/appstore/n8n/1.123.14/.env b/appstore/n8n/1.123.16/.env similarity index 100% rename from appstore/n8n/1.123.14/.env rename to appstore/n8n/1.123.16/.env diff --git a/appstore/n8n/1.123.14/data.yml b/appstore/n8n/1.123.16/data.yml similarity index 100% rename from appstore/n8n/1.123.14/data.yml rename to appstore/n8n/1.123.16/data.yml diff --git a/appstore/n8n/1.123.14/docker-compose.yml b/appstore/n8n/1.123.16/docker-compose.yml similarity index 94% rename from appstore/n8n/1.123.14/docker-compose.yml rename to appstore/n8n/1.123.16/docker-compose.yml index 55c507857..a44b59bcb 100644 --- a/appstore/n8n/1.123.14/docker-compose.yml +++ b/appstore/n8n/1.123.16/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.123.14 + image: n8nio/n8n:1.123.16 labels: createdBy: Apps networks: diff --git a/appstore/napcat/4.10.15/envs/default.env b/appstore/n8n/1.123.16/envs/default.env similarity index 100% rename from appstore/napcat/4.10.15/envs/default.env rename to appstore/n8n/1.123.16/envs/default.env diff --git a/appstore/napcat/4.10.15/envs/global.env b/appstore/n8n/1.123.16/envs/global.env similarity index 100% rename from appstore/napcat/4.10.15/envs/global.env rename to appstore/n8n/1.123.16/envs/global.env diff --git a/appstore/n8n/1.123.14/scripts/init.sh b/appstore/n8n/1.123.16/scripts/init.sh similarity index 100% rename from appstore/n8n/1.123.14/scripts/init.sh rename to appstore/n8n/1.123.16/scripts/init.sh diff --git a/appstore/napcat/4.10.15/scripts/uninstall.sh b/appstore/n8n/1.123.16/scripts/uninstall.sh similarity index 100% rename from appstore/napcat/4.10.15/scripts/uninstall.sh rename to appstore/n8n/1.123.16/scripts/uninstall.sh diff --git a/appstore/napcat/4.10.15/scripts/upgrade.sh b/appstore/n8n/1.123.16/scripts/upgrade.sh similarity index 100% rename from appstore/napcat/4.10.15/scripts/upgrade.sh rename to appstore/n8n/1.123.16/scripts/upgrade.sh diff --git a/appstore/napcat/4.10.15/.env b/appstore/napcat/4.10.35/.env similarity index 100% rename from appstore/napcat/4.10.15/.env rename to appstore/napcat/4.10.35/.env diff --git a/appstore/napcat/4.10.15/data.yml b/appstore/napcat/4.10.35/data.yml similarity index 100% rename from appstore/napcat/4.10.15/data.yml rename to appstore/napcat/4.10.35/data.yml diff --git a/appstore/napcat/4.10.15/docker-compose.yml b/appstore/napcat/4.10.35/docker-compose.yml similarity index 93% rename from appstore/napcat/4.10.15/docker-compose.yml rename to appstore/napcat/4.10.35/docker-compose.yml index 27667b8bf..3b0395b9b 100644 --- a/appstore/napcat/4.10.15/docker-compose.yml +++ b/appstore/napcat/4.10.35/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NAPCAT_UID=${NAPCAT_UID:-0} - NAPCAT_GID=${NAPCAT_GID:-0} - image: mlikiowa/napcat-docker:v4.10.15 + image: mlikiowa/napcat-docker:v4.10.35 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/3.1.7/envs/default.env b/appstore/napcat/4.10.35/envs/default.env similarity index 100% rename from appstore/nezha-dash/3.1.7/envs/default.env rename to appstore/napcat/4.10.35/envs/default.env diff --git a/appstore/nezha-dash/3.1.7/envs/global.env b/appstore/napcat/4.10.35/envs/global.env similarity index 100% rename from appstore/nezha-dash/3.1.7/envs/global.env rename to appstore/napcat/4.10.35/envs/global.env diff --git a/appstore/napcat/4.10.15/scripts/init.sh b/appstore/napcat/4.10.35/scripts/init.sh similarity index 100% rename from appstore/napcat/4.10.15/scripts/init.sh rename to appstore/napcat/4.10.35/scripts/init.sh diff --git a/appstore/nezha-dash/3.1.7/scripts/uninstall.sh b/appstore/napcat/4.10.35/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/3.1.7/scripts/uninstall.sh rename to appstore/napcat/4.10.35/scripts/uninstall.sh diff --git a/appstore/nezha-dash/3.1.7/scripts/upgrade.sh b/appstore/napcat/4.10.35/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/3.1.7/scripts/upgrade.sh rename to appstore/napcat/4.10.35/scripts/upgrade.sh diff --git a/appstore/nezha-dash/3.1.7/.env b/appstore/nezha-dash/3.1.8/.env similarity index 100% rename from appstore/nezha-dash/3.1.7/.env rename to appstore/nezha-dash/3.1.8/.env diff --git a/appstore/nezha-dash/3.1.7/data.yml b/appstore/nezha-dash/3.1.8/data.yml similarity index 100% rename from appstore/nezha-dash/3.1.7/data.yml rename to appstore/nezha-dash/3.1.8/data.yml diff --git a/appstore/nezha-dash/3.1.7/docker-compose.yml b/appstore/nezha-dash/3.1.8/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/3.1.7/docker-compose.yml rename to appstore/nezha-dash/3.1.8/docker-compose.yml index 5e7fe8d09..51cbc6bd1 100644 --- a/appstore/nezha-dash/3.1.7/docker-compose.yml +++ b/appstore/nezha-dash/3.1.8/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v3.1.7 + image: hamster1963/nezha-dash:v3.1.8 labels: createdBy: Apps networks: diff --git a/appstore/ollama/0.14.1/envs/default.env b/appstore/nezha-dash/3.1.8/envs/default.env similarity index 100% rename from appstore/ollama/0.14.1/envs/default.env rename to appstore/nezha-dash/3.1.8/envs/default.env diff --git a/appstore/ollama/0.14.1/envs/global.env b/appstore/nezha-dash/3.1.8/envs/global.env similarity index 100% rename from appstore/ollama/0.14.1/envs/global.env rename to appstore/nezha-dash/3.1.8/envs/global.env diff --git a/appstore/nezha-dash/3.1.7/scripts/init.sh b/appstore/nezha-dash/3.1.8/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/3.1.7/scripts/init.sh rename to appstore/nezha-dash/3.1.8/scripts/init.sh diff --git a/appstore/ollama/0.14.1/scripts/uninstall.sh b/appstore/nezha-dash/3.1.8/scripts/uninstall.sh similarity index 100% rename from appstore/ollama/0.14.1/scripts/uninstall.sh rename to appstore/nezha-dash/3.1.8/scripts/uninstall.sh diff --git a/appstore/ollama/0.14.1/scripts/upgrade.sh b/appstore/nezha-dash/3.1.8/scripts/upgrade.sh similarity index 100% rename from appstore/ollama/0.14.1/scripts/upgrade.sh rename to appstore/nezha-dash/3.1.8/scripts/upgrade.sh diff --git a/appstore/ollama/0.14.1/.env b/appstore/ollama/0.14.2/.env similarity index 100% rename from appstore/ollama/0.14.1/.env rename to appstore/ollama/0.14.2/.env diff --git a/appstore/ollama/0.14.1/data.yml b/appstore/ollama/0.14.2/data.yml similarity index 100% rename from appstore/ollama/0.14.1/data.yml rename to appstore/ollama/0.14.2/data.yml diff --git a/appstore/ollama/0.14.1/docker-compose.yml b/appstore/ollama/0.14.2/docker-compose.yml similarity index 95% rename from appstore/ollama/0.14.1/docker-compose.yml rename to appstore/ollama/0.14.2/docker-compose.yml index 7a0d5a602..f4779298d 100644 --- a/appstore/ollama/0.14.1/docker-compose.yml +++ b/appstore/ollama/0.14.2/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.14.1 + image: ollama/ollama:0.14.2 labels: createdBy: Apps networks: diff --git a/appstore/outline/1.2.0/envs/default.env b/appstore/ollama/0.14.2/envs/default.env similarity index 100% rename from appstore/outline/1.2.0/envs/default.env rename to appstore/ollama/0.14.2/envs/default.env diff --git a/appstore/outline/1.2.0/envs/global.env b/appstore/ollama/0.14.2/envs/global.env similarity index 100% rename from appstore/outline/1.2.0/envs/global.env rename to appstore/ollama/0.14.2/envs/global.env diff --git a/appstore/ollama/0.14.1/scripts/init.sh b/appstore/ollama/0.14.2/scripts/init.sh similarity index 100% rename from appstore/ollama/0.14.1/scripts/init.sh rename to appstore/ollama/0.14.2/scripts/init.sh diff --git a/appstore/outline/1.2.0/scripts/uninstall.sh b/appstore/ollama/0.14.2/scripts/uninstall.sh similarity index 100% rename from appstore/outline/1.2.0/scripts/uninstall.sh rename to appstore/ollama/0.14.2/scripts/uninstall.sh diff --git a/appstore/peer-ban-helper/9.2.4/scripts/upgrade.sh b/appstore/ollama/0.14.2/scripts/upgrade.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.4/scripts/upgrade.sh rename to appstore/ollama/0.14.2/scripts/upgrade.sh diff --git a/appstore/outline/1.2.0/.env b/appstore/outline/1.3.0/.env similarity index 100% rename from appstore/outline/1.2.0/.env rename to appstore/outline/1.3.0/.env diff --git a/apps/outline/1.2.0/data.yml b/appstore/outline/1.3.0/data.yml similarity index 100% rename from apps/outline/1.2.0/data.yml rename to appstore/outline/1.3.0/data.yml diff --git a/appstore/outline/1.2.0/docker-compose.yml b/appstore/outline/1.3.0/docker-compose.yml similarity index 93% rename from appstore/outline/1.2.0/docker-compose.yml rename to appstore/outline/1.3.0/docker-compose.yml index 3a643b7d6..36495aeb2 100644 --- a/appstore/outline/1.2.0/docker-compose.yml +++ b/appstore/outline/1.3.0/docker-compose.yml @@ -10,7 +10,7 @@ services: - .env environment: - DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME} - image: outlinewiki/outline:1.2.0 + image: outlinewiki/outline:1.3.0 labels: createdBy: Apps networks: diff --git a/appstore/peer-ban-helper/9.2.4/envs/default.env b/appstore/outline/1.3.0/envs/default.env similarity index 100% rename from appstore/peer-ban-helper/9.2.4/envs/default.env rename to appstore/outline/1.3.0/envs/default.env diff --git a/appstore/peer-ban-helper/9.2.4/envs/global.env b/appstore/outline/1.3.0/envs/global.env similarity index 100% rename from appstore/peer-ban-helper/9.2.4/envs/global.env rename to appstore/outline/1.3.0/envs/global.env diff --git a/appstore/outline/1.2.0/envs/outline.env b/appstore/outline/1.3.0/envs/outline.env similarity index 100% rename from appstore/outline/1.2.0/envs/outline.env rename to appstore/outline/1.3.0/envs/outline.env diff --git a/appstore/outline/1.2.0/scripts/init.sh b/appstore/outline/1.3.0/scripts/init.sh similarity index 100% rename from appstore/outline/1.2.0/scripts/init.sh rename to appstore/outline/1.3.0/scripts/init.sh diff --git a/appstore/peer-ban-helper/9.2.4/scripts/uninstall.sh b/appstore/outline/1.3.0/scripts/uninstall.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.4/scripts/uninstall.sh rename to appstore/outline/1.3.0/scripts/uninstall.sh diff --git a/appstore/outline/1.2.0/scripts/upgrade.sh b/appstore/outline/1.3.0/scripts/upgrade.sh similarity index 100% rename from appstore/outline/1.2.0/scripts/upgrade.sh rename to appstore/outline/1.3.0/scripts/upgrade.sh diff --git a/appstore/peer-ban-helper/9.2.4/.env b/appstore/peer-ban-helper/9.2.5/.env similarity index 100% rename from appstore/peer-ban-helper/9.2.4/.env rename to appstore/peer-ban-helper/9.2.5/.env diff --git a/appstore/peer-ban-helper/9.2.4/data.yml b/appstore/peer-ban-helper/9.2.5/data.yml similarity index 100% rename from appstore/peer-ban-helper/9.2.4/data.yml rename to appstore/peer-ban-helper/9.2.5/data.yml diff --git a/appstore/peer-ban-helper/9.2.4/docker-compose.yml b/appstore/peer-ban-helper/9.2.5/docker-compose.yml similarity index 91% rename from appstore/peer-ban-helper/9.2.4/docker-compose.yml rename to appstore/peer-ban-helper/9.2.5/docker-compose.yml index eea3daf47..a78319797 100644 --- a/appstore/peer-ban-helper/9.2.4/docker-compose.yml +++ b/appstore/peer-ban-helper/9.2.5/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: ghostchu/peerbanhelper:v9.2.4 + image: ghostchu/peerbanhelper:v9.2.5 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/readeck-pg/0.21.5/envs/default.env b/appstore/peer-ban-helper/9.2.5/envs/default.env similarity index 100% rename from appstore/readeck-pg/0.21.5/envs/default.env rename to appstore/peer-ban-helper/9.2.5/envs/default.env diff --git a/appstore/readeck-pg/0.21.5/envs/global.env b/appstore/peer-ban-helper/9.2.5/envs/global.env similarity index 100% rename from appstore/readeck-pg/0.21.5/envs/global.env rename to appstore/peer-ban-helper/9.2.5/envs/global.env diff --git a/appstore/peer-ban-helper/9.2.4/scripts/init.sh b/appstore/peer-ban-helper/9.2.5/scripts/init.sh similarity index 100% rename from appstore/peer-ban-helper/9.2.4/scripts/init.sh rename to appstore/peer-ban-helper/9.2.5/scripts/init.sh diff --git a/appstore/readeck-pg/0.21.5/scripts/uninstall.sh b/appstore/peer-ban-helper/9.2.5/scripts/uninstall.sh similarity index 100% rename from appstore/readeck-pg/0.21.5/scripts/uninstall.sh rename to appstore/peer-ban-helper/9.2.5/scripts/uninstall.sh diff --git a/appstore/readeck-pg/0.21.5/scripts/upgrade.sh b/appstore/peer-ban-helper/9.2.5/scripts/upgrade.sh similarity index 100% rename from appstore/readeck-pg/0.21.5/scripts/upgrade.sh rename to appstore/peer-ban-helper/9.2.5/scripts/upgrade.sh diff --git a/appstore/readeck-pg/0.21.5/.env b/appstore/readeck-pg/0.21.6/.env similarity index 100% rename from appstore/readeck-pg/0.21.5/.env rename to appstore/readeck-pg/0.21.6/.env diff --git a/appstore/readeck-pg/0.21.5/data.yml b/appstore/readeck-pg/0.21.6/data.yml similarity index 100% rename from appstore/readeck-pg/0.21.5/data.yml rename to appstore/readeck-pg/0.21.6/data.yml diff --git a/appstore/readeck-pg/0.21.5/docker-compose.yml b/appstore/readeck-pg/0.21.6/docker-compose.yml similarity index 94% rename from appstore/readeck-pg/0.21.5/docker-compose.yml rename to appstore/readeck-pg/0.21.6/docker-compose.yml index eec6975c6..291056fab 100644 --- a/appstore/readeck-pg/0.21.5/docker-compose.yml +++ b/appstore/readeck-pg/0.21.6/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 labels: createdBy: Apps networks: diff --git a/appstore/readeck/0.21.5/envs/default.env b/appstore/readeck-pg/0.21.6/envs/default.env similarity index 100% rename from appstore/readeck/0.21.5/envs/default.env rename to appstore/readeck-pg/0.21.6/envs/default.env diff --git a/appstore/readeck/0.21.5/envs/global.env b/appstore/readeck-pg/0.21.6/envs/global.env similarity index 100% rename from appstore/readeck/0.21.5/envs/global.env rename to appstore/readeck-pg/0.21.6/envs/global.env diff --git a/appstore/readeck-pg/0.21.5/scripts/init.sh b/appstore/readeck-pg/0.21.6/scripts/init.sh similarity index 100% rename from appstore/readeck-pg/0.21.5/scripts/init.sh rename to appstore/readeck-pg/0.21.6/scripts/init.sh diff --git a/appstore/readeck/0.21.5/scripts/uninstall.sh b/appstore/readeck-pg/0.21.6/scripts/uninstall.sh similarity index 100% rename from appstore/readeck/0.21.5/scripts/uninstall.sh rename to appstore/readeck-pg/0.21.6/scripts/uninstall.sh diff --git a/appstore/readeck/0.21.5/scripts/upgrade.sh b/appstore/readeck-pg/0.21.6/scripts/upgrade.sh similarity index 100% rename from appstore/readeck/0.21.5/scripts/upgrade.sh rename to appstore/readeck-pg/0.21.6/scripts/upgrade.sh diff --git a/appstore/readeck/0.21.5/.env b/appstore/readeck/0.21.6/.env similarity index 100% rename from appstore/readeck/0.21.5/.env rename to appstore/readeck/0.21.6/.env diff --git a/appstore/readeck/0.21.5/data.yml b/appstore/readeck/0.21.6/data.yml similarity index 100% rename from appstore/readeck/0.21.5/data.yml rename to appstore/readeck/0.21.6/data.yml diff --git a/appstore/readeck/0.21.5/docker-compose.yml b/appstore/readeck/0.21.6/docker-compose.yml similarity index 93% rename from appstore/readeck/0.21.5/docker-compose.yml rename to appstore/readeck/0.21.6/docker-compose.yml index bd9471124..23cab871d 100644 --- a/appstore/readeck/0.21.5/docker-compose.yml +++ b/appstore/readeck/0.21.6/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 labels: createdBy: Apps networks: diff --git a/appstore/seaweedfs/4.06/envs/default.env b/appstore/readeck/0.21.6/envs/default.env similarity index 100% rename from appstore/seaweedfs/4.06/envs/default.env rename to appstore/readeck/0.21.6/envs/default.env diff --git a/appstore/seaweedfs/4.06/envs/global.env b/appstore/readeck/0.21.6/envs/global.env similarity index 100% rename from appstore/seaweedfs/4.06/envs/global.env rename to appstore/readeck/0.21.6/envs/global.env diff --git a/appstore/readeck/0.21.5/scripts/init.sh b/appstore/readeck/0.21.6/scripts/init.sh similarity index 100% rename from appstore/readeck/0.21.5/scripts/init.sh rename to appstore/readeck/0.21.6/scripts/init.sh diff --git a/appstore/seaweedfs/4.06/scripts/uninstall.sh b/appstore/readeck/0.21.6/scripts/uninstall.sh similarity index 100% rename from appstore/seaweedfs/4.06/scripts/uninstall.sh rename to appstore/readeck/0.21.6/scripts/uninstall.sh diff --git a/appstore/seaweedfs/4.06/scripts/upgrade.sh b/appstore/readeck/0.21.6/scripts/upgrade.sh similarity index 100% rename from appstore/seaweedfs/4.06/scripts/upgrade.sh rename to appstore/readeck/0.21.6/scripts/upgrade.sh diff --git a/appstore/rust-srec/README.md b/appstore/rust-srec/README.md new file mode 100644 index 000000000..a1f1f7e8c --- /dev/null +++ b/appstore/rust-srec/README.md @@ -0,0 +1,94 @@ +# Rust Srec + +自动化直播录制解决方案 (Stream Rec 迭代版) + +基于 Rust 构建的高性能多平台直播录制系统 + +![Rust-Rec](https://file.lifebus.top/imgs/rust_rec_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 安装说明 + +### JWT 签名密钥 生成 + +```shell +openssl rand -hex 32 +``` + +### 会话密钥 生成 + +```shell +openssl rand -hex 32 +``` + +### 持久化路径 + +目前使用 `应用持久化路径` 与 `数据持久化路径` 配置,分别用于存储应用数据和录制数据。 + ++ `数据持久化路径`: 是指录制数据存放的路径,占用空间较多,请自行配置。 ++ `应用持久化路径`: 存放应用配置文件,如:JWT 签名密钥、会话密钥、数据库配置、日志配置、DAG 配置等。 + +## 特性 + +### 🎬 多平台支持 + +支持 Bilibili、抖音、斗鱼、虎牙、Twitch、TikTok 等平台 + +### ⚡ 高性能 + +Rust 构建,高效且资源占用低 + +### 🔄 DAG 管道 + +强大的后处理工作流(有向无环图) + +### 🎯 灵活配置 + +4 层配置层级,精细化控制 + +### 💬 弹幕支持 + +同步录制弹幕 + +### 🐳 容器化部署 + +支持 Docker 和 docker-compose 快速部署 + +### 📅 自定义录制计划 + +定时录制,自动管理文件名,便于组织归档 + +### 🔧 FLV 修复 + +自动修复损坏的 FLV 流,包括时间戳校正和元数据修复 + +## 直播平台支持列表 + +| 平台 | URL 格式 | 协议 | 弹幕 | +|:----------------------------------------------------------------------------------------|:------------------------------------------------------|:--------|:---| +| [Bilibili](https://hua0512.github.io/rust-srec/zh/platforms/bilibili.html) | `live.bilibili.com/{room_id}` | FLV/HLS | ✅ | +| [抖音](https://hua0512.github.io/rust-srec/zh/platforms/douyin.html) | `live.douyin.com/{room_id}` | FLV/HLS | ✅ | +| [斗鱼](https://hua0512.github.io/rust-srec/zh/platforms/douyu.html) | `douyu.com/{room_id}` | FLV | ✅ | +| [虎牙](https://hua0512.github.io/rust-srec/zh/platforms/huya.html) | `huya.com/{room_id}` | FLV/HLS | ✅ | +| [AcFun](https://hua0512.github.io/rust-srec/zh/platforms/others.html#acfun) | `acfun.cn/live/{room_id}` | HLS | ❌ | +| [PandaTV](https://hua0512.github.io/rust-srec/zh/platforms/others.html#pandatv) | `pandalive.co.kr/play/{id}` | HLS | ❌ | +| [小红书](https://hua0512.github.io/rust-srec/zh/platforms/others.html#redbook-小红书) | `xiaohongshu.com/user/profile/{id} or xhs.link/{id}` | HLS | ❌ | +| [微博](https://hua0512.github.io/rust-srec/zh/platforms/others.html#weibo) | `weibo.com/u/{uid} or weibo.com/l/wblive/p/show/{id}` | HLS | ❌ | +| [Twitch](https://hua0512.github.io/rust-srec/zh/platforms/twitch.html) | `twitch.tv/{channel}` | HLS | ✅ | +| [TikTok](https://hua0512.github.io/rust-srec/zh/platforms/others.html#tiktok) | `tiktok.com/@{user}/live` | HLS | ❌ | +| [Twitcasting](https://hua0512.github.io/rust-srec/zh/platforms/others.html#twitcasting) | `twitcasting.tv/{user}` | HLS | ✅ | +| [Picarto](https://hua0512.github.io/rust-srec/zh/platforms/others.html#picarto) | `picarto.tv/{user}` | HLS/MP4 | ❌ | + +## 安装说明 + +> 默认账户 +> +> 用户名:admin +> +> 密码:admin123! 或 `登录密码 (初始化)` 配置 + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/rust-srec/data.yml b/appstore/rust-srec/data.yml new file mode 100644 index 000000000..34b017c96 --- /dev/null +++ b/appstore/rust-srec/data.yml @@ -0,0 +1,18 @@ +additionalProperties: + key: rust-srec + name: Rust Srec + tags: + - WebSite + - Tool + - Local + shortDescZh: 自动流媒体录制工具 + shortDescEn: Automatic streaming record tool + type: website + crossVersionUpdate: true + limit: 0 + website: https://hua0512.github.io/rust-srec/ + github: https://github.com/hua0512/rust-srec + document: https://hua0512.github.io/rust-srec/ + architectures: + - amd64 + - arm64 diff --git a/appstore/rust-srec/dev/.env b/appstore/rust-srec/dev/.env new file mode 100644 index 000000000..93a35353a --- /dev/null +++ b/appstore/rust-srec/dev/.env @@ -0,0 +1,24 @@ +# 应用持久化路径 [必填] +RUST_REC_ROOT_PATH=/home/rust-rec + +# 数据持久化路径 [必填] +RUST_REC_DATA_ROOT_PATH=/home/rust-rec + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8088 + +# API 端口 [必填] +PANEL_APP_PORT_API=8080 + +# JWT 签名密钥 [必填] +JWT_SECRET= + +# 会话密钥 [必填] +SESSION_SECRET= + +# 网络代理 +HTTP_PROXY= + +# 忽略代理 [必填] +NO_PROXY=localhost,127.0.0.1,rust-srec-backend + diff --git a/appstore/rust-srec/dev/data.yml b/appstore/rust-srec/dev/data.yml new file mode 100644 index 000000000..410c94d90 --- /dev/null +++ b/appstore/rust-srec/dev/data.yml @@ -0,0 +1,60 @@ +additionalProperties: + formFields: + - default: "/home/rust-rec" + edit: true + envKey: RUST_REC_ROOT_PATH + labelZh: 应用持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: "/home/rust-rec" + edit: true + envKey: RUST_REC_DATA_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 8088 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_API + labelZh: API 端口 + labelEn: API port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: JWT_SECRET + labelZh: JWT 签名密钥 + labelEn: JWT Secret + required: true + type: text + - default: "" + edit: true + envKey: SESSION_SECRET + labelZh: 会话密钥 + labelEn: Session Secret + required: true + type: text + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: 网络代理 + labelEn: Network Proxy + required: false + type: text + - default: "localhost,127.0.0.1,rust-srec-backend" + edit: true + envKey: NO_PROXY + labelZh: 忽略代理 + labelEn: Ignore Proxy + required: true + type: text diff --git a/appstore/rust-srec/dev/docker-compose.yml b/appstore/rust-srec/dev/docker-compose.yml new file mode 100644 index 000000000..44648cc45 --- /dev/null +++ b/appstore/rust-srec/dev/docker-compose.yml @@ -0,0 +1,72 @@ +networks: + 1panel-network: + external: true +services: + rust-rec-frontend: + container_name: rust-srec + depends_on: + rust-srec-backend: + condition: service_healthy + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - BACKEND_URL=${BACKEND_URL:-http://rust-srec-backend:8080} + - COOKIE_SECURE=${COOKIE_SECURE:-} + image: ghcr.io/hua0512/rust-srec-frontend:dev + labels: + createdBy: Apps + logging: + driver: json-file + options: + max-file: '3' + max-size: 50m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:80 + restart: always + rust-srec-backend: + container_name: backend-rust-srec + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - RUST_LOG=${RUST_LOG:-info} + - DATABASE_URL=${DATABASE_URL:-sqlite:///app/data/rust-srec.db} + - API_PORT=8080 + - API_BIND_ADDRESS=0.0.0.0 + - ACCESS_TOKEN_EXPIRATION_SECS=${ACCESS_TOKEN_EXPIRATION_SECS:-3600} + - REFRESH_TOKEN_EXPIRATION_SECS=${REFRESH_TOKEN_EXPIRATION_SECS:-604800} + - MIN_PASSWORD_LENGTH=${MIN_PASSWORD_LENGTH:-8} + - HTTP_PROXY=${HTTP_PROXY:-} + - HTTPS_PROXY=${HTTP_PROXY:-} + healthcheck: + interval: 30s + retries: 3 + start_period: 10s + test: + - CMD + - curl + - -f + - http://localhost:8080/api/health/live + timeout: 10s + image: ghcr.io/hua0512/rust-srec:dev + logging: + driver: json-file + options: + max-file: '5' + max-size: 100m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_API}:8080 + restart: always + volumes: + - ${RUST_REC_DATA_ROOT_PATH}/data:/app/data + - ${RUST_REC_DATA_ROOT_PATH}/output:/app/output + - ${RUST_REC_ROOT_PATH}/config:/app/config + - ${RUST_REC_ROOT_PATH}/logs:/app/logs + - ${RUST_REC_ROOT_PATH}/tmp:/tmp diff --git a/appstore/rust-srec/dev/envs/default.env b/appstore/rust-srec/dev/envs/default.env new file mode 100644 index 000000000..405d4f599 --- /dev/null +++ b/appstore/rust-srec/dev/envs/default.env @@ -0,0 +1,8 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env +DATA_DIR=/app/data +CONFIG_DIR=/app/config +OUTPUT_DIR=/app/output +LOG_DIR=/app/logs +JWT_ISSUER=rust-srec +JWT_AUDIENCE=rust-srec-api diff --git a/appstore/slink/1.8.6/envs/global.env b/appstore/rust-srec/dev/envs/global.env similarity index 100% rename from appstore/slink/1.8.6/envs/global.env rename to appstore/rust-srec/dev/envs/global.env diff --git a/appstore/slink/1.8.6/scripts/init.sh b/appstore/rust-srec/dev/scripts/init.sh similarity index 100% rename from appstore/slink/1.8.6/scripts/init.sh rename to appstore/rust-srec/dev/scripts/init.sh diff --git a/appstore/slink/1.8.6/scripts/uninstall.sh b/appstore/rust-srec/dev/scripts/uninstall.sh similarity index 100% rename from appstore/slink/1.8.6/scripts/uninstall.sh rename to appstore/rust-srec/dev/scripts/uninstall.sh diff --git a/appstore/slink/1.8.6/scripts/upgrade.sh b/appstore/rust-srec/dev/scripts/upgrade.sh similarity index 100% rename from appstore/slink/1.8.6/scripts/upgrade.sh rename to appstore/rust-srec/dev/scripts/upgrade.sh diff --git a/appstore/rust-srec/logo.png b/appstore/rust-srec/logo.png new file mode 100644 index 000000000..9bc4578a1 Binary files /dev/null and b/appstore/rust-srec/logo.png differ diff --git a/appstore/seaweedfs/4.06/.env b/appstore/seaweedfs/4.07/.env similarity index 100% rename from appstore/seaweedfs/4.06/.env rename to appstore/seaweedfs/4.07/.env diff --git a/appstore/seaweedfs/4.06/config/prometheus.yml b/appstore/seaweedfs/4.07/config/prometheus.yml similarity index 100% rename from appstore/seaweedfs/4.06/config/prometheus.yml rename to appstore/seaweedfs/4.07/config/prometheus.yml diff --git a/appstore/seaweedfs/4.06/data.yml b/appstore/seaweedfs/4.07/data.yml similarity index 100% rename from appstore/seaweedfs/4.06/data.yml rename to appstore/seaweedfs/4.07/data.yml diff --git a/appstore/seaweedfs/4.06/docker-compose.yml b/appstore/seaweedfs/4.07/docker-compose.yml similarity index 96% rename from appstore/seaweedfs/4.06/docker-compose.yml rename to appstore/seaweedfs/4.07/docker-compose.yml index 84d14a780..f8dcd3b21 100644 --- a/appstore/seaweedfs/4.06/docker-compose.yml +++ b/appstore/seaweedfs/4.07/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: diff --git a/appstore/slink/1.8.6/envs/default.env b/appstore/seaweedfs/4.07/envs/default.env similarity index 100% rename from appstore/slink/1.8.6/envs/default.env rename to appstore/seaweedfs/4.07/envs/default.env diff --git a/appstore/smanga/4.2.72/envs/global.env b/appstore/seaweedfs/4.07/envs/global.env similarity index 100% rename from appstore/smanga/4.2.72/envs/global.env rename to appstore/seaweedfs/4.07/envs/global.env diff --git a/appstore/seaweedfs/4.06/scripts/init.sh b/appstore/seaweedfs/4.07/scripts/init.sh similarity index 100% rename from appstore/seaweedfs/4.06/scripts/init.sh rename to appstore/seaweedfs/4.07/scripts/init.sh diff --git a/appstore/smanga/4.2.72/scripts/uninstall.sh b/appstore/seaweedfs/4.07/scripts/uninstall.sh similarity index 100% rename from appstore/smanga/4.2.72/scripts/uninstall.sh rename to appstore/seaweedfs/4.07/scripts/uninstall.sh diff --git a/appstore/smanga/4.2.72/scripts/upgrade.sh b/appstore/seaweedfs/4.07/scripts/upgrade.sh similarity index 100% rename from appstore/smanga/4.2.72/scripts/upgrade.sh rename to appstore/seaweedfs/4.07/scripts/upgrade.sh diff --git a/appstore/slink/1.8.6/.env b/appstore/slink/1.8.7/.env similarity index 100% rename from appstore/slink/1.8.6/.env rename to appstore/slink/1.8.7/.env diff --git a/appstore/slink/1.8.6/data.yml b/appstore/slink/1.8.7/data.yml similarity index 100% rename from appstore/slink/1.8.6/data.yml rename to appstore/slink/1.8.7/data.yml diff --git a/appstore/slink/1.8.6/docker-compose.yml b/appstore/slink/1.8.7/docker-compose.yml similarity index 94% rename from appstore/slink/1.8.6/docker-compose.yml rename to appstore/slink/1.8.7/docker-compose.yml index b6f30f035..5da17946e 100644 --- a/appstore/slink/1.8.6/docker-compose.yml +++ b/appstore/slink/1.8.7/docker-compose.yml @@ -12,7 +12,7 @@ services: - USER_PASSWORD_REQUIREMENTS=15 - IMAGE_MAX_SIZE=15M - STORAGE_PROVIDER=local - image: anirdev/slink:v1.8.6 + image: anirdev/slink:v1.8.7 labels: createdBy: Apps networks: diff --git a/appstore/smanga/4.2.72/envs/default.env b/appstore/slink/1.8.7/envs/default.env similarity index 100% rename from appstore/smanga/4.2.72/envs/default.env rename to appstore/slink/1.8.7/envs/default.env diff --git a/appstore/smtp-proxy-server/1.2.0/envs/global.env b/appstore/slink/1.8.7/envs/global.env similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/envs/global.env rename to appstore/slink/1.8.7/envs/global.env diff --git a/appstore/smanga/4.2.72/scripts/init.sh b/appstore/slink/1.8.7/scripts/init.sh similarity index 100% rename from appstore/smanga/4.2.72/scripts/init.sh rename to appstore/slink/1.8.7/scripts/init.sh diff --git a/appstore/smtp-proxy-server/1.2.0/scripts/uninstall.sh b/appstore/slink/1.8.7/scripts/uninstall.sh similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/scripts/uninstall.sh rename to appstore/slink/1.8.7/scripts/uninstall.sh diff --git a/appstore/smtp-proxy-server/1.2.0/scripts/upgrade.sh b/appstore/slink/1.8.7/scripts/upgrade.sh similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/scripts/upgrade.sh rename to appstore/slink/1.8.7/scripts/upgrade.sh diff --git a/appstore/smanga/4.2.72/.env b/appstore/smanga/4.2.74/.env similarity index 100% rename from appstore/smanga/4.2.72/.env rename to appstore/smanga/4.2.74/.env diff --git a/appstore/smanga/4.2.72/data.yml b/appstore/smanga/4.2.74/data.yml similarity index 100% rename from appstore/smanga/4.2.72/data.yml rename to appstore/smanga/4.2.74/data.yml diff --git a/appstore/smanga/4.2.72/docker-compose.yml b/appstore/smanga/4.2.74/docker-compose.yml similarity index 94% rename from appstore/smanga/4.2.72/docker-compose.yml rename to appstore/smanga/4.2.74/docker-compose.yml index 72e3ee0fa..d7844b998 100644 --- a/appstore/smanga/4.2.72/docker-compose.yml +++ b/appstore/smanga/4.2.74/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.2.72 + image: lkw199711/smanga-nodejs:4.2.74 labels: createdBy: Apps networks: diff --git a/appstore/smtp-proxy-server/1.2.0/envs/default.env b/appstore/smanga/4.2.74/envs/default.env similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/envs/default.env rename to appstore/smanga/4.2.74/envs/default.env diff --git a/appstore/waline/1.35.0/envs/global.env b/appstore/smanga/4.2.74/envs/global.env similarity index 100% rename from appstore/waline/1.35.0/envs/global.env rename to appstore/smanga/4.2.74/envs/global.env diff --git a/appstore/smtp-proxy-server/1.2.0/scripts/init.sh b/appstore/smanga/4.2.74/scripts/init.sh similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/scripts/init.sh rename to appstore/smanga/4.2.74/scripts/init.sh diff --git a/appstore/waline/1.35.0/scripts/uninstall.sh b/appstore/smanga/4.2.74/scripts/uninstall.sh similarity index 100% rename from appstore/waline/1.35.0/scripts/uninstall.sh rename to appstore/smanga/4.2.74/scripts/uninstall.sh diff --git a/appstore/waline/1.35.0/scripts/upgrade.sh b/appstore/smanga/4.2.74/scripts/upgrade.sh similarity index 100% rename from appstore/waline/1.35.0/scripts/upgrade.sh rename to appstore/smanga/4.2.74/scripts/upgrade.sh diff --git a/appstore/smtp-proxy-server/1.2.0/.env b/appstore/smtp-proxy-server/1.2.1/.env similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/.env rename to appstore/smtp-proxy-server/1.2.1/.env diff --git a/appstore/smtp-proxy-server/1.2.0/data.yml b/appstore/smtp-proxy-server/1.2.1/data.yml similarity index 100% rename from appstore/smtp-proxy-server/1.2.0/data.yml rename to appstore/smtp-proxy-server/1.2.1/data.yml diff --git a/appstore/smtp-proxy-server/1.2.0/docker-compose.yml b/appstore/smtp-proxy-server/1.2.1/docker-compose.yml similarity index 96% rename from appstore/smtp-proxy-server/1.2.0/docker-compose.yml rename to appstore/smtp-proxy-server/1.2.1/docker-compose.yml index 4ca23d7c7..94a09180f 100644 --- a/appstore/smtp-proxy-server/1.2.0/docker-compose.yml +++ b/appstore/smtp-proxy-server/1.2.1/docker-compose.yml @@ -12,7 +12,7 @@ services: - proxy_url=${PROXY_URL} - port=${PANEL_APP_PORT_SMTP} - imap_port=${PANEL_APP_PORT_IMAP} - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.0 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.1 labels: createdBy: Apps networks: diff --git a/appstore/waline/1.35.0/envs/default.env b/appstore/smtp-proxy-server/1.2.1/envs/default.env similarity index 100% rename from appstore/waline/1.35.0/envs/default.env rename to appstore/smtp-proxy-server/1.2.1/envs/default.env diff --git a/dockge/homarr_1_50_0/envs/global.env b/appstore/smtp-proxy-server/1.2.1/envs/global.env similarity index 100% rename from dockge/homarr_1_50_0/envs/global.env rename to appstore/smtp-proxy-server/1.2.1/envs/global.env diff --git a/appstore/waline/1.35.0/scripts/init.sh b/appstore/smtp-proxy-server/1.2.1/scripts/init.sh similarity index 100% rename from appstore/waline/1.35.0/scripts/init.sh rename to appstore/smtp-proxy-server/1.2.1/scripts/init.sh diff --git a/appstore/smtp-proxy-server/1.2.1/scripts/uninstall.sh b/appstore/smtp-proxy-server/1.2.1/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/smtp-proxy-server/1.2.1/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/smtp-proxy-server/1.2.1/scripts/upgrade.sh b/appstore/smtp-proxy-server/1.2.1/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/smtp-proxy-server/1.2.1/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/waline/1.35.0/.env b/appstore/waline/1.36.2/.env similarity index 100% rename from appstore/waline/1.35.0/.env rename to appstore/waline/1.36.2/.env diff --git a/appstore/waline/1.35.0/data.yml b/appstore/waline/1.36.2/data.yml similarity index 100% rename from appstore/waline/1.35.0/data.yml rename to appstore/waline/1.36.2/data.yml diff --git a/appstore/waline/1.35.0/docker-compose.yml b/appstore/waline/1.36.2/docker-compose.yml similarity index 92% rename from appstore/waline/1.35.0/docker-compose.yml rename to appstore/waline/1.36.2/docker-compose.yml index dda07a6e8..66dc9c797 100644 --- a/appstore/waline/1.35.0/docker-compose.yml +++ b/appstore/waline/1.36.2/docker-compose.yml @@ -12,7 +12,7 @@ services: - SQLITE_PATH=/app/data - SQLITE_DB=waline - SQLITE_PREFIX=wl_ - image: lizheming/waline:1.35.0 + image: lizheming/waline:1.36.2 labels: createdBy: Apps networks: diff --git a/dockge/homarr_1_50_0/envs/default.env b/appstore/waline/1.36.2/envs/default.env similarity index 100% rename from dockge/homarr_1_50_0/envs/default.env rename to appstore/waline/1.36.2/envs/default.env diff --git a/dockge/jellyfin_10_9_11/envs/global.env b/appstore/waline/1.36.2/envs/global.env similarity index 100% rename from dockge/jellyfin_10_9_11/envs/global.env rename to appstore/waline/1.36.2/envs/global.env diff --git a/appstore/waline/1.36.2/scripts/init.sh b/appstore/waline/1.36.2/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/waline/1.36.2/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/waline/1.36.2/scripts/uninstall.sh b/appstore/waline/1.36.2/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/waline/1.36.2/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/waline/1.36.2/scripts/upgrade.sh b/appstore/waline/1.36.2/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/waline/1.36.2/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/woodpecker-agent/README.md b/appstore/woodpecker-agent/README.md index 0241d2386..5c21d7264 100644 --- a/appstore/woodpecker-agent/README.md +++ b/appstore/woodpecker-agent/README.md @@ -2,7 +2,7 @@ 简单而强大的CI/CD引擎,具有很强的可扩展性 -![Woodpecker](https://file.lifebus.top/imgs/app_name_cover.png) +![Woodpecker](https://file.lifebus.top/imgs/woodpecker_cover.png) ![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) diff --git a/appstore/woodpecker-server/3.13.0/.env b/appstore/woodpecker-server/3.13.0/.env index 5dd7a484f..e2b73eaff 100644 --- a/appstore/woodpecker-server/3.13.0/.env +++ b/appstore/woodpecker-server/3.13.0/.env @@ -22,6 +22,9 @@ WOODPECKER_ADMIN= # 组织列表 WOODPECKER_ORGS= +# 特权插件 +WOODPECKER_PLUGINS_PRIVILEGED= + # 登录过期时间 [必填] WOODPECKER_SESSION_EXPIRES=72h diff --git a/appstore/woodpecker-server/3.13.0/data.yml b/appstore/woodpecker-server/3.13.0/data.yml index ce9397511..081396d79 100644 --- a/appstore/woodpecker-server/3.13.0/data.yml +++ b/appstore/woodpecker-server/3.13.0/data.yml @@ -63,6 +63,13 @@ additionalProperties: labelEn: Organization list required: false type: text + - default: "" + edit: true + envKey: WOODPECKER_PLUGINS_PRIVILEGED + labelZh: 特权插件 + labelEn: Privileged plugins + required: false + type: text - default: "72h" edit: true envKey: WOODPECKER_SESSION_EXPIRES diff --git a/appstore/woodpecker-server/README.md b/appstore/woodpecker-server/README.md index 0241d2386..5c21d7264 100644 --- a/appstore/woodpecker-server/README.md +++ b/appstore/woodpecker-server/README.md @@ -2,7 +2,7 @@ 简单而强大的CI/CD引擎,具有很强的可扩展性 -![Woodpecker](https://file.lifebus.top/imgs/app_name_cover.png) +![Woodpecker](https://file.lifebus.top/imgs/woodpecker_cover.png) ![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) diff --git a/appstore/woodpecker/README.md b/appstore/woodpecker/README.md index 0241d2386..5c21d7264 100644 --- a/appstore/woodpecker/README.md +++ b/appstore/woodpecker/README.md @@ -2,7 +2,7 @@ 简单而强大的CI/CD引擎,具有很强的可扩展性 -![Woodpecker](https://file.lifebus.top/imgs/app_name_cover.png) +![Woodpecker](https://file.lifebus.top/imgs/woodpecker_cover.png) ![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 95964f40c..989875fee 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.6.42 + image: qyg2297248353/ammds:v1.6.46 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 9995dacad..0932bb8be 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.4.26 + image: wushuo894/ani-rss:v2.4.32 labels: createdBy: Apps networks: diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index 9edd03c05..6c9b33505 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.11.4 + image: soulter/astrbot:v4.12.3 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.10.15 + image: mlikiowa/napcat-docker:v4.10.35 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 bf2618630..bda5eb18d 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.11.4 + image: soulter/astrbot:v4.12.3 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index 64ae3d754..a9a294142 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:2.246.0 + image: casbin/casdoor:2.253.0 labels: createdBy: Apps networks: diff --git a/dockge/cloudsaver/docker-compose.yml b/dockge/cloudsaver/docker-compose.yml index 5bea18016..f54a05551 100644 --- a/dockge/cloudsaver/docker-compose.yml +++ b/dockge/cloudsaver/docker-compose.yml @@ -19,7 +19,7 @@ services: ' timeout: 3s - image: jiangrui1994/cloudsaver:0.6.2 + image: jiangrui1994/cloudsaver:0.6.5 labels: createdBy: Apps networks: diff --git a/dockge/dozzle/docker-compose.yml b/dockge/dozzle/docker-compose.yml index 118d84096..eca8eebb0 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:v9.0.1 + image: amir20/dozzle:v9.0.2 labels: createdBy: Apps networks: diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 52889deff..2bc229aa7 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.12.1 + image: ghost:6.13.2 labels: createdBy: Apps networks: diff --git a/dockge/glean/docker-compose.yml b/dockge/glean/docker-compose.yml index 3cc0d7999..944d85fbd 100644 --- a/dockge/glean/docker-compose.yml +++ b/dockge/glean/docker-compose.yml @@ -58,7 +58,7 @@ services: - -f - http://localhost:8000/api/health timeout: 5s - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 labels: createdBy: Apps networks: @@ -113,7 +113,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/leslieleung/glean-web:0.2.3 + image: ghcr.io/leslieleung/glean-web:0.2.4 networks: - glean-network ports: @@ -141,7 +141,7 @@ services: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean} REDIS_URL: redis://redis:6379/0 SECRET_KEY: ${SECRET_KEY:-} - image: ghcr.io/leslieleung/glean-backend:0.2.3 + image: ghcr.io/leslieleung/glean-backend:0.2.4 networks: - glean-network restart: always diff --git a/dockge/halo-h2/docker-compose.yml b/dockge/halo-h2/docker-compose.yml index 977240598..f8b9ea197 100644 --- a/dockge/halo-h2/docker-compose.yml +++ b/dockge/halo-h2/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 labels: createdBy: Apps networks: diff --git a/dockge/halo/docker-compose.yml b/dockge/halo/docker-compose.yml index 61cdf6199..61f14a434 100644 --- a/dockge/halo/docker-compose.yml +++ b/dockge/halo/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.22.9 + image: halohub/halo:2.22.11 labels: createdBy: Apps networks: diff --git a/dockge/homarr/.env b/dockge/homarr/.env index 9370b8091..4610427ed 100644 --- a/dockge/homarr/.env +++ b/dockge/homarr/.env @@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr PANEL_APP_PORT_HTTP=7575 # 密钥 [必填] -SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7 +SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d diff --git a/dockge/homarr/docker-compose.yml b/dockge/homarr/docker-compose.yml index 8568f94b3..ab9f7bf96 100644 --- a/dockge/homarr/docker-compose.yml +++ b/dockge/homarr/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/ajnart/homarr:0.16.0 + image: ghcr.io/homarr-labs/homarr:v1.50.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/homarr_1_50_0/.env b/dockge/homarr_0_16_0/.env similarity index 67% rename from dockge/homarr_1_50_0/.env rename to dockge/homarr_0_16_0/.env index 4610427ed..9370b8091 100644 --- a/dockge/homarr_1_50_0/.env +++ b/dockge/homarr_0_16_0/.env @@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr PANEL_APP_PORT_HTTP=7575 # 密钥 [必填] -SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d +SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7 diff --git a/dockge/homarr_1_50_0/docker-compose.yml b/dockge/homarr_0_16_0/docker-compose.yml similarity index 89% rename from dockge/homarr_1_50_0/docker-compose.yml rename to dockge/homarr_0_16_0/docker-compose.yml index b3d3902f5..8568f94b3 100644 --- a/dockge/homarr_1_50_0/docker-compose.yml +++ b/dockge/homarr_0_16_0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.50.0 + image: ghcr.io/ajnart/homarr:0.16.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/jellyfin_10_9_11/envs/default.env b/dockge/homarr_0_16_0/envs/default.env similarity index 100% rename from dockge/jellyfin_10_9_11/envs/default.env rename to dockge/homarr_0_16_0/envs/default.env diff --git a/dockge/movie-pilot_2_9_3/envs/global.env b/dockge/homarr_0_16_0/envs/global.env similarity index 100% rename from dockge/movie-pilot_2_9_3/envs/global.env rename to dockge/homarr_0_16_0/envs/global.env diff --git a/dockge/jackett/.env b/dockge/jackett/.env new file mode 100644 index 000000000..99d1d38e1 --- /dev/null +++ b/dockge/jackett/.env @@ -0,0 +1,6 @@ +# 数据持久化路径 [必填] +JACKETT_ROOT_PATH=/home/jackett + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=9117 + diff --git a/dockge/jackett/docker-compose.yml b/dockge/jackett/docker-compose.yml new file mode 100644 index 000000000..cd3a448dd --- /dev/null +++ b/dockge/jackett/docker-compose.yml @@ -0,0 +1,24 @@ +networks: + 1panel-network: + external: true +services: + jackett: + container_name: jackett + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - PUID=1000 + - PGID=1000 + image: linuxserver/jackett:0.24.887 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:9117 + restart: always + volumes: + - ${JACKETT_ROOT_PATH}/config:/config + - ${JACKETT_ROOT_PATH}/downloads:/downloads diff --git a/dockge/movie-pilot_2_9_3/envs/default.env b/dockge/jackett/envs/default.env similarity index 100% rename from dockge/movie-pilot_2_9_3/envs/default.env rename to dockge/jackett/envs/default.env diff --git a/dockge/jackett/envs/global.env b/dockge/jackett/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/jackett/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/jellyfin/docker-compose.yml b/dockge/jellyfin/docker-compose.yml index 6abb45fcd..88affa9a4 100644 --- a/dockge/jellyfin/docker-compose.yml +++ b/dockge/jellyfin/docker-compose.yml @@ -10,7 +10,7 @@ services: - ROC_ENABLE_PRE_VEGA=1 - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: jellyfin/jellyfin:10.11.5 + image: jellyfin/jellyfin:10.9.11 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/jellyfin_10_9_11/.env b/dockge/jellyfin_10_11_6/.env similarity index 100% rename from dockge/jellyfin_10_9_11/.env rename to dockge/jellyfin_10_11_6/.env diff --git a/dockge/jellyfin_10_9_11/docker-compose.yml b/dockge/jellyfin_10_11_6/docker-compose.yml similarity index 96% rename from dockge/jellyfin_10_9_11/docker-compose.yml rename to dockge/jellyfin_10_11_6/docker-compose.yml index 88affa9a4..bcc8d7a33 100644 --- a/dockge/jellyfin_10_9_11/docker-compose.yml +++ b/dockge/jellyfin_10_11_6/docker-compose.yml @@ -10,7 +10,7 @@ services: - ROC_ENABLE_PRE_VEGA=1 - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: jellyfin/jellyfin:10.9.11 + image: jellyfin/jellyfin:10.11.6 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/jellyfin_10_11_6/envs/default.env b/dockge/jellyfin_10_11_6/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/jellyfin_10_11_6/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/jellyfin_10_11_6/envs/global.env b/dockge/jellyfin_10_11_6/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/jellyfin_10_11_6/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/mdc-ng/docker-compose.yml b/dockge/mdc-ng/docker-compose.yml index c3561492d..02c51cdd0 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.21.2 + image: mdcng/mdc:1.24.0 labels: createdBy: Apps networks: diff --git a/dockge/movie-pilot_2_9_3/.env b/dockge/movie-pilot_2_9_4/.env similarity index 100% rename from dockge/movie-pilot_2_9_3/.env rename to dockge/movie-pilot_2_9_4/.env diff --git a/appstore/movie-pilot/2.9.3/docker-compose.yml b/dockge/movie-pilot_2_9_4/docker-compose.yml similarity index 96% rename from appstore/movie-pilot/2.9.3/docker-compose.yml rename to dockge/movie-pilot_2_9_4/docker-compose.yml index bbf053b31..49d509abc 100644 --- a/appstore/movie-pilot/2.9.3/docker-compose.yml +++ b/dockge/movie-pilot_2_9_4/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEBUG=false - DEV=false - LOG_LEVEL=INFO - image: jxxghp/moviepilot:2.9.3 + image: jxxghp/moviepilot:2.9.4 labels: createdBy: Apps logging: diff --git a/dockge/movie-pilot_2_9_4/envs/default.env b/dockge/movie-pilot_2_9_4/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/movie-pilot_2_9_4/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/movie-pilot_2_9_4/envs/global.env b/dockge/movie-pilot_2_9_4/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/movie-pilot_2_9_4/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/mx-space-db/docker-compose.yml b/dockge/mx-space-db/docker-compose.yml index 5b0cb097c..33bf4dd3a 100644 --- a/dockge/mx-space-db/docker-compose.yml +++ b/dockge/mx-space-db/docker-compose.yml @@ -34,7 +34,7 @@ services: - ENCRYPT_ENABLE=false - DB_HOST=mx-mongo - REDIS_HOST=mx-redis - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 labels: createdBy: Apps networks: diff --git a/dockge/mx-space/docker-compose.yml b/dockge/mx-space/docker-compose.yml index 417725d59..bc8bd3471 100644 --- a/dockge/mx-space/docker-compose.yml +++ b/dockge/mx-space/docker-compose.yml @@ -13,7 +13,7 @@ services: - DEMO=false - NODE_ENV=production - ENCRYPT_ENABLE=false - image: innei/mx-server:8.5.1 + image: innei/mx-server:8.7.1 labels: createdBy: Apps networks: diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index 55c507857..a44b59bcb 100644 --- a/dockge/n8n/docker-compose.yml +++ b/dockge/n8n/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.123.14 + image: n8nio/n8n:1.123.16 labels: createdBy: Apps networks: diff --git a/dockge/napcat/docker-compose.yml b/dockge/napcat/docker-compose.yml index 27667b8bf..3b0395b9b 100644 --- a/dockge/napcat/docker-compose.yml +++ b/dockge/napcat/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NAPCAT_UID=${NAPCAT_UID:-0} - NAPCAT_GID=${NAPCAT_GID:-0} - image: mlikiowa/napcat-docker:v4.10.15 + image: mlikiowa/napcat-docker:v4.10.35 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index 5e7fe8d09..51cbc6bd1 100644 --- a/dockge/nezha-dash/docker-compose.yml +++ b/dockge/nezha-dash/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v3.1.7 + image: hamster1963/nezha-dash:v3.1.8 labels: createdBy: Apps networks: diff --git a/dockge/ollama/docker-compose.yml b/dockge/ollama/docker-compose.yml index 7a0d5a602..f4779298d 100644 --- a/dockge/ollama/docker-compose.yml +++ b/dockge/ollama/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.14.1 + image: ollama/ollama:0.14.2 labels: createdBy: Apps networks: diff --git a/dockge/outline/docker-compose.yml b/dockge/outline/docker-compose.yml index 3a643b7d6..36495aeb2 100644 --- a/dockge/outline/docker-compose.yml +++ b/dockge/outline/docker-compose.yml @@ -10,7 +10,7 @@ services: - .env environment: - DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME} - image: outlinewiki/outline:1.2.0 + image: outlinewiki/outline:1.3.0 labels: createdBy: Apps networks: diff --git a/dockge/peer-ban-helper/docker-compose.yml b/dockge/peer-ban-helper/docker-compose.yml index eea3daf47..a78319797 100644 --- a/dockge/peer-ban-helper/docker-compose.yml +++ b/dockge/peer-ban-helper/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: ghostchu/peerbanhelper:v9.2.4 + image: ghostchu/peerbanhelper:v9.2.5 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/readeck-pg/docker-compose.yml b/dockge/readeck-pg/docker-compose.yml index eec6975c6..291056fab 100644 --- a/dockge/readeck-pg/docker-compose.yml +++ b/dockge/readeck-pg/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 labels: createdBy: Apps networks: diff --git a/dockge/readeck/docker-compose.yml b/dockge/readeck/docker-compose.yml index bd9471124..23cab871d 100644 --- a/dockge/readeck/docker-compose.yml +++ b/dockge/readeck/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.21.5 + image: codeberg.org/readeck/readeck:0.21.6 labels: createdBy: Apps networks: diff --git a/dockge/rust-srec/.env b/dockge/rust-srec/.env new file mode 100644 index 000000000..93a35353a --- /dev/null +++ b/dockge/rust-srec/.env @@ -0,0 +1,24 @@ +# 应用持久化路径 [必填] +RUST_REC_ROOT_PATH=/home/rust-rec + +# 数据持久化路径 [必填] +RUST_REC_DATA_ROOT_PATH=/home/rust-rec + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8088 + +# API 端口 [必填] +PANEL_APP_PORT_API=8080 + +# JWT 签名密钥 [必填] +JWT_SECRET= + +# 会话密钥 [必填] +SESSION_SECRET= + +# 网络代理 +HTTP_PROXY= + +# 忽略代理 [必填] +NO_PROXY=localhost,127.0.0.1,rust-srec-backend + diff --git a/dockge/rust-srec/docker-compose.yml b/dockge/rust-srec/docker-compose.yml new file mode 100644 index 000000000..44648cc45 --- /dev/null +++ b/dockge/rust-srec/docker-compose.yml @@ -0,0 +1,72 @@ +networks: + 1panel-network: + external: true +services: + rust-rec-frontend: + container_name: rust-srec + depends_on: + rust-srec-backend: + condition: service_healthy + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - BACKEND_URL=${BACKEND_URL:-http://rust-srec-backend:8080} + - COOKIE_SECURE=${COOKIE_SECURE:-} + image: ghcr.io/hua0512/rust-srec-frontend:dev + labels: + createdBy: Apps + logging: + driver: json-file + options: + max-file: '3' + max-size: 50m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:80 + restart: always + rust-srec-backend: + container_name: backend-rust-srec + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - RUST_LOG=${RUST_LOG:-info} + - DATABASE_URL=${DATABASE_URL:-sqlite:///app/data/rust-srec.db} + - API_PORT=8080 + - API_BIND_ADDRESS=0.0.0.0 + - ACCESS_TOKEN_EXPIRATION_SECS=${ACCESS_TOKEN_EXPIRATION_SECS:-3600} + - REFRESH_TOKEN_EXPIRATION_SECS=${REFRESH_TOKEN_EXPIRATION_SECS:-604800} + - MIN_PASSWORD_LENGTH=${MIN_PASSWORD_LENGTH:-8} + - HTTP_PROXY=${HTTP_PROXY:-} + - HTTPS_PROXY=${HTTP_PROXY:-} + healthcheck: + interval: 30s + retries: 3 + start_period: 10s + test: + - CMD + - curl + - -f + - http://localhost:8080/api/health/live + timeout: 10s + image: ghcr.io/hua0512/rust-srec:dev + logging: + driver: json-file + options: + max-file: '5' + max-size: 100m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_API}:8080 + restart: always + volumes: + - ${RUST_REC_DATA_ROOT_PATH}/data:/app/data + - ${RUST_REC_DATA_ROOT_PATH}/output:/app/output + - ${RUST_REC_ROOT_PATH}/config:/app/config + - ${RUST_REC_ROOT_PATH}/logs:/app/logs + - ${RUST_REC_ROOT_PATH}/tmp:/tmp diff --git a/dockge/rust-srec/envs/default.env b/dockge/rust-srec/envs/default.env new file mode 100644 index 000000000..405d4f599 --- /dev/null +++ b/dockge/rust-srec/envs/default.env @@ -0,0 +1,8 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env +DATA_DIR=/app/data +CONFIG_DIR=/app/config +OUTPUT_DIR=/app/output +LOG_DIR=/app/logs +JWT_ISSUER=rust-srec +JWT_AUDIENCE=rust-srec-api diff --git a/dockge/rust-srec/envs/global.env b/dockge/rust-srec/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/rust-srec/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/seaweedfs/docker-compose.yml b/dockge/seaweedfs/docker-compose.yml index 84d14a780..f8dcd3b21 100644 --- a/dockge/seaweedfs/docker-compose.yml +++ b/dockge/seaweedfs/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.06 + image: chrislusf/seaweedfs:4.07 networks: - seaweedfs-network ports: diff --git a/dockge/slink/docker-compose.yml b/dockge/slink/docker-compose.yml index b6f30f035..5da17946e 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.8.6 + image: anirdev/slink:v1.8.7 labels: createdBy: Apps networks: diff --git a/dockge/smanga/docker-compose.yml b/dockge/smanga/docker-compose.yml index 72e3ee0fa..d7844b998 100644 --- a/dockge/smanga/docker-compose.yml +++ b/dockge/smanga/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY:-} - image: lkw199711/smanga-nodejs:4.2.72 + image: lkw199711/smanga-nodejs:4.2.74 labels: createdBy: Apps networks: diff --git a/dockge/smtp-proxy-server/docker-compose.yml b/dockge/smtp-proxy-server/docker-compose.yml index 4ca23d7c7..94a09180f 100644 --- a/dockge/smtp-proxy-server/docker-compose.yml +++ b/dockge/smtp-proxy-server/docker-compose.yml @@ -12,7 +12,7 @@ services: - proxy_url=${PROXY_URL} - port=${PANEL_APP_PORT_SMTP} - imap_port=${PANEL_APP_PORT_IMAP} - image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.0 + image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.2.1 labels: createdBy: Apps networks: diff --git a/dockge/waline/docker-compose.yml b/dockge/waline/docker-compose.yml index dda07a6e8..66dc9c797 100644 --- a/dockge/waline/docker-compose.yml +++ b/dockge/waline/docker-compose.yml @@ -12,7 +12,7 @@ services: - SQLITE_PATH=/app/data - SQLITE_DB=waline - SQLITE_PREFIX=wl_ - image: lizheming/waline:1.35.0 + image: lizheming/waline:1.36.2 labels: createdBy: Apps networks: diff --git a/dockge/woodpecker-server/.env b/dockge/woodpecker-server/.env index 5dd7a484f..e2b73eaff 100644 --- a/dockge/woodpecker-server/.env +++ b/dockge/woodpecker-server/.env @@ -22,6 +22,9 @@ WOODPECKER_ADMIN= # 组织列表 WOODPECKER_ORGS= +# 特权插件 +WOODPECKER_PLUGINS_PRIVILEGED= + # 登录过期时间 [必填] WOODPECKER_SESSION_EXPIRES=72h