diff --git a/.github/README.md b/.github/README.md index b2ebff1ef..1fa97529c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -99,6 +99,7 @@ | 🟢 | | Kavita | https://www.kavitareader.com/ | 自托管数字图书馆 | | | 🟢 | | Kimai | https://www.kimai.org/ | 基于网络的多用户时间追踪应用 | | | 🟢 | | Komga | https://komga.org/ | 漫画、漫画、蓝光光盘、杂志和电子书的媒体服务器 | | +| 🟢 | | Kotatsu | https://kotatsu.app/ | 口袋里的漫画 | | | 🟢 | | LibreTV | https://libretv.is-an.org/ | 免费在线视频搜索与观看平台 | | | 🟢 | | 问卷星 | https://www.limesurvey.org/ | 在线问卷调查程序 | | | 🟢 | | LinkDing | https://github.com/sissbruecker/linkding/ | 自托管书签管理器 | | diff --git a/README.md b/README.md index 9735ae9d5..16bb23756 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ | 🟢 | | Kavita | https://www.kavitareader.com/ | 自托管数字图书馆 | | | 🟢 | | Kimai | https://www.kimai.org/ | 基于网络的多用户时间追踪应用 | | | 🟢 | | Komga | https://komga.org/ | 漫画、漫画、蓝光光盘、杂志和电子书的媒体服务器 | | +| 🟢 | | Kotatsu | https://kotatsu.app/ | 口袋里的漫画 | | | 🟢 | | LibreTV | https://libretv.is-an.org/ | 免费在线视频搜索与观看平台 | | | 🟢 | | 问卷星 | https://www.limesurvey.org/ | 在线问卷调查程序 | | | 🟢 | | LinkDing | https://github.com/sissbruecker/linkding/ | 自托管书签管理器 | | diff --git a/apps/ani-rss/2.0.33/data.yml b/apps/ani-rss/2.0.34/data.yml similarity index 100% rename from apps/ani-rss/2.0.33/data.yml rename to apps/ani-rss/2.0.34/data.yml diff --git a/apps/ani-rss/2.0.33/docker-compose.yml b/apps/ani-rss/2.0.34/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.0.33/docker-compose.yml rename to apps/ani-rss/2.0.34/docker-compose.yml index eeffc3b5a..402146d90 100644 --- a/apps/ani-rss/2.0.33/docker-compose.yml +++ b/apps/ani-rss/2.0.34/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.0.33 + image: wushuo894/ani-rss:v2.0.34 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.0.33/envs/default.env b/apps/ani-rss/2.0.34/envs/default.env similarity index 100% rename from apps/ani-rss/2.0.33/envs/default.env rename to apps/ani-rss/2.0.34/envs/default.env diff --git a/apps/ani-rss/2.0.33/envs/global.env b/apps/ani-rss/2.0.34/envs/global.env similarity index 100% rename from apps/ani-rss/2.0.33/envs/global.env rename to apps/ani-rss/2.0.34/envs/global.env diff --git a/apps/ani-rss/2.0.33/scripts/init.sh b/apps/ani-rss/2.0.34/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.0.33/scripts/init.sh rename to apps/ani-rss/2.0.34/scripts/init.sh diff --git a/apps/ani-rss/2.0.33/scripts/uninstall.sh b/apps/ani-rss/2.0.34/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.0.33/scripts/uninstall.sh rename to apps/ani-rss/2.0.34/scripts/uninstall.sh diff --git a/apps/ani-rss/2.0.33/scripts/upgrade.sh b/apps/ani-rss/2.0.34/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.0.33/scripts/upgrade.sh rename to apps/ani-rss/2.0.34/scripts/upgrade.sh diff --git a/apps/beszel-agent/0.11.1/data.yml b/apps/beszel-agent/0.12.1/data.yml similarity index 100% rename from apps/beszel-agent/0.11.1/data.yml rename to apps/beszel-agent/0.12.1/data.yml diff --git a/apps/beszel-agent/0.11.1/docker-compose.yml b/apps/beszel-agent/0.12.1/docker-compose.yml similarity index 93% rename from apps/beszel-agent/0.11.1/docker-compose.yml rename to apps/beszel-agent/0.12.1/docker-compose.yml index 976fdf854..5f8e4e514 100644 --- a/apps/beszel-agent/0.11.1/docker-compose.yml +++ b/apps/beszel-agent/0.12.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: beszel-agent: - image: henrygd/beszel-agent:0.11.1 + image: henrygd/beszel-agent:0.12.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/beszel-agent/0.11.1/envs/default.env b/apps/beszel-agent/0.12.1/envs/default.env similarity index 100% rename from apps/beszel-agent/0.11.1/envs/default.env rename to apps/beszel-agent/0.12.1/envs/default.env diff --git a/apps/beszel-agent/0.11.1/envs/global.env b/apps/beszel-agent/0.12.1/envs/global.env similarity index 100% rename from apps/beszel-agent/0.11.1/envs/global.env rename to apps/beszel-agent/0.12.1/envs/global.env diff --git a/apps/beszel-agent/0.11.1/scripts/init.sh b/apps/beszel-agent/0.12.1/scripts/init.sh similarity index 100% rename from apps/beszel-agent/0.11.1/scripts/init.sh rename to apps/beszel-agent/0.12.1/scripts/init.sh diff --git a/apps/beszel-agent/0.11.1/scripts/uninstall.sh b/apps/beszel-agent/0.12.1/scripts/uninstall.sh similarity index 100% rename from apps/beszel-agent/0.11.1/scripts/uninstall.sh rename to apps/beszel-agent/0.12.1/scripts/uninstall.sh diff --git a/apps/beszel-agent/0.11.1/scripts/upgrade.sh b/apps/beszel-agent/0.12.1/scripts/upgrade.sh similarity index 100% rename from apps/beszel-agent/0.11.1/scripts/upgrade.sh rename to apps/beszel-agent/0.12.1/scripts/upgrade.sh diff --git a/apps/beszel/0.11.1/data.yml b/apps/beszel/0.12.1/data.yml similarity index 100% rename from apps/beszel/0.11.1/data.yml rename to apps/beszel/0.12.1/data.yml diff --git a/apps/beszel/0.11.1/docker-compose.yml b/apps/beszel/0.12.1/docker-compose.yml similarity index 93% rename from apps/beszel/0.11.1/docker-compose.yml rename to apps/beszel/0.12.1/docker-compose.yml index 899c1400f..395497e60 100644 --- a/apps/beszel/0.11.1/docker-compose.yml +++ b/apps/beszel/0.12.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: beszel: - image: henrygd/beszel:0.11.1 + image: henrygd/beszel:0.12.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/beszel/0.11.1/envs/default.env b/apps/beszel/0.12.1/envs/default.env similarity index 100% rename from apps/beszel/0.11.1/envs/default.env rename to apps/beszel/0.12.1/envs/default.env diff --git a/apps/beszel/0.11.1/envs/global.env b/apps/beszel/0.12.1/envs/global.env similarity index 100% rename from apps/beszel/0.11.1/envs/global.env rename to apps/beszel/0.12.1/envs/global.env diff --git a/apps/beszel/0.11.1/scripts/init.sh b/apps/beszel/0.12.1/scripts/init.sh similarity index 100% rename from apps/beszel/0.11.1/scripts/init.sh rename to apps/beszel/0.12.1/scripts/init.sh diff --git a/apps/beszel/0.11.1/scripts/uninstall.sh b/apps/beszel/0.12.1/scripts/uninstall.sh similarity index 100% rename from apps/beszel/0.11.1/scripts/uninstall.sh rename to apps/beszel/0.12.1/scripts/uninstall.sh diff --git a/apps/beszel/0.11.1/scripts/upgrade.sh b/apps/beszel/0.12.1/scripts/upgrade.sh similarity index 100% rename from apps/beszel/0.11.1/scripts/upgrade.sh rename to apps/beszel/0.12.1/scripts/upgrade.sh diff --git a/apps/byte-muse/1.15.1/data.yml b/apps/byte-muse/1.16.0/data.yml similarity index 100% rename from apps/byte-muse/1.15.1/data.yml rename to apps/byte-muse/1.16.0/data.yml diff --git a/apps/byte-muse/1.15.1/docker-compose.yml b/apps/byte-muse/1.16.0/docker-compose.yml similarity index 95% rename from apps/byte-muse/1.15.1/docker-compose.yml rename to apps/byte-muse/1.16.0/docker-compose.yml index 33e92189c..a8fb1c06a 100644 --- a/apps/byte-muse/1.15.1/docker-compose.yml +++ b/apps/byte-muse/1.16.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.15.1 + image: envyafish/byte-muse:1.16.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/byte-muse/1.15.1/envs/default.env b/apps/byte-muse/1.16.0/envs/default.env similarity index 100% rename from apps/byte-muse/1.15.1/envs/default.env rename to apps/byte-muse/1.16.0/envs/default.env diff --git a/apps/byte-muse/1.15.1/envs/global.env b/apps/byte-muse/1.16.0/envs/global.env similarity index 100% rename from apps/byte-muse/1.15.1/envs/global.env rename to apps/byte-muse/1.16.0/envs/global.env diff --git a/apps/byte-muse/1.15.1/scripts/init.sh b/apps/byte-muse/1.16.0/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.15.1/scripts/init.sh rename to apps/byte-muse/1.16.0/scripts/init.sh diff --git a/apps/byte-muse/1.15.1/scripts/uninstall.sh b/apps/byte-muse/1.16.0/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.15.1/scripts/uninstall.sh rename to apps/byte-muse/1.16.0/scripts/uninstall.sh diff --git a/apps/byte-muse/1.15.1/scripts/upgrade.sh b/apps/byte-muse/1.16.0/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.15.1/scripts/upgrade.sh rename to apps/byte-muse/1.16.0/scripts/upgrade.sh diff --git a/apps/casdoor/1.984.0/config/init_data.json b/apps/casdoor/1.988.0/config/init_data.json similarity index 100% rename from apps/casdoor/1.984.0/config/init_data.json rename to apps/casdoor/1.988.0/config/init_data.json diff --git a/apps/casdoor/1.984.0/data.yml b/apps/casdoor/1.988.0/data.yml similarity index 100% rename from apps/casdoor/1.984.0/data.yml rename to apps/casdoor/1.988.0/data.yml diff --git a/apps/casdoor/1.984.0/docker-compose.yml b/apps/casdoor/1.988.0/docker-compose.yml similarity index 94% rename from apps/casdoor/1.984.0/docker-compose.yml rename to apps/casdoor/1.988.0/docker-compose.yml index f8af8ca41..33d955e0f 100644 --- a/apps/casdoor/1.984.0/docker-compose.yml +++ b/apps/casdoor/1.988.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v1.984.0 + image: casbin/casdoor:v1.988.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/casdoor/1.984.0/envs/casdoor.env b/apps/casdoor/1.988.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/1.984.0/envs/casdoor.env rename to apps/casdoor/1.988.0/envs/casdoor.env diff --git a/apps/casdoor/1.984.0/envs/default.env b/apps/casdoor/1.988.0/envs/default.env similarity index 100% rename from apps/casdoor/1.984.0/envs/default.env rename to apps/casdoor/1.988.0/envs/default.env diff --git a/apps/casdoor/1.984.0/envs/global.env b/apps/casdoor/1.988.0/envs/global.env similarity index 100% rename from apps/casdoor/1.984.0/envs/global.env rename to apps/casdoor/1.988.0/envs/global.env diff --git a/apps/casdoor/1.984.0/scripts/init.sh b/apps/casdoor/1.988.0/scripts/init.sh similarity index 100% rename from apps/casdoor/1.984.0/scripts/init.sh rename to apps/casdoor/1.988.0/scripts/init.sh diff --git a/apps/casdoor/1.984.0/scripts/uninstall.sh b/apps/casdoor/1.988.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/1.984.0/scripts/uninstall.sh rename to apps/casdoor/1.988.0/scripts/uninstall.sh diff --git a/apps/casdoor/1.984.0/scripts/upgrade.sh b/apps/casdoor/1.988.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/1.984.0/scripts/upgrade.sh rename to apps/casdoor/1.988.0/scripts/upgrade.sh diff --git a/apps/dozzle/8.13.7/data.yml b/apps/dozzle/8.13.8/data.yml similarity index 100% rename from apps/dozzle/8.13.7/data.yml rename to apps/dozzle/8.13.8/data.yml diff --git a/apps/dozzle/8.13.7/docker-compose.yml b/apps/dozzle/8.13.8/docker-compose.yml similarity index 95% rename from apps/dozzle/8.13.7/docker-compose.yml rename to apps/dozzle/8.13.8/docker-compose.yml index 0d0588ccf..1fe02b2f8 100644 --- a/apps/dozzle/8.13.7/docker-compose.yml +++ b/apps/dozzle/8.13.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v8.13.7 + image: amir20/dozzle:v8.13.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dozzle/8.13.7/envs/default.env b/apps/dozzle/8.13.8/envs/default.env similarity index 100% rename from apps/dozzle/8.13.7/envs/default.env rename to apps/dozzle/8.13.8/envs/default.env diff --git a/apps/dozzle/8.13.7/envs/global.env b/apps/dozzle/8.13.8/envs/global.env similarity index 100% rename from apps/dozzle/8.13.7/envs/global.env rename to apps/dozzle/8.13.8/envs/global.env diff --git a/apps/dozzle/8.13.7/scripts/init.sh b/apps/dozzle/8.13.8/scripts/init.sh similarity index 100% rename from apps/dozzle/8.13.7/scripts/init.sh rename to apps/dozzle/8.13.8/scripts/init.sh diff --git a/apps/dozzle/8.13.7/scripts/uninstall.sh b/apps/dozzle/8.13.8/scripts/uninstall.sh similarity index 100% rename from apps/dozzle/8.13.7/scripts/uninstall.sh rename to apps/dozzle/8.13.8/scripts/uninstall.sh diff --git a/apps/dozzle/8.13.7/scripts/upgrade.sh b/apps/dozzle/8.13.8/scripts/upgrade.sh similarity index 100% rename from apps/dozzle/8.13.7/scripts/upgrade.sh rename to apps/dozzle/8.13.8/scripts/upgrade.sh diff --git a/apps/emby-amilys/4.9.1.0/data.yml b/apps/emby-amilys/4.9.1.3/data.yml similarity index 100% rename from apps/emby-amilys/4.9.1.0/data.yml rename to apps/emby-amilys/4.9.1.3/data.yml diff --git a/apps/emby-amilys/4.9.1.0/docker-compose.yml b/apps/emby-amilys/4.9.1.3/docker-compose.yml similarity index 97% rename from apps/emby-amilys/4.9.1.0/docker-compose.yml rename to apps/emby-amilys/4.9.1.3/docker-compose.yml index b0226fd1a..05adfdc69 100644 --- a/apps/emby-amilys/4.9.1.0/docker-compose.yml +++ b/apps/emby-amilys/4.9.1.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: emby: - image: amilys/embyserver:4.9.1.0 + image: amilys/embyserver:4.9.1.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/emby-amilys/4.9.1.0/envs/default.env b/apps/emby-amilys/4.9.1.3/envs/default.env similarity index 100% rename from apps/emby-amilys/4.9.1.0/envs/default.env rename to apps/emby-amilys/4.9.1.3/envs/default.env diff --git a/apps/emby-amilys/4.9.1.0/envs/global.env b/apps/emby-amilys/4.9.1.3/envs/global.env similarity index 100% rename from apps/emby-amilys/4.9.1.0/envs/global.env rename to apps/emby-amilys/4.9.1.3/envs/global.env diff --git a/apps/emby-amilys/4.9.1.0/scripts/init.sh b/apps/emby-amilys/4.9.1.3/scripts/init.sh similarity index 100% rename from apps/emby-amilys/4.9.1.0/scripts/init.sh rename to apps/emby-amilys/4.9.1.3/scripts/init.sh diff --git a/apps/emby-amilys/4.9.1.0/scripts/uninstall.sh b/apps/emby-amilys/4.9.1.3/scripts/uninstall.sh similarity index 100% rename from apps/emby-amilys/4.9.1.0/scripts/uninstall.sh rename to apps/emby-amilys/4.9.1.3/scripts/uninstall.sh diff --git a/apps/emby-amilys/4.9.1.0/scripts/upgrade.sh b/apps/emby-amilys/4.9.1.3/scripts/upgrade.sh similarity index 100% rename from apps/emby-amilys/4.9.1.0/scripts/upgrade.sh rename to apps/emby-amilys/4.9.1.3/scripts/upgrade.sh diff --git a/apps/emby/4.9.1.9/data.yml b/apps/emby/4.9.1.11/data.yml similarity index 100% rename from apps/emby/4.9.1.9/data.yml rename to apps/emby/4.9.1.11/data.yml diff --git a/apps/emby/4.9.1.9/docker-compose.yml b/apps/emby/4.9.1.11/docker-compose.yml similarity index 97% rename from apps/emby/4.9.1.9/docker-compose.yml rename to apps/emby/4.9.1.11/docker-compose.yml index 18a50268d..f9cd5d406 100644 --- a/apps/emby/4.9.1.9/docker-compose.yml +++ b/apps/emby/4.9.1.11/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: emby: - image: emby/embyserver:4.9.1.9 + image: emby/embyserver:4.9.1.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/emby/4.9.1.9/envs/default.env b/apps/emby/4.9.1.11/envs/default.env similarity index 100% rename from apps/emby/4.9.1.9/envs/default.env rename to apps/emby/4.9.1.11/envs/default.env diff --git a/apps/emby/4.9.1.9/envs/global.env b/apps/emby/4.9.1.11/envs/global.env similarity index 100% rename from apps/emby/4.9.1.9/envs/global.env rename to apps/emby/4.9.1.11/envs/global.env diff --git a/apps/emby/4.9.1.9/scripts/init.sh b/apps/emby/4.9.1.11/scripts/init.sh similarity index 100% rename from apps/emby/4.9.1.9/scripts/init.sh rename to apps/emby/4.9.1.11/scripts/init.sh diff --git a/apps/emby/4.9.1.9/scripts/uninstall.sh b/apps/emby/4.9.1.11/scripts/uninstall.sh similarity index 100% rename from apps/emby/4.9.1.9/scripts/uninstall.sh rename to apps/emby/4.9.1.11/scripts/uninstall.sh diff --git a/apps/emby/4.9.1.9/scripts/upgrade.sh b/apps/emby/4.9.1.11/scripts/upgrade.sh similarity index 100% rename from apps/emby/4.9.1.9/scripts/upgrade.sh rename to apps/emby/4.9.1.11/scripts/upgrade.sh diff --git a/apps/immich-machine-learning/1.135.3/data.yml b/apps/immich-machine-learning/1.136.0/data.yml similarity index 100% rename from apps/immich-machine-learning/1.135.3/data.yml rename to apps/immich-machine-learning/1.136.0/data.yml diff --git a/apps/immich-machine-learning/1.135.3/docker-compose.yml b/apps/immich-machine-learning/1.136.0/docker-compose.yml similarity index 93% rename from apps/immich-machine-learning/1.135.3/docker-compose.yml rename to apps/immich-machine-learning/1.136.0/docker-compose.yml index 8a7292e69..24613b3ae 100644 --- a/apps/immich-machine-learning/1.135.3/docker-compose.yml +++ b/apps/immich-machine-learning/1.136.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.135.3/envs/default.env b/apps/immich-machine-learning/1.136.0/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.135.3/envs/default.env rename to apps/immich-machine-learning/1.136.0/envs/default.env diff --git a/apps/immich-machine-learning/1.135.3/envs/global.env b/apps/immich-machine-learning/1.136.0/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.135.3/envs/global.env rename to apps/immich-machine-learning/1.136.0/envs/global.env diff --git a/apps/immich-machine-learning/1.135.3/scripts/init.sh b/apps/immich-machine-learning/1.136.0/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.135.3/scripts/init.sh rename to apps/immich-machine-learning/1.136.0/scripts/init.sh diff --git a/apps/immich-machine-learning/1.135.3/scripts/uninstall.sh b/apps/immich-machine-learning/1.136.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.135.3/scripts/uninstall.sh rename to apps/immich-machine-learning/1.136.0/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.135.3/scripts/upgrade.sh b/apps/immich-machine-learning/1.136.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.135.3/scripts/upgrade.sh rename to apps/immich-machine-learning/1.136.0/scripts/upgrade.sh diff --git a/apps/immich-no-machine/1.135.3/data.yml b/apps/immich-no-machine/1.136.0/data.yml similarity index 100% rename from apps/immich-no-machine/1.135.3/data.yml rename to apps/immich-no-machine/1.136.0/data.yml diff --git a/apps/immich-no-machine/1.135.3/docker-compose.yml b/apps/immich-no-machine/1.136.0/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/1.135.3/docker-compose.yml rename to apps/immich-no-machine/1.136.0/docker-compose.yml index 1dc4bcfad..2a31e9585 100644 --- a/apps/immich-no-machine/1.135.3/docker-compose.yml +++ b/apps/immich-no-machine/1.136.0/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/1.135.3/envs/default.env b/apps/immich-no-machine/1.136.0/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.135.3/envs/default.env rename to apps/immich-no-machine/1.136.0/envs/default.env diff --git a/apps/immich-no-machine/1.135.3/envs/global.env b/apps/immich-no-machine/1.136.0/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.135.3/envs/global.env rename to apps/immich-no-machine/1.136.0/envs/global.env diff --git a/apps/immich-no-machine/1.135.3/scripts/init.sh b/apps/immich-no-machine/1.136.0/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.135.3/scripts/init.sh rename to apps/immich-no-machine/1.136.0/scripts/init.sh diff --git a/apps/immich-no-machine/1.135.3/scripts/uninstall.sh b/apps/immich-no-machine/1.136.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.135.3/scripts/uninstall.sh rename to apps/immich-no-machine/1.136.0/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.135.3/scripts/upgrade.sh b/apps/immich-no-machine/1.136.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.135.3/scripts/upgrade.sh rename to apps/immich-no-machine/1.136.0/scripts/upgrade.sh diff --git a/apps/immich-server/1.135.3/data.yml b/apps/immich-server/1.136.0/data.yml similarity index 100% rename from apps/immich-server/1.135.3/data.yml rename to apps/immich-server/1.136.0/data.yml diff --git a/apps/immich-server/1.135.3/docker-compose.yml b/apps/immich-server/1.136.0/docker-compose.yml similarity index 94% rename from apps/immich-server/1.135.3/docker-compose.yml rename to apps/immich-server/1.136.0/docker-compose.yml index 8bc6be36c..c2505d5a2 100644 --- a/apps/immich-server/1.135.3/docker-compose.yml +++ b/apps/immich-server/1.136.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.135.3/envs/default.env b/apps/immich-server/1.136.0/envs/default.env similarity index 100% rename from apps/immich-server/1.135.3/envs/default.env rename to apps/immich-server/1.136.0/envs/default.env diff --git a/apps/immich-server/1.135.3/envs/global.env b/apps/immich-server/1.136.0/envs/global.env similarity index 100% rename from apps/immich-server/1.135.3/envs/global.env rename to apps/immich-server/1.136.0/envs/global.env diff --git a/apps/immich-server/1.135.3/scripts/init.sh b/apps/immich-server/1.136.0/scripts/init.sh similarity index 100% rename from apps/immich-server/1.135.3/scripts/init.sh rename to apps/immich-server/1.136.0/scripts/init.sh diff --git a/apps/immich-server/1.135.3/scripts/uninstall.sh b/apps/immich-server/1.136.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.135.3/scripts/uninstall.sh rename to apps/immich-server/1.136.0/scripts/uninstall.sh diff --git a/apps/immich-server/1.135.3/scripts/upgrade.sh b/apps/immich-server/1.136.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.135.3/scripts/upgrade.sh rename to apps/immich-server/1.136.0/scripts/upgrade.sh diff --git a/apps/immich/1.135.3/data.yml b/apps/immich/1.136.0/data.yml similarity index 100% rename from apps/immich/1.135.3/data.yml rename to apps/immich/1.136.0/data.yml diff --git a/apps/immich/1.135.3/docker-compose.yml b/apps/immich/1.136.0/docker-compose.yml similarity index 94% rename from apps/immich/1.135.3/docker-compose.yml rename to apps/immich/1.136.0/docker-compose.yml index ad48bb1ae..e6cc6151b 100644 --- a/apps/immich/1.135.3/docker-compose.yml +++ b/apps/immich/1.136.0/docker-compose.yml @@ -26,7 +26,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.135.3/envs/default.env b/apps/immich/1.136.0/envs/default.env similarity index 100% rename from apps/immich/1.135.3/envs/default.env rename to apps/immich/1.136.0/envs/default.env diff --git a/apps/immich/1.135.3/envs/global.env b/apps/immich/1.136.0/envs/global.env similarity index 100% rename from apps/immich/1.135.3/envs/global.env rename to apps/immich/1.136.0/envs/global.env diff --git a/apps/immich/1.135.3/scripts/init.sh b/apps/immich/1.136.0/scripts/init.sh similarity index 100% rename from apps/immich/1.135.3/scripts/init.sh rename to apps/immich/1.136.0/scripts/init.sh diff --git a/apps/immich/1.135.3/scripts/uninstall.sh b/apps/immich/1.136.0/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.135.3/scripts/uninstall.sh rename to apps/immich/1.136.0/scripts/uninstall.sh diff --git a/apps/immich/1.135.3/scripts/upgrade.sh b/apps/immich/1.136.0/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.135.3/scripts/upgrade.sh rename to apps/immich/1.136.0/scripts/upgrade.sh diff --git a/apps/kotatsu/README.md b/apps/kotatsu/README.md new file mode 100644 index 000000000..13c80dc46 --- /dev/null +++ b/apps/kotatsu/README.md @@ -0,0 +1,70 @@ +# Kotatsu + +口袋里的漫画 + +Kotatsu + +![](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) + +## 安装说明 + +### Kotatsu 同步服务器 + +Kotatsu 是一款适用于 Android 平台的免费开源漫画阅读器。它支持多种语言的在线漫画,并具备筛选和搜索功能、本地存储离线阅读、收藏、书签、新章节通知等功能。 + +如果您不想公开自部署的同步服务器,请在注册完成自己的设备后,将`允许新用户注册`改为禁止,重启即可。 + +### 初始化数据库 + +创建数据库后,请将应用目录 `config/database.sql` 数据库文件进行初始化。 + +## 简介 + +一款简单、方便的 Android 开源漫画阅读器,由社区提供,您可以比以往更轻松地找到和阅读您喜欢的漫画。 + +## 特性 + +### 大量来源 + +支持超过 1000 个来源 + +### 可定制的阅读器 + +通过不同的阅读器设置使阅读更加方便 + +### 支持追踪 + +支持 MyAnimeList、Anilist 和 Shikimori + +### 智能搜索 + +快速轻松地搜索感兴趣的标题 + +### 强大的下载器 + +可以缓慢下载标题以避免出现源问题 + +### 同步 + +轻松在您的设备之间同步系列。 + +## 下载客户端 + +
+
+ F-Droid + F-Droid +
+
+ GitHub + GitHub Releases +
+
+ +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/apps/kotatsu/data.yml b/apps/kotatsu/data.yml new file mode 100644 index 000000000..a47710025 --- /dev/null +++ b/apps/kotatsu/data.yml @@ -0,0 +1,14 @@ +additionalProperties: + key: kotatsu + name: Kotatsu + tags: + - WebSite + - Local + shortDescZh: 口袋里的漫画 + shortDescEn: Manga in your pocket + type: website + crossVersionUpdate: true + limit: 0 + website: https://kotatsu.app/ + github: https://github.com/KotatsuApp/Kotatsu/ + document: https://kotatsu.app/ diff --git a/apps/kotatsu/logo.png b/apps/kotatsu/logo.png new file mode 100644 index 000000000..7f0ce6745 Binary files /dev/null and b/apps/kotatsu/logo.png differ diff --git a/apps/kotatsu/logo.svg b/apps/kotatsu/logo.svg new file mode 100644 index 000000000..64321067b --- /dev/null +++ b/apps/kotatsu/logo.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/apps/kotatsu/v20250725/config/database.sql b/apps/kotatsu/v20250725/config/database.sql new file mode 100644 index 000000000..662429cff --- /dev/null +++ b/apps/kotatsu/v20250725/config/database.sql @@ -0,0 +1,134 @@ +drop table if exists favourites; + +drop table if exists categories; + +drop table if exists history; + +drop table if exists manga_tags; + +drop table if exists manga; + +drop table if exists tags; + +drop table if exists users; + +create table manga +( + id bigint not null, + title varchar(84) not null, + alt_title varchar(84) null, + url varchar(255) not null, + public_url varchar(255) not null, + rating float not null, + content_rating char(12) null, + cover_url varchar(255) not null, + large_cover_url varchar(255) null, + state char(12) null, + author varchar(64) null, + source varchar(32) not null, + primary key (id) +); + +create table tags +( + id bigint not null, + title varchar(64) not null, + `key` varchar(120) not null, + source varchar(32) not null, + primary key (id) +); + +create table manga_tags +( + manga_id bigint not null, + tag_id bigint not null, + primary key (manga_id, tag_id), + constraint manga_tags_ibfk_1 + foreign key (tag_id) references tags (id), + constraint manga_tags_ibfk_2 + foreign key (manga_id) references manga (id) + on delete cascade +); + +create index tag_id + on manga_tags (tag_id); + +create table users +( + id int auto_increment + primary key, + email varchar(120) not null, + password char(32) not null, + nickname varchar(84) null, + favourites_sync_timestamp bigint null, + history_sync_timestamp bigint null +); + +create table categories +( + id bigint not null, + created_at bigint not null, + sort_key int not null, + title varchar(120) not null, + `order` char(16) not null, + user_id int not null, + track tinyint(1) not null, + show_in_lib tinyint(1) not null, + deleted_at bigint not null, + primary key (id, user_id), + constraint categories_ibfk_1 + foreign key (user_id) references users (id) + on delete cascade +); + +create index categories_id_index + on categories (id); + +create table favourites +( + manga_id bigint not null, + category_id bigint not null, + sort_key int not null, + pinned tinyint(1) not null, + created_at bigint not null, + deleted_at bigint not null, + user_id int not null, + primary key (manga_id, category_id, user_id), + constraint favourites_categories_id_pk + foreign key (category_id, user_id) references categories (id, user_id), + constraint favourites_ibfk_1 + foreign key (manga_id) references manga (id), + constraint favourites_ibfk_2 + foreign key (user_id) references users (id) +); + +create index user_id + on favourites (user_id); + +create table history +( + manga_id bigint not null, + created_at bigint not null, + updated_at bigint not null, + chapter_id bigint not null, + page smallint not null, + scroll double not null, + percent double not null, + chapters int not null, + deleted_at bigint not null, + user_id int not null, + primary key (user_id, manga_id), + constraint history_ibfk_1 + foreign key (manga_id) references manga (id), + constraint history_ibfk_2 + foreign key (user_id) references users (id) + on delete cascade +); + +create index manga_id + on history (manga_id); + +create unique index users_email_uindex + on users (email); + + diff --git a/apps/kotatsu/v20250725/data.yml b/apps/kotatsu/v20250725/data.yml new file mode 100644 index 000000000..996f2a90d --- /dev/null +++ b/apps/kotatsu/v20250725/data.yml @@ -0,0 +1,84 @@ +additionalProperties: + formFields: + - child: + default: "" + envKey: PANEL_DB_HOST + required: true + type: service + default: mysql + edit: true + envKey: PANEL_DB_TYPE + labelZh: MySQL 服务 (前置检查) + labelEn: Database Service (Pre-check) + required: true + type: apps + values: + - label: MySQL + value: mysql + - label: MariaDB + value: mariadb + - label: Percona + value: percona + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: JWT_SECRET + labelZh: JWT 密钥 + labelEn: JWT secret + required: true + type: password + - default: "127.0.0.1" + edit: true + envKey: DATABASE_HOST + labelZh: 数据库 主机 + labelEn: Database Host + required: true + type: text + - default: 3306 + edit: true + envKey: DATABASE_PORT + labelZh: 数据库 端口 + labelEn: Database Port + required: true + rule: paramPort + type: number + - default: "kotatsu-syncserver" + edit: true + envKey: DATABASE_NAME + labelZh: 数据库 名称 + labelEn: Database Name + required: true + type: text + - default: "kotatsu-syncserver" + edit: true + envKey: DATABASE_USER + labelZh: 数据库 用户名 + labelEn: Database Username + required: true + type: text + - default: "" + edit: true + envKey: DATABASE_PASSWORD + labelZh: 数据库 密码 + labelEn: Database Password + required: true + type: password + - default: "true" + edit: true + envKey: ALLOW_NEW_REGISTER + labelZh: 允许新用户注册 + labelEn: Allow new users to register + required: true + type: select + values: + - label: 开放注册 + value: "true" + - label: 禁止注册 + value: "false" diff --git a/apps/kotatsu/v20250725/docker-compose.yml b/apps/kotatsu/v20250725/docker-compose.yml new file mode 100644 index 000000000..15e821619 --- /dev/null +++ b/apps/kotatsu/v20250725/docker-compose.yml @@ -0,0 +1,20 @@ +networks: + 1panel-network: + external: true + +services: + kotatsu-syncserver: + image: qyg2297248353/kotatsu-syncserver:v20250725 + container_name: ${CONTAINER_NAME} + labels: + createdBy: "Apps" + restart: always + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:8080 + env_file: + - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} + - ${ENV_FILE:-/etc/1panel/envs/default.env} + environment: + - TZ=Asia/Shanghai diff --git a/apps/libretv/202507222210/envs/default.env b/apps/kotatsu/v20250725/envs/default.env similarity index 100% rename from apps/libretv/202507222210/envs/default.env rename to apps/kotatsu/v20250725/envs/default.env diff --git a/apps/libretv/202507222210/envs/global.env b/apps/kotatsu/v20250725/envs/global.env similarity index 100% rename from apps/libretv/202507222210/envs/global.env rename to apps/kotatsu/v20250725/envs/global.env diff --git a/apps/libretv/202507222210/scripts/init.sh b/apps/kotatsu/v20250725/scripts/init.sh similarity index 100% rename from apps/libretv/202507222210/scripts/init.sh rename to apps/kotatsu/v20250725/scripts/init.sh diff --git a/apps/libretv/202507222210/scripts/uninstall.sh b/apps/kotatsu/v20250725/scripts/uninstall.sh similarity index 100% rename from apps/libretv/202507222210/scripts/uninstall.sh rename to apps/kotatsu/v20250725/scripts/uninstall.sh diff --git a/apps/libretv/202507222210/scripts/upgrade.sh b/apps/kotatsu/v20250725/scripts/upgrade.sh similarity index 100% rename from apps/libretv/202507222210/scripts/upgrade.sh rename to apps/kotatsu/v20250725/scripts/upgrade.sh diff --git a/apps/libretv/202507222210/data.yml b/apps/libretv/202507251119/data.yml similarity index 100% rename from apps/libretv/202507222210/data.yml rename to apps/libretv/202507251119/data.yml diff --git a/apps/libretv/202507222210/docker-compose.yml b/apps/libretv/202507251119/docker-compose.yml similarity index 90% rename from apps/libretv/202507222210/docker-compose.yml rename to apps/libretv/202507251119/docker-compose.yml index c4d87d086..b578ccaed 100644 --- a/apps/libretv/202507222210/docker-compose.yml +++ b/apps/libretv/202507251119/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: libretv: - image: bestzwei/libretv:202507222210 + image: bestzwei/libretv:202507251119 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mdc-ng/1.18.2/envs/default.env b/apps/libretv/202507251119/envs/default.env similarity index 100% rename from apps/mdc-ng/1.18.2/envs/default.env rename to apps/libretv/202507251119/envs/default.env diff --git a/apps/mdc-ng/1.18.2/envs/global.env b/apps/libretv/202507251119/envs/global.env similarity index 100% rename from apps/mdc-ng/1.18.2/envs/global.env rename to apps/libretv/202507251119/envs/global.env diff --git a/apps/mdc-ng/1.18.2/scripts/init.sh b/apps/libretv/202507251119/scripts/init.sh similarity index 100% rename from apps/mdc-ng/1.18.2/scripts/init.sh rename to apps/libretv/202507251119/scripts/init.sh diff --git a/apps/mdc-ng/1.18.2/scripts/uninstall.sh b/apps/libretv/202507251119/scripts/uninstall.sh similarity index 100% rename from apps/mdc-ng/1.18.2/scripts/uninstall.sh rename to apps/libretv/202507251119/scripts/uninstall.sh diff --git a/apps/mdc-ng/1.18.2/scripts/upgrade.sh b/apps/libretv/202507251119/scripts/upgrade.sh similarity index 100% rename from apps/mdc-ng/1.18.2/scripts/upgrade.sh rename to apps/libretv/202507251119/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.18.2/data.yml b/apps/mdc-ng/1.18.3/data.yml similarity index 100% rename from apps/mdc-ng/1.18.2/data.yml rename to apps/mdc-ng/1.18.3/data.yml diff --git a/apps/mdc-ng/1.18.2/docker-compose.yml b/apps/mdc-ng/1.18.3/docker-compose.yml similarity index 96% rename from apps/mdc-ng/1.18.2/docker-compose.yml rename to apps/mdc-ng/1.18.3/docker-compose.yml index 22e6a80d6..2b2746d81 100644 --- a/apps/mdc-ng/1.18.2/docker-compose.yml +++ b/apps/mdc-ng/1.18.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mdc-ng: - image: mdcng/mdc:1.18.2 + image: mdcng/mdc:1.18.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nezha-dash/2.9.7/envs/default.env b/apps/mdc-ng/1.18.3/envs/default.env similarity index 100% rename from apps/nezha-dash/2.9.7/envs/default.env rename to apps/mdc-ng/1.18.3/envs/default.env diff --git a/apps/nezha-dash/2.9.7/envs/global.env b/apps/mdc-ng/1.18.3/envs/global.env similarity index 100% rename from apps/nezha-dash/2.9.7/envs/global.env rename to apps/mdc-ng/1.18.3/envs/global.env diff --git a/apps/nezha-dash/2.9.7/scripts/init.sh b/apps/mdc-ng/1.18.3/scripts/init.sh similarity index 100% rename from apps/nezha-dash/2.9.7/scripts/init.sh rename to apps/mdc-ng/1.18.3/scripts/init.sh diff --git a/apps/nezha-dash/2.9.7/scripts/uninstall.sh b/apps/mdc-ng/1.18.3/scripts/uninstall.sh similarity index 100% rename from apps/nezha-dash/2.9.7/scripts/uninstall.sh rename to apps/mdc-ng/1.18.3/scripts/uninstall.sh diff --git a/apps/nezha-dash/2.9.7/scripts/upgrade.sh b/apps/mdc-ng/1.18.3/scripts/upgrade.sh similarity index 100% rename from apps/nezha-dash/2.9.7/scripts/upgrade.sh rename to apps/mdc-ng/1.18.3/scripts/upgrade.sh diff --git a/apps/nezha-dash/2.9.7/data.yml b/apps/nezha-dash/2.9.8/data.yml similarity index 100% rename from apps/nezha-dash/2.9.7/data.yml rename to apps/nezha-dash/2.9.8/data.yml diff --git a/apps/nezha-dash/2.9.7/docker-compose.yml b/apps/nezha-dash/2.9.8/docker-compose.yml similarity index 95% rename from apps/nezha-dash/2.9.7/docker-compose.yml rename to apps/nezha-dash/2.9.8/docker-compose.yml index e241fc61a..0e1ab8b93 100644 --- a/apps/nezha-dash/2.9.7/docker-compose.yml +++ b/apps/nezha-dash/2.9.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nezha-dash: - image: hamster1963/nezha-dash:v2.9.7 + image: hamster1963/nezha-dash:v2.9.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/peer-ban-helper/8.0.8/envs/default.env b/apps/nezha-dash/2.9.8/envs/default.env similarity index 100% rename from apps/peer-ban-helper/8.0.8/envs/default.env rename to apps/nezha-dash/2.9.8/envs/default.env diff --git a/apps/peer-ban-helper/8.0.8/envs/global.env b/apps/nezha-dash/2.9.8/envs/global.env similarity index 100% rename from apps/peer-ban-helper/8.0.8/envs/global.env rename to apps/nezha-dash/2.9.8/envs/global.env diff --git a/apps/peer-ban-helper/8.0.8/scripts/init.sh b/apps/nezha-dash/2.9.8/scripts/init.sh similarity index 100% rename from apps/peer-ban-helper/8.0.8/scripts/init.sh rename to apps/nezha-dash/2.9.8/scripts/init.sh diff --git a/apps/peer-ban-helper/8.0.8/scripts/uninstall.sh b/apps/nezha-dash/2.9.8/scripts/uninstall.sh similarity index 100% rename from apps/peer-ban-helper/8.0.8/scripts/uninstall.sh rename to apps/nezha-dash/2.9.8/scripts/uninstall.sh diff --git a/apps/peer-ban-helper/8.0.8/scripts/upgrade.sh b/apps/nezha-dash/2.9.8/scripts/upgrade.sh similarity index 100% rename from apps/peer-ban-helper/8.0.8/scripts/upgrade.sh rename to apps/nezha-dash/2.9.8/scripts/upgrade.sh diff --git a/apps/peer-ban-helper/8.0.8/data.yml b/apps/peer-ban-helper/8.0.9/data.yml similarity index 100% rename from apps/peer-ban-helper/8.0.8/data.yml rename to apps/peer-ban-helper/8.0.9/data.yml diff --git a/apps/peer-ban-helper/8.0.8/docker-compose.yml b/apps/peer-ban-helper/8.0.9/docker-compose.yml similarity index 92% rename from apps/peer-ban-helper/8.0.8/docker-compose.yml rename to apps/peer-ban-helper/8.0.9/docker-compose.yml index 2ba9b81af..db453da50 100644 --- a/apps/peer-ban-helper/8.0.8/docker-compose.yml +++ b/apps/peer-ban-helper/8.0.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: peerbanhelper: - image: ghostchu/peerbanhelper:v8.0.8 + image: ghostchu/peerbanhelper:v8.0.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/rsshub/2025-07-23/envs/default.env b/apps/peer-ban-helper/8.0.9/envs/default.env similarity index 100% rename from apps/rsshub/2025-07-23/envs/default.env rename to apps/peer-ban-helper/8.0.9/envs/default.env diff --git a/apps/rsshub/2025-07-23/envs/global.env b/apps/peer-ban-helper/8.0.9/envs/global.env similarity index 100% rename from apps/rsshub/2025-07-23/envs/global.env rename to apps/peer-ban-helper/8.0.9/envs/global.env diff --git a/apps/rsshub/2025-07-23/scripts/init.sh b/apps/peer-ban-helper/8.0.9/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-07-23/scripts/init.sh rename to apps/peer-ban-helper/8.0.9/scripts/init.sh diff --git a/apps/rsshub/2025-07-23/scripts/uninstall.sh b/apps/peer-ban-helper/8.0.9/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-07-23/scripts/uninstall.sh rename to apps/peer-ban-helper/8.0.9/scripts/uninstall.sh diff --git a/apps/rsshub/2025-07-23/scripts/upgrade.sh b/apps/peer-ban-helper/8.0.9/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-07-23/scripts/upgrade.sh rename to apps/peer-ban-helper/8.0.9/scripts/upgrade.sh diff --git a/apps/rsshub/2025-07-23/data.yml b/apps/rsshub/2025-07-27/data.yml similarity index 100% rename from apps/rsshub/2025-07-23/data.yml rename to apps/rsshub/2025-07-27/data.yml diff --git a/apps/rsshub/2025-07-23/docker-compose.yml b/apps/rsshub/2025-07-27/docker-compose.yml similarity index 97% rename from apps/rsshub/2025-07-23/docker-compose.yml rename to apps/rsshub/2025-07-27/docker-compose.yml index eca06965f..d43398df0 100644 --- a/apps/rsshub/2025-07-23/docker-compose.yml +++ b/apps/rsshub/2025-07-27/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-07-23 + image: diygod/rsshub:2025-07-27 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless diff --git a/apps/super-productivity/14.1.0/envs/default.env b/apps/rsshub/2025-07-27/envs/default.env similarity index 100% rename from apps/super-productivity/14.1.0/envs/default.env rename to apps/rsshub/2025-07-27/envs/default.env diff --git a/apps/super-productivity/14.1.0/envs/global.env b/apps/rsshub/2025-07-27/envs/global.env similarity index 100% rename from apps/super-productivity/14.1.0/envs/global.env rename to apps/rsshub/2025-07-27/envs/global.env diff --git a/apps/watchyourlan/2.1.2/scripts/init.sh b/apps/rsshub/2025-07-27/scripts/init.sh similarity index 100% rename from apps/watchyourlan/2.1.2/scripts/init.sh rename to apps/rsshub/2025-07-27/scripts/init.sh diff --git a/apps/super-productivity/14.1.0/scripts/uninstall.sh b/apps/rsshub/2025-07-27/scripts/uninstall.sh similarity index 100% rename from apps/super-productivity/14.1.0/scripts/uninstall.sh rename to apps/rsshub/2025-07-27/scripts/uninstall.sh diff --git a/apps/watchyourlan/2.1.2/scripts/upgrade.sh b/apps/rsshub/2025-07-27/scripts/upgrade.sh similarity index 100% rename from apps/watchyourlan/2.1.2/scripts/upgrade.sh rename to apps/rsshub/2025-07-27/scripts/upgrade.sh diff --git a/apps/super-productivity/14.1.0/conf/webdav.yaml b/apps/super-productivity/14.2.4/conf/webdav.yaml similarity index 100% rename from apps/super-productivity/14.1.0/conf/webdav.yaml rename to apps/super-productivity/14.2.4/conf/webdav.yaml diff --git a/apps/super-productivity/14.1.0/data.yml b/apps/super-productivity/14.2.4/data.yml similarity index 100% rename from apps/super-productivity/14.1.0/data.yml rename to apps/super-productivity/14.2.4/data.yml diff --git a/apps/super-productivity/14.1.0/docker-compose.yml b/apps/super-productivity/14.2.4/docker-compose.yml similarity index 94% rename from apps/super-productivity/14.1.0/docker-compose.yml rename to apps/super-productivity/14.2.4/docker-compose.yml index a464c3018..4cf9c7355 100644 --- a/apps/super-productivity/14.1.0/docker-compose.yml +++ b/apps/super-productivity/14.2.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: super-productivity: - image: johannesjo/super-productivity:v14.1.0 + image: johannesjo/super-productivity:v14.2.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/watchyourlan/2.1.2/envs/default.env b/apps/super-productivity/14.2.4/envs/default.env similarity index 100% rename from apps/watchyourlan/2.1.2/envs/default.env rename to apps/super-productivity/14.2.4/envs/default.env diff --git a/apps/watchyourlan/2.1.2/envs/global.env b/apps/super-productivity/14.2.4/envs/global.env similarity index 100% rename from apps/watchyourlan/2.1.2/envs/global.env rename to apps/super-productivity/14.2.4/envs/global.env diff --git a/apps/super-productivity/14.1.0/scripts/init.sh b/apps/super-productivity/14.2.4/scripts/init.sh similarity index 100% rename from apps/super-productivity/14.1.0/scripts/init.sh rename to apps/super-productivity/14.2.4/scripts/init.sh diff --git a/apps/watchyourlan/2.1.2/scripts/uninstall.sh b/apps/super-productivity/14.2.4/scripts/uninstall.sh similarity index 100% rename from apps/watchyourlan/2.1.2/scripts/uninstall.sh rename to apps/super-productivity/14.2.4/scripts/uninstall.sh diff --git a/apps/super-productivity/14.1.0/scripts/upgrade.sh b/apps/super-productivity/14.2.4/scripts/upgrade.sh similarity index 100% rename from apps/super-productivity/14.1.0/scripts/upgrade.sh rename to apps/super-productivity/14.2.4/scripts/upgrade.sh diff --git a/apps/watchyourlan/2.1.2/data.yml b/apps/watchyourlan/2.1.3/data.yml similarity index 100% rename from apps/watchyourlan/2.1.2/data.yml rename to apps/watchyourlan/2.1.3/data.yml diff --git a/apps/watchyourlan/2.1.2/docker-compose.yml b/apps/watchyourlan/2.1.3/docker-compose.yml similarity index 93% rename from apps/watchyourlan/2.1.2/docker-compose.yml rename to apps/watchyourlan/2.1.3/docker-compose.yml index c47200357..7353f55c6 100644 --- a/apps/watchyourlan/2.1.2/docker-compose.yml +++ b/apps/watchyourlan/2.1.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.1.2 + image: aceberg/watchyourlan:2.1.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/weblate/5.12.2.2/envs/default.env b/apps/watchyourlan/2.1.3/envs/default.env similarity index 100% rename from apps/weblate/5.12.2.2/envs/default.env rename to apps/watchyourlan/2.1.3/envs/default.env diff --git a/apps/weblate/5.12.2.2/envs/global.env b/apps/watchyourlan/2.1.3/envs/global.env similarity index 100% rename from apps/weblate/5.12.2.2/envs/global.env rename to apps/watchyourlan/2.1.3/envs/global.env diff --git a/appstore/ani-rss/2.0.33/scripts/init.sh b/apps/watchyourlan/2.1.3/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.0.33/scripts/init.sh rename to apps/watchyourlan/2.1.3/scripts/init.sh diff --git a/apps/weblate/5.12.2.2/scripts/uninstall.sh b/apps/watchyourlan/2.1.3/scripts/uninstall.sh similarity index 100% rename from apps/weblate/5.12.2.2/scripts/uninstall.sh rename to apps/watchyourlan/2.1.3/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.0.33/scripts/upgrade.sh b/apps/watchyourlan/2.1.3/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.0.33/scripts/upgrade.sh rename to apps/watchyourlan/2.1.3/scripts/upgrade.sh diff --git a/apps/weblate/5.12.2.2/data.yml b/apps/weblate/5.12.2.3/data.yml similarity index 100% rename from apps/weblate/5.12.2.2/data.yml rename to apps/weblate/5.12.2.3/data.yml diff --git a/apps/weblate/5.12.2.2/docker-compose.yml b/apps/weblate/5.12.2.3/docker-compose.yml similarity index 95% rename from apps/weblate/5.12.2.2/docker-compose.yml rename to apps/weblate/5.12.2.3/docker-compose.yml index 298f7b2ef..6b926ac73 100644 --- a/apps/weblate/5.12.2.2/docker-compose.yml +++ b/apps/weblate/5.12.2.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: weblate: - image: weblate/weblate:5.12.2.2 + image: weblate/weblate:5.12.2.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/appstore/ani-rss/2.0.33/envs/default.env b/apps/weblate/5.12.2.3/envs/default.env similarity index 100% rename from appstore/ani-rss/2.0.33/envs/default.env rename to apps/weblate/5.12.2.3/envs/default.env diff --git a/appstore/ani-rss/2.0.33/envs/global.env b/apps/weblate/5.12.2.3/envs/global.env similarity index 100% rename from appstore/ani-rss/2.0.33/envs/global.env rename to apps/weblate/5.12.2.3/envs/global.env diff --git a/apps/weblate/5.12.2.2/scripts/init.sh b/apps/weblate/5.12.2.3/scripts/init.sh similarity index 100% rename from apps/weblate/5.12.2.2/scripts/init.sh rename to apps/weblate/5.12.2.3/scripts/init.sh diff --git a/appstore/ani-rss/2.0.33/scripts/uninstall.sh b/apps/weblate/5.12.2.3/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.0.33/scripts/uninstall.sh rename to apps/weblate/5.12.2.3/scripts/uninstall.sh diff --git a/apps/weblate/5.12.2.2/scripts/upgrade.sh b/apps/weblate/5.12.2.3/scripts/upgrade.sh similarity index 100% rename from apps/weblate/5.12.2.2/scripts/upgrade.sh rename to apps/weblate/5.12.2.3/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.0.33/.env b/appstore/ani-rss/2.0.34/.env similarity index 100% rename from appstore/ani-rss/2.0.33/.env rename to appstore/ani-rss/2.0.34/.env diff --git a/appstore/ani-rss/2.0.33/data.yml b/appstore/ani-rss/2.0.34/data.yml similarity index 100% rename from appstore/ani-rss/2.0.33/data.yml rename to appstore/ani-rss/2.0.34/data.yml diff --git a/appstore/ani-rss/2.0.33/docker-compose.yml b/appstore/ani-rss/2.0.34/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.0.33/docker-compose.yml rename to appstore/ani-rss/2.0.34/docker-compose.yml index aafba2784..c9df14fc8 100644 --- a/appstore/ani-rss/2.0.33/docker-compose.yml +++ b/appstore/ani-rss/2.0.34/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.0.33 + image: wushuo894/ani-rss:v2.0.34 labels: createdBy: Apps networks: diff --git a/appstore/beszel-agent/0.11.1/envs/default.env b/appstore/ani-rss/2.0.34/envs/default.env similarity index 100% rename from appstore/beszel-agent/0.11.1/envs/default.env rename to appstore/ani-rss/2.0.34/envs/default.env diff --git a/appstore/beszel-agent/0.11.1/envs/global.env b/appstore/ani-rss/2.0.34/envs/global.env similarity index 100% rename from appstore/beszel-agent/0.11.1/envs/global.env rename to appstore/ani-rss/2.0.34/envs/global.env diff --git a/appstore/beszel-agent/0.11.1/scripts/init.sh b/appstore/ani-rss/2.0.34/scripts/init.sh similarity index 100% rename from appstore/beszel-agent/0.11.1/scripts/init.sh rename to appstore/ani-rss/2.0.34/scripts/init.sh diff --git a/appstore/beszel-agent/0.11.1/scripts/uninstall.sh b/appstore/ani-rss/2.0.34/scripts/uninstall.sh similarity index 100% rename from appstore/beszel-agent/0.11.1/scripts/uninstall.sh rename to appstore/ani-rss/2.0.34/scripts/uninstall.sh diff --git a/appstore/beszel-agent/0.11.1/scripts/upgrade.sh b/appstore/ani-rss/2.0.34/scripts/upgrade.sh similarity index 100% rename from appstore/beszel-agent/0.11.1/scripts/upgrade.sh rename to appstore/ani-rss/2.0.34/scripts/upgrade.sh diff --git a/appstore/beszel-agent/0.11.1/.env b/appstore/beszel-agent/0.12.1/.env similarity index 100% rename from appstore/beszel-agent/0.11.1/.env rename to appstore/beszel-agent/0.12.1/.env diff --git a/appstore/beszel-agent/0.11.1/data.yml b/appstore/beszel-agent/0.12.1/data.yml similarity index 100% rename from appstore/beszel-agent/0.11.1/data.yml rename to appstore/beszel-agent/0.12.1/data.yml diff --git a/appstore/beszel-agent/0.11.1/docker-compose.yml b/appstore/beszel-agent/0.12.1/docker-compose.yml similarity index 92% rename from appstore/beszel-agent/0.11.1/docker-compose.yml rename to appstore/beszel-agent/0.12.1/docker-compose.yml index a5a3c3b19..53a0a3154 100644 --- a/appstore/beszel-agent/0.11.1/docker-compose.yml +++ b/appstore/beszel-agent/0.12.1/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - LOG_LEVEL=info - PORT=${PANEL_APP_PORT_HTTP:-45876} - image: henrygd/beszel-agent:0.11.1 + image: henrygd/beszel-agent:0.12.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/beszel/0.11.1/envs/default.env b/appstore/beszel-agent/0.12.1/envs/default.env similarity index 100% rename from appstore/beszel/0.11.1/envs/default.env rename to appstore/beszel-agent/0.12.1/envs/default.env diff --git a/appstore/beszel/0.11.1/envs/global.env b/appstore/beszel-agent/0.12.1/envs/global.env similarity index 100% rename from appstore/beszel/0.11.1/envs/global.env rename to appstore/beszel-agent/0.12.1/envs/global.env diff --git a/appstore/beszel/0.11.1/scripts/init.sh b/appstore/beszel-agent/0.12.1/scripts/init.sh similarity index 100% rename from appstore/beszel/0.11.1/scripts/init.sh rename to appstore/beszel-agent/0.12.1/scripts/init.sh diff --git a/appstore/beszel/0.11.1/scripts/uninstall.sh b/appstore/beszel-agent/0.12.1/scripts/uninstall.sh similarity index 100% rename from appstore/beszel/0.11.1/scripts/uninstall.sh rename to appstore/beszel-agent/0.12.1/scripts/uninstall.sh diff --git a/appstore/beszel/0.11.1/scripts/upgrade.sh b/appstore/beszel-agent/0.12.1/scripts/upgrade.sh similarity index 100% rename from appstore/beszel/0.11.1/scripts/upgrade.sh rename to appstore/beszel-agent/0.12.1/scripts/upgrade.sh diff --git a/appstore/beszel/0.11.1/.env b/appstore/beszel/0.12.1/.env similarity index 100% rename from appstore/beszel/0.11.1/.env rename to appstore/beszel/0.12.1/.env diff --git a/appstore/beszel/0.11.1/data.yml b/appstore/beszel/0.12.1/data.yml similarity index 100% rename from appstore/beszel/0.11.1/data.yml rename to appstore/beszel/0.12.1/data.yml diff --git a/appstore/beszel/0.11.1/docker-compose.yml b/appstore/beszel/0.12.1/docker-compose.yml similarity index 91% rename from appstore/beszel/0.11.1/docker-compose.yml rename to appstore/beszel/0.12.1/docker-compose.yml index f13832102..663f5776a 100644 --- a/appstore/beszel/0.11.1/docker-compose.yml +++ b/appstore/beszel/0.12.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: henrygd/beszel:0.11.1 + image: henrygd/beszel:0.12.1 labels: createdBy: Apps networks: diff --git a/appstore/byte-muse/1.15.1/envs/default.env b/appstore/beszel/0.12.1/envs/default.env similarity index 100% rename from appstore/byte-muse/1.15.1/envs/default.env rename to appstore/beszel/0.12.1/envs/default.env diff --git a/appstore/byte-muse/1.15.1/envs/global.env b/appstore/beszel/0.12.1/envs/global.env similarity index 100% rename from appstore/byte-muse/1.15.1/envs/global.env rename to appstore/beszel/0.12.1/envs/global.env diff --git a/appstore/byte-muse/1.15.1/scripts/init.sh b/appstore/beszel/0.12.1/scripts/init.sh similarity index 100% rename from appstore/byte-muse/1.15.1/scripts/init.sh rename to appstore/beszel/0.12.1/scripts/init.sh diff --git a/appstore/byte-muse/1.15.1/scripts/uninstall.sh b/appstore/beszel/0.12.1/scripts/uninstall.sh similarity index 100% rename from appstore/byte-muse/1.15.1/scripts/uninstall.sh rename to appstore/beszel/0.12.1/scripts/uninstall.sh diff --git a/appstore/byte-muse/1.15.1/scripts/upgrade.sh b/appstore/beszel/0.12.1/scripts/upgrade.sh similarity index 100% rename from appstore/byte-muse/1.15.1/scripts/upgrade.sh rename to appstore/beszel/0.12.1/scripts/upgrade.sh diff --git a/appstore/byte-muse/1.15.1/.env b/appstore/byte-muse/1.16.0/.env similarity index 100% rename from appstore/byte-muse/1.15.1/.env rename to appstore/byte-muse/1.16.0/.env diff --git a/appstore/byte-muse/1.15.1/data.yml b/appstore/byte-muse/1.16.0/data.yml similarity index 100% rename from appstore/byte-muse/1.15.1/data.yml rename to appstore/byte-muse/1.16.0/data.yml diff --git a/appstore/byte-muse/1.15.1/docker-compose.yml b/appstore/byte-muse/1.16.0/docker-compose.yml similarity index 95% rename from appstore/byte-muse/1.15.1/docker-compose.yml rename to appstore/byte-muse/1.16.0/docker-compose.yml index d330d6b0b..0c2eb94c3 100644 --- a/appstore/byte-muse/1.15.1/docker-compose.yml +++ b/appstore/byte-muse/1.16.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.15.1 + image: envyafish/byte-muse:1.16.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/1.984.0/envs/default.env b/appstore/byte-muse/1.16.0/envs/default.env similarity index 100% rename from appstore/casdoor/1.984.0/envs/default.env rename to appstore/byte-muse/1.16.0/envs/default.env diff --git a/appstore/casdoor/1.984.0/envs/global.env b/appstore/byte-muse/1.16.0/envs/global.env similarity index 100% rename from appstore/casdoor/1.984.0/envs/global.env rename to appstore/byte-muse/1.16.0/envs/global.env diff --git a/appstore/dozzle/8.13.7/scripts/init.sh b/appstore/byte-muse/1.16.0/scripts/init.sh similarity index 100% rename from appstore/dozzle/8.13.7/scripts/init.sh rename to appstore/byte-muse/1.16.0/scripts/init.sh diff --git a/appstore/casdoor/1.984.0/scripts/uninstall.sh b/appstore/byte-muse/1.16.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/1.984.0/scripts/uninstall.sh rename to appstore/byte-muse/1.16.0/scripts/uninstall.sh diff --git a/appstore/dozzle/8.13.7/scripts/upgrade.sh b/appstore/byte-muse/1.16.0/scripts/upgrade.sh similarity index 100% rename from appstore/dozzle/8.13.7/scripts/upgrade.sh rename to appstore/byte-muse/1.16.0/scripts/upgrade.sh diff --git a/appstore/casdoor/1.984.0/.env b/appstore/casdoor/1.988.0/.env similarity index 100% rename from appstore/casdoor/1.984.0/.env rename to appstore/casdoor/1.988.0/.env diff --git a/appstore/casdoor/1.984.0/config/init_data.json b/appstore/casdoor/1.988.0/config/init_data.json similarity index 100% rename from appstore/casdoor/1.984.0/config/init_data.json rename to appstore/casdoor/1.988.0/config/init_data.json diff --git a/appstore/casdoor/1.984.0/data.yml b/appstore/casdoor/1.988.0/data.yml similarity index 100% rename from appstore/casdoor/1.984.0/data.yml rename to appstore/casdoor/1.988.0/data.yml diff --git a/appstore/casdoor/1.984.0/docker-compose.yml b/appstore/casdoor/1.988.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/1.984.0/docker-compose.yml rename to appstore/casdoor/1.988.0/docker-compose.yml index db960784e..5b7f0dc09 100644 --- a/appstore/casdoor/1.984.0/docker-compose.yml +++ b/appstore/casdoor/1.988.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.984.0 + image: casbin/casdoor:v1.988.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/1.984.0/envs/casdoor.env b/appstore/casdoor/1.988.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/1.984.0/envs/casdoor.env rename to appstore/casdoor/1.988.0/envs/casdoor.env diff --git a/appstore/dozzle/8.13.7/envs/default.env b/appstore/casdoor/1.988.0/envs/default.env similarity index 100% rename from appstore/dozzle/8.13.7/envs/default.env rename to appstore/casdoor/1.988.0/envs/default.env diff --git a/appstore/dozzle/8.13.7/envs/global.env b/appstore/casdoor/1.988.0/envs/global.env similarity index 100% rename from appstore/dozzle/8.13.7/envs/global.env rename to appstore/casdoor/1.988.0/envs/global.env diff --git a/appstore/casdoor/1.984.0/scripts/init.sh b/appstore/casdoor/1.988.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/1.984.0/scripts/init.sh rename to appstore/casdoor/1.988.0/scripts/init.sh diff --git a/appstore/dozzle/8.13.7/scripts/uninstall.sh b/appstore/casdoor/1.988.0/scripts/uninstall.sh similarity index 100% rename from appstore/dozzle/8.13.7/scripts/uninstall.sh rename to appstore/casdoor/1.988.0/scripts/uninstall.sh diff --git a/appstore/casdoor/1.984.0/scripts/upgrade.sh b/appstore/casdoor/1.988.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/1.984.0/scripts/upgrade.sh rename to appstore/casdoor/1.988.0/scripts/upgrade.sh diff --git a/appstore/dozzle/8.13.7/.env b/appstore/dozzle/8.13.8/.env similarity index 100% rename from appstore/dozzle/8.13.7/.env rename to appstore/dozzle/8.13.8/.env diff --git a/appstore/dozzle/8.13.7/data.yml b/appstore/dozzle/8.13.8/data.yml similarity index 100% rename from appstore/dozzle/8.13.7/data.yml rename to appstore/dozzle/8.13.8/data.yml diff --git a/appstore/dozzle/8.13.7/docker-compose.yml b/appstore/dozzle/8.13.8/docker-compose.yml similarity index 94% rename from appstore/dozzle/8.13.7/docker-compose.yml rename to appstore/dozzle/8.13.8/docker-compose.yml index ee8090d39..4c3b92092 100644 --- a/appstore/dozzle/8.13.7/docker-compose.yml +++ b/appstore/dozzle/8.13.8/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.7 + image: amir20/dozzle:v8.13.8 labels: createdBy: Apps networks: diff --git a/appstore/emby-amilys/4.9.1.0/envs/default.env b/appstore/dozzle/8.13.8/envs/default.env similarity index 100% rename from appstore/emby-amilys/4.9.1.0/envs/default.env rename to appstore/dozzle/8.13.8/envs/default.env diff --git a/appstore/emby-amilys/4.9.1.0/envs/global.env b/appstore/dozzle/8.13.8/envs/global.env similarity index 100% rename from appstore/emby-amilys/4.9.1.0/envs/global.env rename to appstore/dozzle/8.13.8/envs/global.env diff --git a/appstore/emby-amilys/4.9.1.0/scripts/init.sh b/appstore/dozzle/8.13.8/scripts/init.sh similarity index 100% rename from appstore/emby-amilys/4.9.1.0/scripts/init.sh rename to appstore/dozzle/8.13.8/scripts/init.sh diff --git a/appstore/emby-amilys/4.9.1.0/scripts/uninstall.sh b/appstore/dozzle/8.13.8/scripts/uninstall.sh similarity index 100% rename from appstore/emby-amilys/4.9.1.0/scripts/uninstall.sh rename to appstore/dozzle/8.13.8/scripts/uninstall.sh diff --git a/appstore/emby-amilys/4.9.1.0/scripts/upgrade.sh b/appstore/dozzle/8.13.8/scripts/upgrade.sh similarity index 100% rename from appstore/emby-amilys/4.9.1.0/scripts/upgrade.sh rename to appstore/dozzle/8.13.8/scripts/upgrade.sh diff --git a/appstore/emby-amilys/4.9.1.0/.env b/appstore/emby-amilys/4.9.1.3/.env similarity index 100% rename from appstore/emby-amilys/4.9.1.0/.env rename to appstore/emby-amilys/4.9.1.3/.env diff --git a/appstore/emby-amilys/4.9.1.0/data.yml b/appstore/emby-amilys/4.9.1.3/data.yml similarity index 100% rename from appstore/emby-amilys/4.9.1.0/data.yml rename to appstore/emby-amilys/4.9.1.3/data.yml diff --git a/appstore/emby-amilys/4.9.1.0/docker-compose.yml b/appstore/emby-amilys/4.9.1.3/docker-compose.yml similarity index 95% rename from appstore/emby-amilys/4.9.1.0/docker-compose.yml rename to appstore/emby-amilys/4.9.1.3/docker-compose.yml index 4b1ba12dc..a309de271 100644 --- a/appstore/emby-amilys/4.9.1.0/docker-compose.yml +++ b/appstore/emby-amilys/4.9.1.3/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: amilys/embyserver:4.9.1.0 + image: amilys/embyserver:4.9.1.3 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/emby/4.9.1.9/envs/default.env b/appstore/emby-amilys/4.9.1.3/envs/default.env similarity index 100% rename from appstore/emby/4.9.1.9/envs/default.env rename to appstore/emby-amilys/4.9.1.3/envs/default.env diff --git a/appstore/emby/4.9.1.9/envs/global.env b/appstore/emby-amilys/4.9.1.3/envs/global.env similarity index 100% rename from appstore/emby/4.9.1.9/envs/global.env rename to appstore/emby-amilys/4.9.1.3/envs/global.env diff --git a/appstore/emby/4.9.1.9/scripts/init.sh b/appstore/emby-amilys/4.9.1.3/scripts/init.sh similarity index 100% rename from appstore/emby/4.9.1.9/scripts/init.sh rename to appstore/emby-amilys/4.9.1.3/scripts/init.sh diff --git a/appstore/emby/4.9.1.9/scripts/uninstall.sh b/appstore/emby-amilys/4.9.1.3/scripts/uninstall.sh similarity index 100% rename from appstore/emby/4.9.1.9/scripts/uninstall.sh rename to appstore/emby-amilys/4.9.1.3/scripts/uninstall.sh diff --git a/appstore/emby/4.9.1.9/scripts/upgrade.sh b/appstore/emby-amilys/4.9.1.3/scripts/upgrade.sh similarity index 100% rename from appstore/emby/4.9.1.9/scripts/upgrade.sh rename to appstore/emby-amilys/4.9.1.3/scripts/upgrade.sh diff --git a/appstore/emby/4.9.1.9/.env b/appstore/emby/4.9.1.11/.env similarity index 100% rename from appstore/emby/4.9.1.9/.env rename to appstore/emby/4.9.1.11/.env diff --git a/appstore/emby/4.9.1.9/data.yml b/appstore/emby/4.9.1.11/data.yml similarity index 100% rename from appstore/emby/4.9.1.9/data.yml rename to appstore/emby/4.9.1.11/data.yml diff --git a/appstore/emby/4.9.1.9/docker-compose.yml b/appstore/emby/4.9.1.11/docker-compose.yml similarity index 96% rename from appstore/emby/4.9.1.9/docker-compose.yml rename to appstore/emby/4.9.1.11/docker-compose.yml index a901c08d5..79a2e1805 100644 --- a/appstore/emby/4.9.1.9/docker-compose.yml +++ b/appstore/emby/4.9.1.11/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.9 + image: emby/embyserver:4.9.1.11 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/immich-machine-learning/1.135.3/envs/default.env b/appstore/emby/4.9.1.11/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.135.3/envs/default.env rename to appstore/emby/4.9.1.11/envs/default.env diff --git a/appstore/immich-machine-learning/1.135.3/envs/global.env b/appstore/emby/4.9.1.11/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.135.3/envs/global.env rename to appstore/emby/4.9.1.11/envs/global.env diff --git a/appstore/immich-machine-learning/1.135.3/scripts/init.sh b/appstore/emby/4.9.1.11/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.135.3/scripts/init.sh rename to appstore/emby/4.9.1.11/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.135.3/scripts/uninstall.sh b/appstore/emby/4.9.1.11/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.135.3/scripts/uninstall.sh rename to appstore/emby/4.9.1.11/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.135.3/scripts/upgrade.sh b/appstore/emby/4.9.1.11/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.135.3/scripts/upgrade.sh rename to appstore/emby/4.9.1.11/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/1.135.3/.env b/appstore/immich-machine-learning/1.136.0/.env similarity index 100% rename from appstore/immich-machine-learning/1.135.3/.env rename to appstore/immich-machine-learning/1.136.0/.env diff --git a/appstore/immich-machine-learning/1.135.3/data.yml b/appstore/immich-machine-learning/1.136.0/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.135.3/data.yml rename to appstore/immich-machine-learning/1.136.0/data.yml diff --git a/appstore/immich-machine-learning/1.135.3/docker-compose.yml b/appstore/immich-machine-learning/1.136.0/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.135.3/docker-compose.yml rename to appstore/immich-machine-learning/1.136.0/docker-compose.yml index 8aa758179..7e51478d0 100644 --- a/appstore/immich-machine-learning/1.135.3/docker-compose.yml +++ b/appstore/immich-machine-learning/1.136.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.135.3/envs/default.env b/appstore/immich-machine-learning/1.136.0/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.135.3/envs/default.env rename to appstore/immich-machine-learning/1.136.0/envs/default.env diff --git a/appstore/immich-no-machine/1.135.3/envs/global.env b/appstore/immich-machine-learning/1.136.0/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.135.3/envs/global.env rename to appstore/immich-machine-learning/1.136.0/envs/global.env diff --git a/appstore/immich-no-machine/1.135.3/scripts/init.sh b/appstore/immich-machine-learning/1.136.0/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.135.3/scripts/init.sh rename to appstore/immich-machine-learning/1.136.0/scripts/init.sh diff --git a/appstore/immich-no-machine/1.135.3/scripts/uninstall.sh b/appstore/immich-machine-learning/1.136.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.135.3/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.136.0/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.135.3/scripts/upgrade.sh b/appstore/immich-machine-learning/1.136.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.135.3/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.136.0/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.135.3/.env b/appstore/immich-no-machine/1.136.0/.env similarity index 100% rename from appstore/immich-no-machine/1.135.3/.env rename to appstore/immich-no-machine/1.136.0/.env diff --git a/appstore/immich-no-machine/1.135.3/data.yml b/appstore/immich-no-machine/1.136.0/data.yml similarity index 100% rename from appstore/immich-no-machine/1.135.3/data.yml rename to appstore/immich-no-machine/1.136.0/data.yml diff --git a/appstore/immich-no-machine/1.135.3/docker-compose.yml b/appstore/immich-no-machine/1.136.0/docker-compose.yml similarity index 95% rename from appstore/immich-no-machine/1.135.3/docker-compose.yml rename to appstore/immich-no-machine/1.136.0/docker-compose.yml index b174763a8..f953ba274 100644 --- a/appstore/immich-no-machine/1.135.3/docker-compose.yml +++ b/appstore/immich-no-machine/1.136.0/docker-compose.yml @@ -29,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.135.3/envs/default.env b/appstore/immich-no-machine/1.136.0/envs/default.env similarity index 100% rename from appstore/immich-server/1.135.3/envs/default.env rename to appstore/immich-no-machine/1.136.0/envs/default.env diff --git a/appstore/immich-server/1.135.3/envs/global.env b/appstore/immich-no-machine/1.136.0/envs/global.env similarity index 100% rename from appstore/immich-server/1.135.3/envs/global.env rename to appstore/immich-no-machine/1.136.0/envs/global.env diff --git a/appstore/immich-server/1.135.3/scripts/init.sh b/appstore/immich-no-machine/1.136.0/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.135.3/scripts/init.sh rename to appstore/immich-no-machine/1.136.0/scripts/init.sh diff --git a/appstore/immich-server/1.135.3/scripts/uninstall.sh b/appstore/immich-no-machine/1.136.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.135.3/scripts/uninstall.sh rename to appstore/immich-no-machine/1.136.0/scripts/uninstall.sh diff --git a/appstore/immich-server/1.135.3/scripts/upgrade.sh b/appstore/immich-no-machine/1.136.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.135.3/scripts/upgrade.sh rename to appstore/immich-no-machine/1.136.0/scripts/upgrade.sh diff --git a/appstore/immich-server/1.135.3/.env b/appstore/immich-server/1.136.0/.env similarity index 100% rename from appstore/immich-server/1.135.3/.env rename to appstore/immich-server/1.136.0/.env diff --git a/appstore/immich-server/1.135.3/data.yml b/appstore/immich-server/1.136.0/data.yml similarity index 100% rename from appstore/immich-server/1.135.3/data.yml rename to appstore/immich-server/1.136.0/data.yml diff --git a/appstore/immich-server/1.135.3/docker-compose.yml b/appstore/immich-server/1.136.0/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.135.3/docker-compose.yml rename to appstore/immich-server/1.136.0/docker-compose.yml index a6a472d9a..90cd2aad0 100644 --- a/appstore/immich-server/1.135.3/docker-compose.yml +++ b/appstore/immich-server/1.136.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/appstore/immich/1.135.3/envs/default.env b/appstore/immich-server/1.136.0/envs/default.env similarity index 100% rename from appstore/immich/1.135.3/envs/default.env rename to appstore/immich-server/1.136.0/envs/default.env diff --git a/appstore/immich/1.135.3/envs/global.env b/appstore/immich-server/1.136.0/envs/global.env similarity index 100% rename from appstore/immich/1.135.3/envs/global.env rename to appstore/immich-server/1.136.0/envs/global.env diff --git a/appstore/immich/1.135.3/scripts/init.sh b/appstore/immich-server/1.136.0/scripts/init.sh similarity index 100% rename from appstore/immich/1.135.3/scripts/init.sh rename to appstore/immich-server/1.136.0/scripts/init.sh diff --git a/appstore/immich/1.135.3/scripts/uninstall.sh b/appstore/immich-server/1.136.0/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.135.3/scripts/uninstall.sh rename to appstore/immich-server/1.136.0/scripts/uninstall.sh diff --git a/appstore/immich/1.135.3/scripts/upgrade.sh b/appstore/immich-server/1.136.0/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.135.3/scripts/upgrade.sh rename to appstore/immich-server/1.136.0/scripts/upgrade.sh diff --git a/appstore/immich/1.135.3/.env b/appstore/immich/1.136.0/.env similarity index 100% rename from appstore/immich/1.135.3/.env rename to appstore/immich/1.136.0/.env diff --git a/appstore/immich/1.135.3/data.yml b/appstore/immich/1.136.0/data.yml similarity index 100% rename from appstore/immich/1.135.3/data.yml rename to appstore/immich/1.136.0/data.yml diff --git a/dockge/immich_1_135_3/docker-compose.yml b/appstore/immich/1.136.0/docker-compose.yml similarity index 92% rename from dockge/immich_1_135_3/docker-compose.yml rename to appstore/immich/1.136.0/docker-compose.yml index 680035b9c..b1db34b69 100644 --- a/dockge/immich_1_135_3/docker-compose.yml +++ b/appstore/immich/1.136.0/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 labels: createdBy: Apps networks: @@ -45,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/appstore/libretv/202507222210/envs/default.env b/appstore/immich/1.136.0/envs/default.env similarity index 100% rename from appstore/libretv/202507222210/envs/default.env rename to appstore/immich/1.136.0/envs/default.env diff --git a/appstore/libretv/202507222210/envs/global.env b/appstore/immich/1.136.0/envs/global.env similarity index 100% rename from appstore/libretv/202507222210/envs/global.env rename to appstore/immich/1.136.0/envs/global.env diff --git a/appstore/libretv/202507222210/scripts/init.sh b/appstore/immich/1.136.0/scripts/init.sh similarity index 100% rename from appstore/libretv/202507222210/scripts/init.sh rename to appstore/immich/1.136.0/scripts/init.sh diff --git a/appstore/libretv/202507222210/scripts/uninstall.sh b/appstore/immich/1.136.0/scripts/uninstall.sh similarity index 100% rename from appstore/libretv/202507222210/scripts/uninstall.sh rename to appstore/immich/1.136.0/scripts/uninstall.sh diff --git a/appstore/libretv/202507222210/scripts/upgrade.sh b/appstore/immich/1.136.0/scripts/upgrade.sh similarity index 100% rename from appstore/libretv/202507222210/scripts/upgrade.sh rename to appstore/immich/1.136.0/scripts/upgrade.sh diff --git a/appstore/kotatsu/README.md b/appstore/kotatsu/README.md new file mode 100644 index 000000000..13c80dc46 --- /dev/null +++ b/appstore/kotatsu/README.md @@ -0,0 +1,70 @@ +# Kotatsu + +口袋里的漫画 + +Kotatsu + +![](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) + +## 安装说明 + +### Kotatsu 同步服务器 + +Kotatsu 是一款适用于 Android 平台的免费开源漫画阅读器。它支持多种语言的在线漫画,并具备筛选和搜索功能、本地存储离线阅读、收藏、书签、新章节通知等功能。 + +如果您不想公开自部署的同步服务器,请在注册完成自己的设备后,将`允许新用户注册`改为禁止,重启即可。 + +### 初始化数据库 + +创建数据库后,请将应用目录 `config/database.sql` 数据库文件进行初始化。 + +## 简介 + +一款简单、方便的 Android 开源漫画阅读器,由社区提供,您可以比以往更轻松地找到和阅读您喜欢的漫画。 + +## 特性 + +### 大量来源 + +支持超过 1000 个来源 + +### 可定制的阅读器 + +通过不同的阅读器设置使阅读更加方便 + +### 支持追踪 + +支持 MyAnimeList、Anilist 和 Shikimori + +### 智能搜索 + +快速轻松地搜索感兴趣的标题 + +### 强大的下载器 + +可以缓慢下载标题以避免出现源问题 + +### 同步 + +轻松在您的设备之间同步系列。 + +## 下载客户端 + +
+
+ F-Droid + F-Droid +
+
+ GitHub + GitHub Releases +
+
+ +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/kotatsu/data.yml b/appstore/kotatsu/data.yml new file mode 100644 index 000000000..a47710025 --- /dev/null +++ b/appstore/kotatsu/data.yml @@ -0,0 +1,14 @@ +additionalProperties: + key: kotatsu + name: Kotatsu + tags: + - WebSite + - Local + shortDescZh: 口袋里的漫画 + shortDescEn: Manga in your pocket + type: website + crossVersionUpdate: true + limit: 0 + website: https://kotatsu.app/ + github: https://github.com/KotatsuApp/Kotatsu/ + document: https://kotatsu.app/ diff --git a/appstore/kotatsu/logo.png b/appstore/kotatsu/logo.png new file mode 100644 index 000000000..7f0ce6745 Binary files /dev/null and b/appstore/kotatsu/logo.png differ diff --git a/appstore/kotatsu/logo.svg b/appstore/kotatsu/logo.svg new file mode 100644 index 000000000..64321067b --- /dev/null +++ b/appstore/kotatsu/logo.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/appstore/kotatsu/v20250725/.env b/appstore/kotatsu/v20250725/.env new file mode 100644 index 000000000..b18cfdad4 --- /dev/null +++ b/appstore/kotatsu/v20250725/.env @@ -0,0 +1,27 @@ +# MySQL 服务 (前置检查) [必填] +PANEL_DB_TYPE=mysql + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + +# JWT 密钥 [必填] +JWT_SECRET= + +# 数据库 主机 [必填] +DATABASE_HOST=127.0.0.1 + +# 数据库 端口 [必填] +DATABASE_PORT=3306 + +# 数据库 名称 [必填] +DATABASE_NAME=kotatsu-syncserver + +# 数据库 用户名 [必填] +DATABASE_USER=kotatsu-syncserver + +# 数据库 密码 [必填] +DATABASE_PASSWORD= + +# 允许新用户注册 [必填] +ALLOW_NEW_REGISTER=true + diff --git a/appstore/kotatsu/v20250725/config/database.sql b/appstore/kotatsu/v20250725/config/database.sql new file mode 100644 index 000000000..662429cff --- /dev/null +++ b/appstore/kotatsu/v20250725/config/database.sql @@ -0,0 +1,134 @@ +drop table if exists favourites; + +drop table if exists categories; + +drop table if exists history; + +drop table if exists manga_tags; + +drop table if exists manga; + +drop table if exists tags; + +drop table if exists users; + +create table manga +( + id bigint not null, + title varchar(84) not null, + alt_title varchar(84) null, + url varchar(255) not null, + public_url varchar(255) not null, + rating float not null, + content_rating char(12) null, + cover_url varchar(255) not null, + large_cover_url varchar(255) null, + state char(12) null, + author varchar(64) null, + source varchar(32) not null, + primary key (id) +); + +create table tags +( + id bigint not null, + title varchar(64) not null, + `key` varchar(120) not null, + source varchar(32) not null, + primary key (id) +); + +create table manga_tags +( + manga_id bigint not null, + tag_id bigint not null, + primary key (manga_id, tag_id), + constraint manga_tags_ibfk_1 + foreign key (tag_id) references tags (id), + constraint manga_tags_ibfk_2 + foreign key (manga_id) references manga (id) + on delete cascade +); + +create index tag_id + on manga_tags (tag_id); + +create table users +( + id int auto_increment + primary key, + email varchar(120) not null, + password char(32) not null, + nickname varchar(84) null, + favourites_sync_timestamp bigint null, + history_sync_timestamp bigint null +); + +create table categories +( + id bigint not null, + created_at bigint not null, + sort_key int not null, + title varchar(120) not null, + `order` char(16) not null, + user_id int not null, + track tinyint(1) not null, + show_in_lib tinyint(1) not null, + deleted_at bigint not null, + primary key (id, user_id), + constraint categories_ibfk_1 + foreign key (user_id) references users (id) + on delete cascade +); + +create index categories_id_index + on categories (id); + +create table favourites +( + manga_id bigint not null, + category_id bigint not null, + sort_key int not null, + pinned tinyint(1) not null, + created_at bigint not null, + deleted_at bigint not null, + user_id int not null, + primary key (manga_id, category_id, user_id), + constraint favourites_categories_id_pk + foreign key (category_id, user_id) references categories (id, user_id), + constraint favourites_ibfk_1 + foreign key (manga_id) references manga (id), + constraint favourites_ibfk_2 + foreign key (user_id) references users (id) +); + +create index user_id + on favourites (user_id); + +create table history +( + manga_id bigint not null, + created_at bigint not null, + updated_at bigint not null, + chapter_id bigint not null, + page smallint not null, + scroll double not null, + percent double not null, + chapters int not null, + deleted_at bigint not null, + user_id int not null, + primary key (user_id, manga_id), + constraint history_ibfk_1 + foreign key (manga_id) references manga (id), + constraint history_ibfk_2 + foreign key (user_id) references users (id) + on delete cascade +); + +create index manga_id + on history (manga_id); + +create unique index users_email_uindex + on users (email); + + diff --git a/appstore/kotatsu/v20250725/data.yml b/appstore/kotatsu/v20250725/data.yml new file mode 100644 index 000000000..996f2a90d --- /dev/null +++ b/appstore/kotatsu/v20250725/data.yml @@ -0,0 +1,84 @@ +additionalProperties: + formFields: + - child: + default: "" + envKey: PANEL_DB_HOST + required: true + type: service + default: mysql + edit: true + envKey: PANEL_DB_TYPE + labelZh: MySQL 服务 (前置检查) + labelEn: Database Service (Pre-check) + required: true + type: apps + values: + - label: MySQL + value: mysql + - label: MariaDB + value: mariadb + - label: Percona + value: percona + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: JWT_SECRET + labelZh: JWT 密钥 + labelEn: JWT secret + required: true + type: password + - default: "127.0.0.1" + edit: true + envKey: DATABASE_HOST + labelZh: 数据库 主机 + labelEn: Database Host + required: true + type: text + - default: 3306 + edit: true + envKey: DATABASE_PORT + labelZh: 数据库 端口 + labelEn: Database Port + required: true + rule: paramPort + type: number + - default: "kotatsu-syncserver" + edit: true + envKey: DATABASE_NAME + labelZh: 数据库 名称 + labelEn: Database Name + required: true + type: text + - default: "kotatsu-syncserver" + edit: true + envKey: DATABASE_USER + labelZh: 数据库 用户名 + labelEn: Database Username + required: true + type: text + - default: "" + edit: true + envKey: DATABASE_PASSWORD + labelZh: 数据库 密码 + labelEn: Database Password + required: true + type: password + - default: "true" + edit: true + envKey: ALLOW_NEW_REGISTER + labelZh: 允许新用户注册 + labelEn: Allow new users to register + required: true + type: select + values: + - label: 开放注册 + value: "true" + - label: 禁止注册 + value: "false" diff --git a/appstore/kotatsu/v20250725/docker-compose.yml b/appstore/kotatsu/v20250725/docker-compose.yml new file mode 100644 index 000000000..39631d586 --- /dev/null +++ b/appstore/kotatsu/v20250725/docker-compose.yml @@ -0,0 +1,19 @@ +networks: + 1panel-network: + external: true +services: + kotatsu-syncserver: + container_name: kotatsu + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: qyg2297248353/kotatsu-syncserver:v20250725 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:8080 + restart: always diff --git a/appstore/mdc-ng/1.18.2/envs/default.env b/appstore/kotatsu/v20250725/envs/default.env similarity index 100% rename from appstore/mdc-ng/1.18.2/envs/default.env rename to appstore/kotatsu/v20250725/envs/default.env diff --git a/appstore/mdc-ng/1.18.2/envs/global.env b/appstore/kotatsu/v20250725/envs/global.env similarity index 100% rename from appstore/mdc-ng/1.18.2/envs/global.env rename to appstore/kotatsu/v20250725/envs/global.env diff --git a/appstore/mdc-ng/1.18.2/scripts/init.sh b/appstore/kotatsu/v20250725/scripts/init.sh similarity index 100% rename from appstore/mdc-ng/1.18.2/scripts/init.sh rename to appstore/kotatsu/v20250725/scripts/init.sh diff --git a/appstore/mdc-ng/1.18.2/scripts/uninstall.sh b/appstore/kotatsu/v20250725/scripts/uninstall.sh similarity index 100% rename from appstore/mdc-ng/1.18.2/scripts/uninstall.sh rename to appstore/kotatsu/v20250725/scripts/uninstall.sh diff --git a/appstore/mdc-ng/1.18.2/scripts/upgrade.sh b/appstore/kotatsu/v20250725/scripts/upgrade.sh similarity index 100% rename from appstore/mdc-ng/1.18.2/scripts/upgrade.sh rename to appstore/kotatsu/v20250725/scripts/upgrade.sh diff --git a/appstore/libretv/202507222210/.env b/appstore/libretv/202507251119/.env similarity index 100% rename from appstore/libretv/202507222210/.env rename to appstore/libretv/202507251119/.env diff --git a/appstore/libretv/202507222210/data.yml b/appstore/libretv/202507251119/data.yml similarity index 100% rename from appstore/libretv/202507222210/data.yml rename to appstore/libretv/202507251119/data.yml diff --git a/appstore/libretv/202507222210/docker-compose.yml b/appstore/libretv/202507251119/docker-compose.yml similarity index 88% rename from appstore/libretv/202507222210/docker-compose.yml rename to appstore/libretv/202507251119/docker-compose.yml index a8734b963..7673b141f 100644 --- a/appstore/libretv/202507222210/docker-compose.yml +++ b/appstore/libretv/202507251119/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: bestzwei/libretv:202507222210 + image: bestzwei/libretv:202507251119 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/2.9.7/envs/default.env b/appstore/libretv/202507251119/envs/default.env similarity index 100% rename from appstore/nezha-dash/2.9.7/envs/default.env rename to appstore/libretv/202507251119/envs/default.env diff --git a/appstore/nezha-dash/2.9.7/envs/global.env b/appstore/libretv/202507251119/envs/global.env similarity index 100% rename from appstore/nezha-dash/2.9.7/envs/global.env rename to appstore/libretv/202507251119/envs/global.env diff --git a/appstore/nezha-dash/2.9.7/scripts/init.sh b/appstore/libretv/202507251119/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/2.9.7/scripts/init.sh rename to appstore/libretv/202507251119/scripts/init.sh diff --git a/appstore/nezha-dash/2.9.7/scripts/uninstall.sh b/appstore/libretv/202507251119/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/2.9.7/scripts/uninstall.sh rename to appstore/libretv/202507251119/scripts/uninstall.sh diff --git a/appstore/nezha-dash/2.9.7/scripts/upgrade.sh b/appstore/libretv/202507251119/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/2.9.7/scripts/upgrade.sh rename to appstore/libretv/202507251119/scripts/upgrade.sh diff --git a/appstore/mdc-ng/1.18.2/.env b/appstore/mdc-ng/1.18.3/.env similarity index 100% rename from appstore/mdc-ng/1.18.2/.env rename to appstore/mdc-ng/1.18.3/.env diff --git a/appstore/mdc-ng/1.18.2/data.yml b/appstore/mdc-ng/1.18.3/data.yml similarity index 100% rename from appstore/mdc-ng/1.18.2/data.yml rename to appstore/mdc-ng/1.18.3/data.yml diff --git a/appstore/mdc-ng/1.18.2/docker-compose.yml b/appstore/mdc-ng/1.18.3/docker-compose.yml similarity index 95% rename from appstore/mdc-ng/1.18.2/docker-compose.yml rename to appstore/mdc-ng/1.18.3/docker-compose.yml index 731cf6db9..ed7de2fa8 100644 --- a/appstore/mdc-ng/1.18.2/docker-compose.yml +++ b/appstore/mdc-ng/1.18.3/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.18.2 + image: mdcng/mdc:1.18.3 labels: createdBy: Apps networks: diff --git a/appstore/peer-ban-helper/8.0.8/envs/default.env b/appstore/mdc-ng/1.18.3/envs/default.env similarity index 100% rename from appstore/peer-ban-helper/8.0.8/envs/default.env rename to appstore/mdc-ng/1.18.3/envs/default.env diff --git a/appstore/peer-ban-helper/8.0.8/envs/global.env b/appstore/mdc-ng/1.18.3/envs/global.env similarity index 100% rename from appstore/peer-ban-helper/8.0.8/envs/global.env rename to appstore/mdc-ng/1.18.3/envs/global.env diff --git a/appstore/peer-ban-helper/8.0.8/scripts/init.sh b/appstore/mdc-ng/1.18.3/scripts/init.sh similarity index 100% rename from appstore/peer-ban-helper/8.0.8/scripts/init.sh rename to appstore/mdc-ng/1.18.3/scripts/init.sh diff --git a/appstore/peer-ban-helper/8.0.8/scripts/uninstall.sh b/appstore/mdc-ng/1.18.3/scripts/uninstall.sh similarity index 100% rename from appstore/peer-ban-helper/8.0.8/scripts/uninstall.sh rename to appstore/mdc-ng/1.18.3/scripts/uninstall.sh diff --git a/appstore/peer-ban-helper/8.0.8/scripts/upgrade.sh b/appstore/mdc-ng/1.18.3/scripts/upgrade.sh similarity index 100% rename from appstore/peer-ban-helper/8.0.8/scripts/upgrade.sh rename to appstore/mdc-ng/1.18.3/scripts/upgrade.sh diff --git a/appstore/nezha-dash/2.9.7/.env b/appstore/nezha-dash/2.9.8/.env similarity index 100% rename from appstore/nezha-dash/2.9.7/.env rename to appstore/nezha-dash/2.9.8/.env diff --git a/appstore/nezha-dash/2.9.7/data.yml b/appstore/nezha-dash/2.9.8/data.yml similarity index 100% rename from appstore/nezha-dash/2.9.7/data.yml rename to appstore/nezha-dash/2.9.8/data.yml diff --git a/appstore/nezha-dash/2.9.7/docker-compose.yml b/appstore/nezha-dash/2.9.8/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/2.9.7/docker-compose.yml rename to appstore/nezha-dash/2.9.8/docker-compose.yml index e0beb87a7..559b918b2 100644 --- a/appstore/nezha-dash/2.9.7/docker-compose.yml +++ b/appstore/nezha-dash/2.9.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:v2.9.7 + image: hamster1963/nezha-dash:v2.9.8 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-07-23/envs/default.env b/appstore/nezha-dash/2.9.8/envs/default.env similarity index 100% rename from appstore/rsshub/2025-07-23/envs/default.env rename to appstore/nezha-dash/2.9.8/envs/default.env diff --git a/appstore/rsshub/2025-07-23/envs/global.env b/appstore/nezha-dash/2.9.8/envs/global.env similarity index 100% rename from appstore/rsshub/2025-07-23/envs/global.env rename to appstore/nezha-dash/2.9.8/envs/global.env diff --git a/appstore/rsshub/2025-07-23/scripts/init.sh b/appstore/nezha-dash/2.9.8/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-07-23/scripts/init.sh rename to appstore/nezha-dash/2.9.8/scripts/init.sh diff --git a/appstore/rsshub/2025-07-23/scripts/uninstall.sh b/appstore/nezha-dash/2.9.8/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-07-23/scripts/uninstall.sh rename to appstore/nezha-dash/2.9.8/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-07-23/scripts/upgrade.sh b/appstore/nezha-dash/2.9.8/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-07-23/scripts/upgrade.sh rename to appstore/nezha-dash/2.9.8/scripts/upgrade.sh diff --git a/appstore/nezha/1.13.0/scripts/init.sh b/appstore/nezha/1.13.0/scripts/init.sh index 47a3bd837..07fb8c3fe 100644 --- a/appstore/nezha/1.13.0/scripts/init.sh +++ b/appstore/nezha/1.13.0/scripts/init.sh @@ -1,23 +1,14 @@ #!/bin/bash -if [[ -f .env ]]; then +if [ -f .env ]; then source .env - mkdir -p $NEZHA_ROOT_PATH - mkdir -p $NEZHA_ROOT_PATH/data - - cp -f ./data/config-example.yaml ./data/nezha-config.yaml - sed -i "s/grpcport: nz_grpc_port/grpcport: $PANEL_APP_PORT_GRPC/g" ./data/nezha-config.yaml - sed -i "s/type: \"nz_oauth2_type\"/type: \"$OAUTH2_TYPE\"/g" ./data/nezha-config.yaml - sed -i "s/admin: \"nz_admin_logins\"/admin: \"$OAUTH2_ADMIN\"/g" ./data/nezha-config.yaml - sed -i "s/clientid: \"nz_github_oauth_client_id\"/clientid: \"$OAUTH2_CLIENTID\"/g" ./data/nezha-config.yaml - sed -i "s/clientsecret: \"nz_github_oauth_client_secret\"/clientsecret: \"$OAUTH2_CLIENTSECRET\"/g" ./data/nezha-config.yaml - sed -i "s/endpoint: \"\"/endpoint: \"$OAUTH2_ENDPOINT\"/g" ./data/nezha-config.yaml - sed -i "s/brand: \"nz_site_title\"/brand: \"$NZ_SITE_TITLE\"/g" ./data/nezha-config.yaml - sed -i "s/cookiename: \"nezha-dashboard\"/cookiename: \"$NZ_COOKIE_NAME\"/g" ./data/nezha-config.yaml - sed -i "s/theme: \"default\"/theme: \"$NZ_THEME\"/g" ./data/nezha-config.yaml - cp -f ./data/nezha-config.yaml $NEZHA_ROOT_PATH/data/config.yaml - chmod -R 777 $NEZHA_ROOT_PATH + # 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." diff --git a/appstore/peer-ban-helper/8.0.8/.env b/appstore/peer-ban-helper/8.0.9/.env similarity index 100% rename from appstore/peer-ban-helper/8.0.8/.env rename to appstore/peer-ban-helper/8.0.9/.env diff --git a/appstore/peer-ban-helper/8.0.8/data.yml b/appstore/peer-ban-helper/8.0.9/data.yml similarity index 100% rename from appstore/peer-ban-helper/8.0.8/data.yml rename to appstore/peer-ban-helper/8.0.9/data.yml diff --git a/appstore/peer-ban-helper/8.0.8/docker-compose.yml b/appstore/peer-ban-helper/8.0.9/docker-compose.yml similarity index 91% rename from appstore/peer-ban-helper/8.0.8/docker-compose.yml rename to appstore/peer-ban-helper/8.0.9/docker-compose.yml index 8cdb488ee..bc4962eae 100644 --- a/appstore/peer-ban-helper/8.0.8/docker-compose.yml +++ b/appstore/peer-ban-helper/8.0.9/docker-compose.yml @@ -11,7 +11,7 @@ services: - PUID=0 - PGID=0 - TZ=Asia/Shanghai - image: ghostchu/peerbanhelper:v8.0.8 + image: ghostchu/peerbanhelper:v8.0.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/super-productivity/14.1.0/envs/default.env b/appstore/peer-ban-helper/8.0.9/envs/default.env similarity index 100% rename from appstore/super-productivity/14.1.0/envs/default.env rename to appstore/peer-ban-helper/8.0.9/envs/default.env diff --git a/appstore/super-productivity/14.1.0/envs/global.env b/appstore/peer-ban-helper/8.0.9/envs/global.env similarity index 100% rename from appstore/super-productivity/14.1.0/envs/global.env rename to appstore/peer-ban-helper/8.0.9/envs/global.env diff --git a/appstore/watchyourlan/2.1.2/scripts/init.sh b/appstore/peer-ban-helper/8.0.9/scripts/init.sh similarity index 100% rename from appstore/watchyourlan/2.1.2/scripts/init.sh rename to appstore/peer-ban-helper/8.0.9/scripts/init.sh diff --git a/appstore/super-productivity/14.1.0/scripts/uninstall.sh b/appstore/peer-ban-helper/8.0.9/scripts/uninstall.sh similarity index 100% rename from appstore/super-productivity/14.1.0/scripts/uninstall.sh rename to appstore/peer-ban-helper/8.0.9/scripts/uninstall.sh diff --git a/appstore/watchyourlan/2.1.2/scripts/upgrade.sh b/appstore/peer-ban-helper/8.0.9/scripts/upgrade.sh similarity index 100% rename from appstore/watchyourlan/2.1.2/scripts/upgrade.sh rename to appstore/peer-ban-helper/8.0.9/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-07-23/.env b/appstore/rsshub/2025-07-27/.env similarity index 100% rename from appstore/rsshub/2025-07-23/.env rename to appstore/rsshub/2025-07-27/.env diff --git a/appstore/rsshub/2025-07-23/data.yml b/appstore/rsshub/2025-07-27/data.yml similarity index 100% rename from appstore/rsshub/2025-07-23/data.yml rename to appstore/rsshub/2025-07-27/data.yml diff --git a/appstore/rsshub/2025-07-23/docker-compose.yml b/appstore/rsshub/2025-07-27/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-07-23/docker-compose.yml rename to appstore/rsshub/2025-07-27/docker-compose.yml index b724f8039..8ced2f3b0 100644 --- a/appstore/rsshub/2025-07-23/docker-compose.yml +++ b/appstore/rsshub/2025-07-27/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-07-23 + image: diygod/rsshub:2025-07-27 labels: createdBy: Apps networks: diff --git a/appstore/watchyourlan/2.1.2/envs/default.env b/appstore/rsshub/2025-07-27/envs/default.env similarity index 100% rename from appstore/watchyourlan/2.1.2/envs/default.env rename to appstore/rsshub/2025-07-27/envs/default.env diff --git a/appstore/watchyourlan/2.1.2/envs/global.env b/appstore/rsshub/2025-07-27/envs/global.env similarity index 100% rename from appstore/watchyourlan/2.1.2/envs/global.env rename to appstore/rsshub/2025-07-27/envs/global.env diff --git a/appstore/rsshub/2025-07-27/scripts/init.sh b/appstore/rsshub/2025-07-27/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/rsshub/2025-07-27/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/watchyourlan/2.1.2/scripts/uninstall.sh b/appstore/rsshub/2025-07-27/scripts/uninstall.sh similarity index 100% rename from appstore/watchyourlan/2.1.2/scripts/uninstall.sh rename to appstore/rsshub/2025-07-27/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-07-27/scripts/upgrade.sh b/appstore/rsshub/2025-07-27/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/rsshub/2025-07-27/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/super-productivity/14.1.0/.env b/appstore/super-productivity/14.2.4/.env similarity index 100% rename from appstore/super-productivity/14.1.0/.env rename to appstore/super-productivity/14.2.4/.env diff --git a/appstore/super-productivity/14.1.0/conf/webdav.yaml b/appstore/super-productivity/14.2.4/conf/webdav.yaml similarity index 100% rename from appstore/super-productivity/14.1.0/conf/webdav.yaml rename to appstore/super-productivity/14.2.4/conf/webdav.yaml diff --git a/appstore/super-productivity/14.1.0/data.yml b/appstore/super-productivity/14.2.4/data.yml similarity index 100% rename from appstore/super-productivity/14.1.0/data.yml rename to appstore/super-productivity/14.2.4/data.yml diff --git a/appstore/super-productivity/14.1.0/docker-compose.yml b/appstore/super-productivity/14.2.4/docker-compose.yml similarity index 93% rename from appstore/super-productivity/14.1.0/docker-compose.yml rename to appstore/super-productivity/14.2.4/docker-compose.yml index 23f723093..f2b23d2c7 100644 --- a/appstore/super-productivity/14.1.0/docker-compose.yml +++ b/appstore/super-productivity/14.2.4/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.1.0 + image: johannesjo/super-productivity:v14.2.4 labels: createdBy: Apps networks: diff --git a/appstore/weblate/5.12.2.2/envs/default.env b/appstore/super-productivity/14.2.4/envs/default.env similarity index 100% rename from appstore/weblate/5.12.2.2/envs/default.env rename to appstore/super-productivity/14.2.4/envs/default.env diff --git a/appstore/weblate/5.12.2.2/envs/global.env b/appstore/super-productivity/14.2.4/envs/global.env similarity index 100% rename from appstore/weblate/5.12.2.2/envs/global.env rename to appstore/super-productivity/14.2.4/envs/global.env diff --git a/appstore/super-productivity/14.1.0/scripts/init.sh b/appstore/super-productivity/14.2.4/scripts/init.sh similarity index 100% rename from appstore/super-productivity/14.1.0/scripts/init.sh rename to appstore/super-productivity/14.2.4/scripts/init.sh diff --git a/appstore/weblate/5.12.2.2/scripts/uninstall.sh b/appstore/super-productivity/14.2.4/scripts/uninstall.sh similarity index 100% rename from appstore/weblate/5.12.2.2/scripts/uninstall.sh rename to appstore/super-productivity/14.2.4/scripts/uninstall.sh diff --git a/appstore/super-productivity/14.1.0/scripts/upgrade.sh b/appstore/super-productivity/14.2.4/scripts/upgrade.sh similarity index 100% rename from appstore/super-productivity/14.1.0/scripts/upgrade.sh rename to appstore/super-productivity/14.2.4/scripts/upgrade.sh diff --git a/appstore/watchyourlan/2.1.2/.env b/appstore/watchyourlan/2.1.3/.env similarity index 100% rename from appstore/watchyourlan/2.1.2/.env rename to appstore/watchyourlan/2.1.3/.env diff --git a/appstore/watchyourlan/2.1.2/data.yml b/appstore/watchyourlan/2.1.3/data.yml similarity index 100% rename from appstore/watchyourlan/2.1.2/data.yml rename to appstore/watchyourlan/2.1.3/data.yml diff --git a/appstore/watchyourlan/2.1.2/docker-compose.yml b/appstore/watchyourlan/2.1.3/docker-compose.yml similarity index 91% rename from appstore/watchyourlan/2.1.2/docker-compose.yml rename to appstore/watchyourlan/2.1.3/docker-compose.yml index 0e161e037..2d583980a 100644 --- a/appstore/watchyourlan/2.1.2/docker-compose.yml +++ b/appstore/watchyourlan/2.1.3/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.2 + image: aceberg/watchyourlan:2.1.3 labels: createdBy: Apps network_mode: host diff --git a/dockge/ani-rss_2_0_33/envs/default.env b/appstore/watchyourlan/2.1.3/envs/default.env similarity index 100% rename from dockge/ani-rss_2_0_33/envs/default.env rename to appstore/watchyourlan/2.1.3/envs/default.env diff --git a/dockge/ani-rss_2_0_33/envs/global.env b/appstore/watchyourlan/2.1.3/envs/global.env similarity index 100% rename from dockge/ani-rss_2_0_33/envs/global.env rename to appstore/watchyourlan/2.1.3/envs/global.env diff --git a/appstore/watchyourlan/2.1.3/scripts/init.sh b/appstore/watchyourlan/2.1.3/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/watchyourlan/2.1.3/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/watchyourlan/2.1.3/scripts/uninstall.sh b/appstore/watchyourlan/2.1.3/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/watchyourlan/2.1.3/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/watchyourlan/2.1.3/scripts/upgrade.sh b/appstore/watchyourlan/2.1.3/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/watchyourlan/2.1.3/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/weblate/5.12.2.2/.env b/appstore/weblate/5.12.2.3/.env similarity index 100% rename from appstore/weblate/5.12.2.2/.env rename to appstore/weblate/5.12.2.3/.env diff --git a/appstore/weblate/5.12.2.2/data.yml b/appstore/weblate/5.12.2.3/data.yml similarity index 100% rename from appstore/weblate/5.12.2.2/data.yml rename to appstore/weblate/5.12.2.3/data.yml diff --git a/appstore/weblate/5.12.2.2/docker-compose.yml b/appstore/weblate/5.12.2.3/docker-compose.yml similarity index 94% rename from appstore/weblate/5.12.2.2/docker-compose.yml rename to appstore/weblate/5.12.2.3/docker-compose.yml index 234ece020..0ef1a8a39 100644 --- a/appstore/weblate/5.12.2.2/docker-compose.yml +++ b/appstore/weblate/5.12.2.3/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.12.2.2 + image: weblate/weblate:5.12.2.3 labels: createdBy: Apps networks: diff --git a/dockge/byte-muse_license/envs/default.env b/appstore/weblate/5.12.2.3/envs/default.env similarity index 100% rename from dockge/byte-muse_license/envs/default.env rename to appstore/weblate/5.12.2.3/envs/default.env diff --git a/dockge/byte-muse_license/envs/global.env b/appstore/weblate/5.12.2.3/envs/global.env similarity index 100% rename from dockge/byte-muse_license/envs/global.env rename to appstore/weblate/5.12.2.3/envs/global.env diff --git a/appstore/weblate/5.12.2.2/scripts/init.sh b/appstore/weblate/5.12.2.3/scripts/init.sh similarity index 100% rename from appstore/weblate/5.12.2.2/scripts/init.sh rename to appstore/weblate/5.12.2.3/scripts/init.sh diff --git a/appstore/weblate/5.12.2.3/scripts/uninstall.sh b/appstore/weblate/5.12.2.3/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/weblate/5.12.2.3/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/weblate/5.12.2.2/scripts/upgrade.sh b/appstore/weblate/5.12.2.3/scripts/upgrade.sh similarity index 100% rename from appstore/weblate/5.12.2.2/scripts/upgrade.sh rename to appstore/weblate/5.12.2.3/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 9c6e13c66..c9df14fc8 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -8,10 +8,13 @@ services: - ./envs/global.env - .env environment: + - PUID=0 + - PGID=0 + - UMASK=022 - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.2.82 + image: wushuo894/ani-rss:v2.0.34 labels: createdBy: Apps networks: diff --git a/dockge/ani-rss_2_0_33/.env b/dockge/ani-rss_1_2_82/.env similarity index 100% rename from dockge/ani-rss_2_0_33/.env rename to dockge/ani-rss_1_2_82/.env diff --git a/dockge/ani-rss_2_0_33/docker-compose.yml b/dockge/ani-rss_1_2_82/docker-compose.yml similarity index 90% rename from dockge/ani-rss_2_0_33/docker-compose.yml rename to dockge/ani-rss_1_2_82/docker-compose.yml index aafba2784..9c6e13c66 100644 --- a/dockge/ani-rss_2_0_33/docker-compose.yml +++ b/dockge/ani-rss_1_2_82/docker-compose.yml @@ -8,13 +8,10 @@ services: - ./envs/global.env - .env environment: - - PUID=0 - - PGID=0 - - UMASK=022 - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.0.33 + image: wushuo894/ani-rss:v1.2.82 labels: createdBy: Apps networks: diff --git a/dockge/emby-amilys_4_9_1_0/envs/default.env b/dockge/ani-rss_1_2_82/envs/default.env similarity index 100% rename from dockge/emby-amilys_4_9_1_0/envs/default.env rename to dockge/ani-rss_1_2_82/envs/default.env diff --git a/dockge/emby-amilys_4_9_1_0/envs/global.env b/dockge/ani-rss_1_2_82/envs/global.env similarity index 100% rename from dockge/emby-amilys_4_9_1_0/envs/global.env rename to dockge/ani-rss_1_2_82/envs/global.env diff --git a/dockge/beszel-agent/docker-compose.yml b/dockge/beszel-agent/docker-compose.yml index a5a3c3b19..53a0a3154 100644 --- a/dockge/beszel-agent/docker-compose.yml +++ b/dockge/beszel-agent/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - LOG_LEVEL=info - PORT=${PANEL_APP_PORT_HTTP:-45876} - image: henrygd/beszel-agent:0.11.1 + image: henrygd/beszel-agent:0.12.1 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/beszel/docker-compose.yml b/dockge/beszel/docker-compose.yml index f13832102..663f5776a 100644 --- a/dockge/beszel/docker-compose.yml +++ b/dockge/beszel/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: henrygd/beszel:0.11.1 + image: henrygd/beszel:0.12.1 labels: createdBy: Apps networks: diff --git a/dockge/byte-muse/.env b/dockge/byte-muse/.env index 7198039bd..e633719fd 100644 --- a/dockge/byte-muse/.env +++ b/dockge/byte-muse/.env @@ -1,21 +1,3 @@ -# 数据持久化路径 [必填] -AUTO_LADY_ROOT_PATH=/home/byte-muse - # WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=8080 - -# 自定义挂载目录 1 -CUSTOM_MOUNT_DIRECTORY_1= - -# 自定义挂载目录 2 -CUSTOM_MOUNT_DIRECTORY_2= - -# 自定义挂载目录 3 -CUSTOM_MOUNT_DIRECTORY_3= - -# 网络代理地址 -HTTP_PROXY= - -# 跳过代理地址 -NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local +PANEL_APP_PORT_HTTP=5000 diff --git a/dockge/byte-muse/docker-compose.yml b/dockge/byte-muse/docker-compose.yml index d330d6b0b..e70ac8e43 100644 --- a/dockge/byte-muse/docker-compose.yml +++ b/dockge/byte-muse/docker-compose.yml @@ -2,25 +2,13 @@ networks: 1panel-network: external: true services: - auto-lady: + byte-muse-license: container_name: byte-muse - env_file: - - ./envs/global.env - - .env - environment: - - HTTPS_PROXY=${HTTP_PROXY} - - HTTP_PROXY=${HTTP_PROXY:-} - - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.15.1 + image: envyafish/byte-muse-license:latest labels: createdBy: Apps networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:80 + - ${PANEL_APP_PORT_HTTP}:5000 restart: always - volumes: - - ${AUTO_LADY_ROOT_PATH}/config:/data - - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/dockge/byte-muse_1_16_0/.env b/dockge/byte-muse_1_16_0/.env new file mode 100644 index 000000000..7198039bd --- /dev/null +++ b/dockge/byte-muse_1_16_0/.env @@ -0,0 +1,21 @@ +# 数据持久化路径 [必填] +AUTO_LADY_ROOT_PATH=/home/byte-muse + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + +# 网络代理地址 +HTTP_PROXY= + +# 跳过代理地址 +NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local + diff --git a/dockge/byte-muse_1_16_0/docker-compose.yml b/dockge/byte-muse_1_16_0/docker-compose.yml new file mode 100644 index 000000000..0c2eb94c3 --- /dev/null +++ b/dockge/byte-muse_1_16_0/docker-compose.yml @@ -0,0 +1,26 @@ +networks: + 1panel-network: + external: true +services: + auto-lady: + container_name: byte-muse + env_file: + - ./envs/global.env + - .env + environment: + - HTTPS_PROXY=${HTTP_PROXY} + - HTTP_PROXY=${HTTP_PROXY:-} + - NO_PROXY=${NO_PROXY:-} + image: envyafish/byte-muse:1.16.0 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:80 + restart: always + volumes: + - ${AUTO_LADY_ROOT_PATH}/config:/data + - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} + - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} + - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} diff --git a/dockge/immich-machine-learning_1_135_3/envs/default.env b/dockge/byte-muse_1_16_0/envs/default.env similarity index 100% rename from dockge/immich-machine-learning_1_135_3/envs/default.env rename to dockge/byte-muse_1_16_0/envs/default.env diff --git a/dockge/immich-machine-learning_1_135_3/envs/global.env b/dockge/byte-muse_1_16_0/envs/global.env similarity index 100% rename from dockge/immich-machine-learning_1_135_3/envs/global.env rename to dockge/byte-muse_1_16_0/envs/global.env diff --git a/dockge/byte-muse_license/.env b/dockge/byte-muse_license/.env deleted file mode 100644 index e633719fd..000000000 --- a/dockge/byte-muse_license/.env +++ /dev/null @@ -1,3 +0,0 @@ -# WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=5000 - diff --git a/dockge/byte-muse_license/docker-compose.yml b/dockge/byte-muse_license/docker-compose.yml deleted file mode 100644 index e70ac8e43..000000000 --- a/dockge/byte-muse_license/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -networks: - 1panel-network: - external: true -services: - byte-muse-license: - container_name: byte-muse - image: envyafish/byte-muse-license:latest - labels: - createdBy: Apps - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:5000 - restart: always diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index db960784e..5b7f0dc09 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:v1.984.0 + image: casbin/casdoor:v1.988.0 labels: createdBy: Apps networks: diff --git a/dockge/dozzle/docker-compose.yml b/dockge/dozzle/docker-compose.yml index ee8090d39..4c3b92092 100644 --- a/dockge/dozzle/docker-compose.yml +++ b/dockge/dozzle/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.13.7 + image: amir20/dozzle:v8.13.8 labels: createdBy: Apps networks: diff --git a/dockge/emby-amilys/docker-compose.yml b/dockge/emby-amilys/docker-compose.yml index c65d6be5f..a309de271 100644 --- a/dockge/emby-amilys/docker-compose.yml +++ b/dockge/emby-amilys/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: amilys/embyserver:4.8.10.0 + image: amilys/embyserver:4.9.1.3 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/emby-amilys_4_9_1_0/.env b/dockge/emby-amilys_4_8_10_0/.env similarity index 100% rename from dockge/emby-amilys_4_9_1_0/.env rename to dockge/emby-amilys_4_8_10_0/.env diff --git a/dockge/emby-amilys_4_9_1_0/docker-compose.yml b/dockge/emby-amilys_4_8_10_0/docker-compose.yml similarity index 95% rename from dockge/emby-amilys_4_9_1_0/docker-compose.yml rename to dockge/emby-amilys_4_8_10_0/docker-compose.yml index 4b1ba12dc..c65d6be5f 100644 --- a/dockge/emby-amilys_4_9_1_0/docker-compose.yml +++ b/dockge/emby-amilys_4_8_10_0/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: amilys/embyserver:4.9.1.0 + image: amilys/embyserver:4.8.10.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/immich-no-machine_1_135_3/envs/default.env b/dockge/emby-amilys_4_8_10_0/envs/default.env similarity index 100% rename from dockge/immich-no-machine_1_135_3/envs/default.env rename to dockge/emby-amilys_4_8_10_0/envs/default.env diff --git a/dockge/immich-no-machine_1_135_3/envs/global.env b/dockge/emby-amilys_4_8_10_0/envs/global.env similarity index 100% rename from dockge/immich-no-machine_1_135_3/envs/global.env rename to dockge/emby-amilys_4_8_10_0/envs/global.env diff --git a/dockge/emby/docker-compose.yml b/dockge/emby/docker-compose.yml index a901c08d5..79a2e1805 100644 --- a/dockge/emby/docker-compose.yml +++ b/dockge/emby/docker-compose.yml @@ -13,7 +13,7 @@ services: - HTTP_PROXY=${HTTP_PROXY:-} - HTTPS_PROXY=${HTTP_PROXY:-} - NO_PROXY=localhost,127.0.0.1,::1 - image: emby/embyserver:4.9.1.9 + image: emby/embyserver:4.9.1.11 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 0c0530ffe..7e51478d0 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning_1_135_3/.env b/dockge/immich-machine-learning_1_132_3/.env similarity index 100% rename from dockge/immich-machine-learning_1_135_3/.env rename to dockge/immich-machine-learning_1_132_3/.env diff --git a/dockge/immich-machine-learning_1_135_3/docker-compose.yml b/dockge/immich-machine-learning_1_132_3/docker-compose.yml similarity index 87% rename from dockge/immich-machine-learning_1_135_3/docker-compose.yml rename to dockge/immich-machine-learning_1_132_3/docker-compose.yml index 8aa758179..0c0530ffe 100644 --- a/dockge/immich-machine-learning_1_135_3/docker-compose.yml +++ b/dockge/immich-machine-learning_1_132_3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 labels: createdBy: Apps networks: diff --git a/dockge/immich-server_1_135_3/envs/default.env b/dockge/immich-machine-learning_1_132_3/envs/default.env similarity index 100% rename from dockge/immich-server_1_135_3/envs/default.env rename to dockge/immich-machine-learning_1_132_3/envs/default.env diff --git a/dockge/immich-server_1_135_3/envs/global.env b/dockge/immich-machine-learning_1_132_3/envs/global.env similarity index 100% rename from dockge/immich-server_1_135_3/envs/global.env rename to dockge/immich-machine-learning_1_132_3/envs/global.env diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 0ad713e57..f953ba274 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -4,36 +4,13 @@ networks: external: true services: immich-pg14-vectors: - command: - - postgres - - -c - - shared_preload_libraries=vectors.so - - -c - - search_path="$$user", public, vectors - - -c - - logging_collector=on - - -c - - max_wal_size=2GB - - -c - - shared_buffers=512MB - - -c - - wal_compression=on container_name: pg14-vectors-immich-no-machine environment: POSTGRES_DB: ${DB_DATABASE_NAME:-immich} POSTGRES_INITDB_ARGS: --data-checksums POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME:-postgres} - healthcheck: - interval: 5m - start_interval: 30s - start_period: 5m - test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' - || exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' - --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), - 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ - "$$Chksum" = '0' ] || exit 1 - image: tensorchord/pgvecto-rs:pg14-v0.2.0 + image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 labels: createdBy: Apps networks: @@ -52,7 +29,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.132.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine_1_135_3/.env b/dockge/immich-no-machine_1_132_3/.env similarity index 100% rename from dockge/immich-no-machine_1_135_3/.env rename to dockge/immich-no-machine_1_132_3/.env diff --git a/dockge/immich-no-machine_1_135_3/docker-compose.yml b/dockge/immich-no-machine_1_132_3/docker-compose.yml similarity index 54% rename from dockge/immich-no-machine_1_135_3/docker-compose.yml rename to dockge/immich-no-machine_1_132_3/docker-compose.yml index b174763a8..0ad713e57 100644 --- a/dockge/immich-no-machine_1_135_3/docker-compose.yml +++ b/dockge/immich-no-machine_1_132_3/docker-compose.yml @@ -4,13 +4,36 @@ networks: external: true services: immich-pg14-vectors: + command: + - postgres + - -c + - shared_preload_libraries=vectors.so + - -c + - search_path="$$user", public, vectors + - -c + - logging_collector=on + - -c + - max_wal_size=2GB + - -c + - shared_buffers=512MB + - -c + - wal_compression=on container_name: pg14-vectors-immich-no-machine environment: POSTGRES_DB: ${DB_DATABASE_NAME:-immich} POSTGRES_INITDB_ARGS: --data-checksums POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME:-postgres} - image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 + healthcheck: + interval: 5m + start_interval: 30s + start_period: 5m + test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' + || exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' + --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), + 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ + "$$Chksum" = '0' ] || exit 1 + image: tensorchord/pgvecto-rs:pg14-v0.2.0 labels: createdBy: Apps networks: @@ -29,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.132.3 labels: createdBy: Apps networks: diff --git a/dockge/immich_1_135_3/envs/default.env b/dockge/immich-no-machine_1_132_3/envs/default.env similarity index 100% rename from dockge/immich_1_135_3/envs/default.env rename to dockge/immich-no-machine_1_132_3/envs/default.env diff --git a/dockge/immich_1_135_3/envs/global.env b/dockge/immich-no-machine_1_132_3/envs/global.env similarity index 100% rename from dockge/immich_1_135_3/envs/global.env rename to dockge/immich-no-machine_1_132_3/envs/global.env diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 1f7695a07..90cd2aad0 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.132.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/dockge/immich-server_1_135_3/.env b/dockge/immich-server_1_132_3/.env similarity index 100% rename from dockge/immich-server_1_135_3/.env rename to dockge/immich-server_1_132_3/.env diff --git a/dockge/immich-server_1_135_3/docker-compose.yml b/dockge/immich-server_1_132_3/docker-compose.yml similarity index 89% rename from dockge/immich-server_1_135_3/docker-compose.yml rename to dockge/immich-server_1_132_3/docker-compose.yml index a6a472d9a..1f7695a07 100644 --- a/dockge/immich-server_1_135_3/docker-compose.yml +++ b/dockge/immich-server_1_132_3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.132.3 labels: createdBy: Apps networks: diff --git a/dockge/libretv_202507222210/envs/default.env b/dockge/immich-server_1_132_3/envs/default.env similarity index 100% rename from dockge/libretv_202507222210/envs/default.env rename to dockge/immich-server_1_132_3/envs/default.env diff --git a/dockge/libretv_202507222210/envs/global.env b/dockge/immich-server_1_132_3/envs/global.env similarity index 100% rename from dockge/libretv_202507222210/envs/global.env rename to dockge/immich-server_1_132_3/envs/global.env diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 44a2398ec..b1db34b69 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.136.0 labels: createdBy: Apps networks: @@ -21,36 +21,13 @@ services: volumes: - ${IMMICH_ROOT_PATH}/data/cache:/cache immich-pg14-vectors: - command: - - postgres - - -c - - shared_preload_libraries=vectors.so - - -c - - search_path="$$user", public, vectors - - -c - - logging_collector=on - - -c - - max_wal_size=2GB - - -c - - shared_buffers=512MB - - -c - - wal_compression=on container_name: pg14-vectors-immich environment: POSTGRES_DB: ${DB_DATABASE_NAME:-immich} POSTGRES_INITDB_ARGS: --data-checksums POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME:-postgres} - healthcheck: - interval: 5m - start_interval: 30s - start_period: 5m - test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' - || exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' - --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), - 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ - "$$Chksum" = '0' ] || exit 1 - image: tensorchord/pgvecto-rs:pg14-v0.2.0 + image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0 labels: createdBy: Apps networks: @@ -68,7 +45,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.132.3 + image: ghcr.io/immich-app/immich-server:v1.136.0 labels: createdBy: Apps networks: diff --git a/dockge/immich_1_135_3/.env b/dockge/immich_1_132_3/.env similarity index 100% rename from dockge/immich_1_135_3/.env rename to dockge/immich_1_132_3/.env diff --git a/appstore/immich/1.135.3/docker-compose.yml b/dockge/immich_1_132_3/docker-compose.yml similarity index 59% rename from appstore/immich/1.135.3/docker-compose.yml rename to dockge/immich_1_132_3/docker-compose.yml index 680035b9c..44a2398ec 100644 --- a/appstore/immich/1.135.3/docker-compose.yml +++ b/dockge/immich_1_132_3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.135.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 labels: createdBy: Apps networks: @@ -21,13 +21,36 @@ services: volumes: - ${IMMICH_ROOT_PATH}/data/cache:/cache immich-pg14-vectors: + command: + - postgres + - -c + - shared_preload_libraries=vectors.so + - -c + - search_path="$$user", public, vectors + - -c + - logging_collector=on + - -c + - max_wal_size=2GB + - -c + - shared_buffers=512MB + - -c + - wal_compression=on container_name: pg14-vectors-immich environment: POSTGRES_DB: ${DB_DATABASE_NAME:-immich} POSTGRES_INITDB_ARGS: --data-checksums POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME:-postgres} - image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0 + healthcheck: + interval: 5m + start_interval: 30s + start_period: 5m + test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' + || exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' + --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), + 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ + "$$Chksum" = '0' ] || exit 1 + image: tensorchord/pgvecto-rs:pg14-v0.2.0 labels: createdBy: Apps networks: @@ -45,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.135.3 + image: ghcr.io/immich-app/immich-server:v1.132.3 labels: createdBy: Apps networks: diff --git a/dockge/immich_1_132_3/envs/default.env b/dockge/immich_1_132_3/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/immich_1_132_3/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/immich_1_132_3/envs/global.env b/dockge/immich_1_132_3/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/immich_1_132_3/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/kotatsu/.env b/dockge/kotatsu/.env new file mode 100644 index 000000000..b18cfdad4 --- /dev/null +++ b/dockge/kotatsu/.env @@ -0,0 +1,27 @@ +# MySQL 服务 (前置检查) [必填] +PANEL_DB_TYPE=mysql + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + +# JWT 密钥 [必填] +JWT_SECRET= + +# 数据库 主机 [必填] +DATABASE_HOST=127.0.0.1 + +# 数据库 端口 [必填] +DATABASE_PORT=3306 + +# 数据库 名称 [必填] +DATABASE_NAME=kotatsu-syncserver + +# 数据库 用户名 [必填] +DATABASE_USER=kotatsu-syncserver + +# 数据库 密码 [必填] +DATABASE_PASSWORD= + +# 允许新用户注册 [必填] +ALLOW_NEW_REGISTER=true + diff --git a/dockge/kotatsu/config/database.sql b/dockge/kotatsu/config/database.sql new file mode 100644 index 000000000..662429cff --- /dev/null +++ b/dockge/kotatsu/config/database.sql @@ -0,0 +1,134 @@ +drop table if exists favourites; + +drop table if exists categories; + +drop table if exists history; + +drop table if exists manga_tags; + +drop table if exists manga; + +drop table if exists tags; + +drop table if exists users; + +create table manga +( + id bigint not null, + title varchar(84) not null, + alt_title varchar(84) null, + url varchar(255) not null, + public_url varchar(255) not null, + rating float not null, + content_rating char(12) null, + cover_url varchar(255) not null, + large_cover_url varchar(255) null, + state char(12) null, + author varchar(64) null, + source varchar(32) not null, + primary key (id) +); + +create table tags +( + id bigint not null, + title varchar(64) not null, + `key` varchar(120) not null, + source varchar(32) not null, + primary key (id) +); + +create table manga_tags +( + manga_id bigint not null, + tag_id bigint not null, + primary key (manga_id, tag_id), + constraint manga_tags_ibfk_1 + foreign key (tag_id) references tags (id), + constraint manga_tags_ibfk_2 + foreign key (manga_id) references manga (id) + on delete cascade +); + +create index tag_id + on manga_tags (tag_id); + +create table users +( + id int auto_increment + primary key, + email varchar(120) not null, + password char(32) not null, + nickname varchar(84) null, + favourites_sync_timestamp bigint null, + history_sync_timestamp bigint null +); + +create table categories +( + id bigint not null, + created_at bigint not null, + sort_key int not null, + title varchar(120) not null, + `order` char(16) not null, + user_id int not null, + track tinyint(1) not null, + show_in_lib tinyint(1) not null, + deleted_at bigint not null, + primary key (id, user_id), + constraint categories_ibfk_1 + foreign key (user_id) references users (id) + on delete cascade +); + +create index categories_id_index + on categories (id); + +create table favourites +( + manga_id bigint not null, + category_id bigint not null, + sort_key int not null, + pinned tinyint(1) not null, + created_at bigint not null, + deleted_at bigint not null, + user_id int not null, + primary key (manga_id, category_id, user_id), + constraint favourites_categories_id_pk + foreign key (category_id, user_id) references categories (id, user_id), + constraint favourites_ibfk_1 + foreign key (manga_id) references manga (id), + constraint favourites_ibfk_2 + foreign key (user_id) references users (id) +); + +create index user_id + on favourites (user_id); + +create table history +( + manga_id bigint not null, + created_at bigint not null, + updated_at bigint not null, + chapter_id bigint not null, + page smallint not null, + scroll double not null, + percent double not null, + chapters int not null, + deleted_at bigint not null, + user_id int not null, + primary key (user_id, manga_id), + constraint history_ibfk_1 + foreign key (manga_id) references manga (id), + constraint history_ibfk_2 + foreign key (user_id) references users (id) + on delete cascade +); + +create index manga_id + on history (manga_id); + +create unique index users_email_uindex + on users (email); + + diff --git a/dockge/kotatsu/docker-compose.yml b/dockge/kotatsu/docker-compose.yml new file mode 100644 index 000000000..39631d586 --- /dev/null +++ b/dockge/kotatsu/docker-compose.yml @@ -0,0 +1,19 @@ +networks: + 1panel-network: + external: true +services: + kotatsu-syncserver: + container_name: kotatsu + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: qyg2297248353/kotatsu-syncserver:v20250725 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:8080 + restart: always diff --git a/dockge/kotatsu/envs/default.env b/dockge/kotatsu/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/kotatsu/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/kotatsu/envs/global.env b/dockge/kotatsu/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/kotatsu/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/libretv_202507222210/.env b/dockge/libretv_202507251119/.env similarity index 100% rename from dockge/libretv_202507222210/.env rename to dockge/libretv_202507251119/.env diff --git a/dockge/libretv_202507222210/docker-compose.yml b/dockge/libretv_202507251119/docker-compose.yml similarity index 88% rename from dockge/libretv_202507222210/docker-compose.yml rename to dockge/libretv_202507251119/docker-compose.yml index a8734b963..7673b141f 100644 --- a/dockge/libretv_202507222210/docker-compose.yml +++ b/dockge/libretv_202507251119/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: bestzwei/libretv:202507222210 + image: bestzwei/libretv:202507251119 labels: createdBy: Apps networks: diff --git a/dockge/libretv_202507251119/envs/default.env b/dockge/libretv_202507251119/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/libretv_202507251119/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/libretv_202507251119/envs/global.env b/dockge/libretv_202507251119/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/libretv_202507251119/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 731cf6db9..ed7de2fa8 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.18.2 + image: mdcng/mdc:1.18.3 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index e0beb87a7..559b918b2 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:v2.9.7 + image: hamster1963/nezha-dash:v2.9.8 labels: createdBy: Apps networks: diff --git a/dockge/peer-ban-helper/docker-compose.yml b/dockge/peer-ban-helper/docker-compose.yml index 8cdb488ee..bc4962eae 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:v8.0.8 + image: ghostchu/peerbanhelper:v8.0.9 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index b724f8039..8ced2f3b0 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-07-23 + image: diygod/rsshub:2025-07-27 labels: createdBy: Apps networks: diff --git a/dockge/super-productivity/docker-compose.yml b/dockge/super-productivity/docker-compose.yml index 23f723093..f2b23d2c7 100644 --- a/dockge/super-productivity/docker-compose.yml +++ b/dockge/super-productivity/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v14.1.0 + image: johannesjo/super-productivity:v14.2.4 labels: createdBy: Apps networks: diff --git a/dockge/watchyourlan/docker-compose.yml b/dockge/watchyourlan/docker-compose.yml index 0e161e037..2d583980a 100644 --- a/dockge/watchyourlan/docker-compose.yml +++ b/dockge/watchyourlan/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.2 + image: aceberg/watchyourlan:2.1.3 labels: createdBy: Apps network_mode: host diff --git a/dockge/weblate/docker-compose.yml b/dockge/weblate/docker-compose.yml index 234ece020..0ef1a8a39 100644 --- a/dockge/weblate/docker-compose.yml +++ b/dockge/weblate/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.12.2.2 + image: weblate/weblate:5.12.2.3 labels: createdBy: Apps networks: