diff --git a/apps/ani-rss/2.1.8/data.yml b/apps/ani-rss/2.1.9/data.yml similarity index 100% rename from apps/ani-rss/2.1.8/data.yml rename to apps/ani-rss/2.1.9/data.yml diff --git a/apps/ani-rss/2.1.8/docker-compose.yml b/apps/ani-rss/2.1.9/docker-compose.yml similarity index 96% rename from apps/ani-rss/2.1.8/docker-compose.yml rename to apps/ani-rss/2.1.9/docker-compose.yml index f26b04e8a..7f700f711 100644 --- a/apps/ani-rss/2.1.8/docker-compose.yml +++ b/apps/ani-rss/2.1.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v2.1.8 + image: wushuo894/ani-rss:v2.1.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ani-rss/2.1.8/envs/default.env b/apps/ani-rss/2.1.9/envs/default.env similarity index 100% rename from apps/ani-rss/2.1.8/envs/default.env rename to apps/ani-rss/2.1.9/envs/default.env diff --git a/apps/ani-rss/2.1.8/envs/global.env b/apps/ani-rss/2.1.9/envs/global.env similarity index 100% rename from apps/ani-rss/2.1.8/envs/global.env rename to apps/ani-rss/2.1.9/envs/global.env diff --git a/apps/ani-rss/2.1.8/scripts/init.sh b/apps/ani-rss/2.1.9/scripts/init.sh similarity index 100% rename from apps/ani-rss/2.1.8/scripts/init.sh rename to apps/ani-rss/2.1.9/scripts/init.sh diff --git a/apps/ani-rss/2.1.8/scripts/uninstall.sh b/apps/ani-rss/2.1.9/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/2.1.8/scripts/uninstall.sh rename to apps/ani-rss/2.1.9/scripts/uninstall.sh diff --git a/apps/ani-rss/2.1.8/scripts/upgrade.sh b/apps/ani-rss/2.1.9/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/2.1.8/scripts/upgrade.sh rename to apps/ani-rss/2.1.9/scripts/upgrade.sh diff --git a/apps/byte-muse/1.16.6/data.yml b/apps/byte-muse/1.17.1/data.yml similarity index 100% rename from apps/byte-muse/1.16.6/data.yml rename to apps/byte-muse/1.17.1/data.yml diff --git a/apps/byte-muse/1.16.6/docker-compose.yml b/apps/byte-muse/1.17.1/docker-compose.yml similarity index 95% rename from apps/byte-muse/1.16.6/docker-compose.yml rename to apps/byte-muse/1.17.1/docker-compose.yml index 892871182..3e2e4861a 100644 --- a/apps/byte-muse/1.16.6/docker-compose.yml +++ b/apps/byte-muse/1.17.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.16.6 + image: envyafish/byte-muse:1.17.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/byte-muse/1.16.6/envs/default.env b/apps/byte-muse/1.17.1/envs/default.env similarity index 100% rename from apps/byte-muse/1.16.6/envs/default.env rename to apps/byte-muse/1.17.1/envs/default.env diff --git a/apps/byte-muse/1.16.6/envs/global.env b/apps/byte-muse/1.17.1/envs/global.env similarity index 100% rename from apps/byte-muse/1.16.6/envs/global.env rename to apps/byte-muse/1.17.1/envs/global.env diff --git a/apps/byte-muse/1.16.6/scripts/init.sh b/apps/byte-muse/1.17.1/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.16.6/scripts/init.sh rename to apps/byte-muse/1.17.1/scripts/init.sh diff --git a/apps/byte-muse/1.16.6/scripts/uninstall.sh b/apps/byte-muse/1.17.1/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.16.6/scripts/uninstall.sh rename to apps/byte-muse/1.17.1/scripts/uninstall.sh diff --git a/apps/byte-muse/1.16.6/scripts/upgrade.sh b/apps/byte-muse/1.17.1/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.16.6/scripts/upgrade.sh rename to apps/byte-muse/1.17.1/scripts/upgrade.sh diff --git a/apps/elastic-elasticsearch/8.19.1/data.yml b/apps/elastic-elasticsearch/8.19.2/data.yml similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/data.yml rename to apps/elastic-elasticsearch/8.19.2/data.yml diff --git a/apps/elastic-elasticsearch/8.19.1/docker-compose.yml b/apps/elastic-elasticsearch/8.19.2/docker-compose.yml similarity index 96% rename from apps/elastic-elasticsearch/8.19.1/docker-compose.yml rename to apps/elastic-elasticsearch/8.19.2/docker-compose.yml index 929a4d5b8..3c9b95de1 100644 --- a/apps/elastic-elasticsearch/8.19.1/docker-compose.yml +++ b/apps/elastic-elasticsearch/8.19.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: elasticsearch: - image: elasticsearch:8.19.1 + image: elasticsearch:8.19.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-elasticsearch/8.19.1/envs/default.env b/apps/elastic-elasticsearch/8.19.2/envs/default.env similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/envs/default.env rename to apps/elastic-elasticsearch/8.19.2/envs/default.env diff --git a/apps/elastic-elasticsearch/8.19.1/envs/global.env b/apps/elastic-elasticsearch/8.19.2/envs/global.env similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/envs/global.env rename to apps/elastic-elasticsearch/8.19.2/envs/global.env diff --git a/apps/elastic-elasticsearch/8.19.1/scripts/init.sh b/apps/elastic-elasticsearch/8.19.2/scripts/init.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/scripts/init.sh rename to apps/elastic-elasticsearch/8.19.2/scripts/init.sh diff --git a/apps/elastic-elasticsearch/8.19.1/scripts/uninstall.sh b/apps/elastic-elasticsearch/8.19.2/scripts/uninstall.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/scripts/uninstall.sh rename to apps/elastic-elasticsearch/8.19.2/scripts/uninstall.sh diff --git a/apps/elastic-elasticsearch/8.19.1/scripts/upgrade.sh b/apps/elastic-elasticsearch/8.19.2/scripts/upgrade.sh similarity index 100% rename from apps/elastic-elasticsearch/8.19.1/scripts/upgrade.sh rename to apps/elastic-elasticsearch/8.19.2/scripts/upgrade.sh diff --git a/apps/elastic-elasticsearch/9.1.1/data.yml b/apps/elastic-elasticsearch/9.1.2/data.yml similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/data.yml rename to apps/elastic-elasticsearch/9.1.2/data.yml diff --git a/apps/elastic-elasticsearch/9.1.1/docker-compose.yml b/apps/elastic-elasticsearch/9.1.2/docker-compose.yml similarity index 96% rename from apps/elastic-elasticsearch/9.1.1/docker-compose.yml rename to apps/elastic-elasticsearch/9.1.2/docker-compose.yml index 0838d293a..94674185a 100644 --- a/apps/elastic-elasticsearch/9.1.1/docker-compose.yml +++ b/apps/elastic-elasticsearch/9.1.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: elasticsearch: - image: elasticsearch:9.1.1 + image: elasticsearch:9.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-elasticsearch/9.1.1/envs/default.env b/apps/elastic-elasticsearch/9.1.2/envs/default.env similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/envs/default.env rename to apps/elastic-elasticsearch/9.1.2/envs/default.env diff --git a/apps/elastic-elasticsearch/9.1.1/envs/global.env b/apps/elastic-elasticsearch/9.1.2/envs/global.env similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/envs/global.env rename to apps/elastic-elasticsearch/9.1.2/envs/global.env diff --git a/apps/elastic-elasticsearch/9.1.1/scripts/init.sh b/apps/elastic-elasticsearch/9.1.2/scripts/init.sh similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/scripts/init.sh rename to apps/elastic-elasticsearch/9.1.2/scripts/init.sh diff --git a/apps/elastic-elasticsearch/9.1.1/scripts/uninstall.sh b/apps/elastic-elasticsearch/9.1.2/scripts/uninstall.sh similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/scripts/uninstall.sh rename to apps/elastic-elasticsearch/9.1.2/scripts/uninstall.sh diff --git a/apps/elastic-elasticsearch/9.1.1/scripts/upgrade.sh b/apps/elastic-elasticsearch/9.1.2/scripts/upgrade.sh similarity index 100% rename from apps/elastic-elasticsearch/9.1.1/scripts/upgrade.sh rename to apps/elastic-elasticsearch/9.1.2/scripts/upgrade.sh diff --git a/apps/elastic-kibana/8.19.1/data.yml b/apps/elastic-kibana/8.19.2/data.yml similarity index 100% rename from apps/elastic-kibana/8.19.1/data.yml rename to apps/elastic-kibana/8.19.2/data.yml diff --git a/apps/elastic-kibana/8.19.1/docker-compose.yml b/apps/elastic-kibana/8.19.2/docker-compose.yml similarity index 96% rename from apps/elastic-kibana/8.19.1/docker-compose.yml rename to apps/elastic-kibana/8.19.2/docker-compose.yml index cac4187a5..c1eb2ad03 100644 --- a/apps/elastic-kibana/8.19.1/docker-compose.yml +++ b/apps/elastic-kibana/8.19.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kibana: - image: kibana:8.19.1 + image: kibana:8.19.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-kibana/8.19.1/envs/default.env b/apps/elastic-kibana/8.19.2/envs/default.env similarity index 100% rename from apps/elastic-kibana/8.19.1/envs/default.env rename to apps/elastic-kibana/8.19.2/envs/default.env diff --git a/apps/elastic-kibana/8.19.1/envs/global.env b/apps/elastic-kibana/8.19.2/envs/global.env similarity index 100% rename from apps/elastic-kibana/8.19.1/envs/global.env rename to apps/elastic-kibana/8.19.2/envs/global.env diff --git a/apps/elastic-kibana/8.19.1/scripts/init.sh b/apps/elastic-kibana/8.19.2/scripts/init.sh similarity index 100% rename from apps/elastic-kibana/8.19.1/scripts/init.sh rename to apps/elastic-kibana/8.19.2/scripts/init.sh diff --git a/apps/elastic-kibana/8.19.1/scripts/uninstall.sh b/apps/elastic-kibana/8.19.2/scripts/uninstall.sh similarity index 100% rename from apps/elastic-kibana/8.19.1/scripts/uninstall.sh rename to apps/elastic-kibana/8.19.2/scripts/uninstall.sh diff --git a/apps/elastic-kibana/8.19.1/scripts/upgrade.sh b/apps/elastic-kibana/8.19.2/scripts/upgrade.sh similarity index 100% rename from apps/elastic-kibana/8.19.1/scripts/upgrade.sh rename to apps/elastic-kibana/8.19.2/scripts/upgrade.sh diff --git a/apps/elastic-kibana/9.1.1/data.yml b/apps/elastic-kibana/9.1.2/data.yml similarity index 100% rename from apps/elastic-kibana/9.1.1/data.yml rename to apps/elastic-kibana/9.1.2/data.yml diff --git a/apps/elastic-kibana/9.1.1/docker-compose.yml b/apps/elastic-kibana/9.1.2/docker-compose.yml similarity index 96% rename from apps/elastic-kibana/9.1.1/docker-compose.yml rename to apps/elastic-kibana/9.1.2/docker-compose.yml index 60048b5f5..51f99714e 100644 --- a/apps/elastic-kibana/9.1.1/docker-compose.yml +++ b/apps/elastic-kibana/9.1.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kibana: - image: kibana:9.1.1 + image: kibana:9.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/elastic-kibana/9.1.1/envs/default.env b/apps/elastic-kibana/9.1.2/envs/default.env similarity index 100% rename from apps/elastic-kibana/9.1.1/envs/default.env rename to apps/elastic-kibana/9.1.2/envs/default.env diff --git a/apps/elastic-kibana/9.1.1/envs/global.env b/apps/elastic-kibana/9.1.2/envs/global.env similarity index 100% rename from apps/elastic-kibana/9.1.1/envs/global.env rename to apps/elastic-kibana/9.1.2/envs/global.env diff --git a/apps/elastic-kibana/9.1.1/scripts/init.sh b/apps/elastic-kibana/9.1.2/scripts/init.sh similarity index 100% rename from apps/elastic-kibana/9.1.1/scripts/init.sh rename to apps/elastic-kibana/9.1.2/scripts/init.sh diff --git a/apps/elastic-kibana/9.1.1/scripts/uninstall.sh b/apps/elastic-kibana/9.1.2/scripts/uninstall.sh similarity index 100% rename from apps/elastic-kibana/9.1.1/scripts/uninstall.sh rename to apps/elastic-kibana/9.1.2/scripts/uninstall.sh diff --git a/apps/elastic-kibana/9.1.1/scripts/upgrade.sh b/apps/elastic-kibana/9.1.2/scripts/upgrade.sh similarity index 100% rename from apps/elastic-kibana/9.1.1/scripts/upgrade.sh rename to apps/elastic-kibana/9.1.2/scripts/upgrade.sh diff --git a/apps/ghost/6.0.0/data.yml b/apps/ghost/6.0.2/data.yml similarity index 100% rename from apps/ghost/6.0.0/data.yml rename to apps/ghost/6.0.2/data.yml diff --git a/apps/ghost/6.0.0/docker-compose.yml b/apps/ghost/6.0.2/docker-compose.yml similarity index 96% rename from apps/ghost/6.0.0/docker-compose.yml rename to apps/ghost/6.0.2/docker-compose.yml index f3be933d0..ad68ad85c 100644 --- a/apps/ghost/6.0.0/docker-compose.yml +++ b/apps/ghost/6.0.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.0.0 + image: ghost:6.0.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/ghost/6.0.0/envs/default.env b/apps/ghost/6.0.2/envs/default.env similarity index 100% rename from apps/ghost/6.0.0/envs/default.env rename to apps/ghost/6.0.2/envs/default.env diff --git a/apps/ghost/6.0.0/envs/global.env b/apps/ghost/6.0.2/envs/global.env similarity index 100% rename from apps/ghost/6.0.0/envs/global.env rename to apps/ghost/6.0.2/envs/global.env diff --git a/apps/ghost/6.0.0/scripts/init.sh b/apps/ghost/6.0.2/scripts/init.sh similarity index 100% rename from apps/ghost/6.0.0/scripts/init.sh rename to apps/ghost/6.0.2/scripts/init.sh diff --git a/apps/ghost/6.0.0/scripts/uninstall.sh b/apps/ghost/6.0.2/scripts/uninstall.sh similarity index 100% rename from apps/ghost/6.0.0/scripts/uninstall.sh rename to apps/ghost/6.0.2/scripts/uninstall.sh diff --git a/apps/ghost/6.0.0/scripts/upgrade.sh b/apps/ghost/6.0.2/scripts/upgrade.sh similarity index 100% rename from apps/ghost/6.0.0/scripts/upgrade.sh rename to apps/ghost/6.0.2/scripts/upgrade.sh diff --git a/apps/mailserver/15.0.2/data.yml b/apps/mailserver/15.1.0/data.yml similarity index 100% rename from apps/mailserver/15.0.2/data.yml rename to apps/mailserver/15.1.0/data.yml diff --git a/apps/mailserver/15.0.2/docker-compose.yml b/apps/mailserver/15.1.0/docker-compose.yml similarity index 97% rename from apps/mailserver/15.0.2/docker-compose.yml rename to apps/mailserver/15.1.0/docker-compose.yml index bab72e108..0408833c6 100644 --- a/apps/mailserver/15.0.2/docker-compose.yml +++ b/apps/mailserver/15.1.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mailserver: - image: mailserver/docker-mailserver:15.0.2 + image: mailserver/docker-mailserver:15.1.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mailserver/15.0.2/envs/default.env b/apps/mailserver/15.1.0/envs/default.env similarity index 100% rename from apps/mailserver/15.0.2/envs/default.env rename to apps/mailserver/15.1.0/envs/default.env diff --git a/apps/mailserver/15.0.2/envs/global.env b/apps/mailserver/15.1.0/envs/global.env similarity index 100% rename from apps/mailserver/15.0.2/envs/global.env rename to apps/mailserver/15.1.0/envs/global.env diff --git a/apps/mailserver/15.0.2/envs/mailserver.env b/apps/mailserver/15.1.0/envs/mailserver.env similarity index 100% rename from apps/mailserver/15.0.2/envs/mailserver.env rename to apps/mailserver/15.1.0/envs/mailserver.env diff --git a/apps/mailserver/15.0.2/scripts/init.sh b/apps/mailserver/15.1.0/scripts/init.sh similarity index 100% rename from apps/mailserver/15.0.2/scripts/init.sh rename to apps/mailserver/15.1.0/scripts/init.sh diff --git a/apps/mailserver/15.0.2/scripts/uninstall.sh b/apps/mailserver/15.1.0/scripts/uninstall.sh similarity index 100% rename from apps/mailserver/15.0.2/scripts/uninstall.sh rename to apps/mailserver/15.1.0/scripts/uninstall.sh diff --git a/apps/mailserver/15.0.2/scripts/upgrade.sh b/apps/mailserver/15.1.0/scripts/upgrade.sh similarity index 100% rename from apps/mailserver/15.0.2/scripts/upgrade.sh rename to apps/mailserver/15.1.0/scripts/upgrade.sh diff --git a/apps/mariadb/11.8.2/config/my.cnf b/apps/mariadb/12.0.2/config/my.cnf similarity index 100% rename from apps/mariadb/11.8.2/config/my.cnf rename to apps/mariadb/12.0.2/config/my.cnf diff --git a/apps/mariadb/11.8.2/data.yml b/apps/mariadb/12.0.2/data.yml similarity index 100% rename from apps/mariadb/11.8.2/data.yml rename to apps/mariadb/12.0.2/data.yml diff --git a/apps/mariadb/11.8.2/docker-compose.yml b/apps/mariadb/12.0.2/docker-compose.yml similarity index 94% rename from apps/mariadb/11.8.2/docker-compose.yml rename to apps/mariadb/12.0.2/docker-compose.yml index feca6afdf..b47124def 100644 --- a/apps/mariadb/11.8.2/docker-compose.yml +++ b/apps/mariadb/12.0.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mariadb: - image: mariadb:11.8.2 + image: mariadb:12.0.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/mariadb/11.8.2/envs/default.env b/apps/mariadb/12.0.2/envs/default.env similarity index 100% rename from apps/mariadb/11.8.2/envs/default.env rename to apps/mariadb/12.0.2/envs/default.env diff --git a/apps/mariadb/11.8.2/envs/global.env b/apps/mariadb/12.0.2/envs/global.env similarity index 100% rename from apps/mariadb/11.8.2/envs/global.env rename to apps/mariadb/12.0.2/envs/global.env diff --git a/apps/mariadb/11.8.2/scripts/init.sh b/apps/mariadb/12.0.2/scripts/init.sh similarity index 100% rename from apps/mariadb/11.8.2/scripts/init.sh rename to apps/mariadb/12.0.2/scripts/init.sh diff --git a/apps/mariadb/11.8.2/scripts/uninstall.sh b/apps/mariadb/12.0.2/scripts/uninstall.sh similarity index 100% rename from apps/mariadb/11.8.2/scripts/uninstall.sh rename to apps/mariadb/12.0.2/scripts/uninstall.sh diff --git a/apps/mariadb/11.8.2/scripts/upgrade.sh b/apps/mariadb/12.0.2/scripts/upgrade.sh similarity index 100% rename from apps/mariadb/11.8.2/scripts/upgrade.sh rename to apps/mariadb/12.0.2/scripts/upgrade.sh diff --git a/apps/nexus3/3.82.0/data.yml b/apps/nexus3/3.83.0/data.yml similarity index 100% rename from apps/nexus3/3.82.0/data.yml rename to apps/nexus3/3.83.0/data.yml diff --git a/apps/nexus3/3.82.0/docker-compose.yml b/apps/nexus3/3.83.0/docker-compose.yml similarity index 91% rename from apps/nexus3/3.82.0/docker-compose.yml rename to apps/nexus3/3.83.0/docker-compose.yml index dfd91762e..65292f986 100644 --- a/apps/nexus3/3.82.0/docker-compose.yml +++ b/apps/nexus3/3.83.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nexus3: - image: sonatype/nexus3:3.82.0-alpine + image: sonatype/nexus3:3.83.0-alpine container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/nexus3/3.82.0/envs/default.env b/apps/nexus3/3.83.0/envs/default.env similarity index 100% rename from apps/nexus3/3.82.0/envs/default.env rename to apps/nexus3/3.83.0/envs/default.env diff --git a/apps/nexus3/3.82.0/envs/global.env b/apps/nexus3/3.83.0/envs/global.env similarity index 100% rename from apps/nexus3/3.82.0/envs/global.env rename to apps/nexus3/3.83.0/envs/global.env diff --git a/apps/nexus3/3.82.0/scripts/init.sh b/apps/nexus3/3.83.0/scripts/init.sh similarity index 100% rename from apps/nexus3/3.82.0/scripts/init.sh rename to apps/nexus3/3.83.0/scripts/init.sh diff --git a/apps/nexus3/3.82.0/scripts/uninstall.sh b/apps/nexus3/3.83.0/scripts/uninstall.sh similarity index 100% rename from apps/nexus3/3.82.0/scripts/uninstall.sh rename to apps/nexus3/3.83.0/scripts/uninstall.sh diff --git a/apps/nexus3/3.82.0/scripts/upgrade.sh b/apps/nexus3/3.83.0/scripts/upgrade.sh similarity index 100% rename from apps/nexus3/3.82.0/scripts/upgrade.sh rename to apps/nexus3/3.83.0/scripts/upgrade.sh diff --git a/apps/rsshub/2025-08-11/data.yml b/apps/rsshub/2025-08-12/data.yml similarity index 100% rename from apps/rsshub/2025-08-11/data.yml rename to apps/rsshub/2025-08-12/data.yml diff --git a/apps/rsshub/2025-08-11/docker-compose.yml b/apps/rsshub/2025-08-12/docker-compose.yml similarity index 97% rename from apps/rsshub/2025-08-11/docker-compose.yml rename to apps/rsshub/2025-08-12/docker-compose.yml index 591513559..985e0cd3b 100644 --- a/apps/rsshub/2025-08-11/docker-compose.yml +++ b/apps/rsshub/2025-08-12/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-08-11 + image: diygod/rsshub:2025-08-12 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless diff --git a/apps/rsshub/2025-08-11/envs/default.env b/apps/rsshub/2025-08-12/envs/default.env similarity index 100% rename from apps/rsshub/2025-08-11/envs/default.env rename to apps/rsshub/2025-08-12/envs/default.env diff --git a/apps/rsshub/2025-08-11/envs/global.env b/apps/rsshub/2025-08-12/envs/global.env similarity index 100% rename from apps/rsshub/2025-08-11/envs/global.env rename to apps/rsshub/2025-08-12/envs/global.env diff --git a/apps/rsshub/2025-08-11/scripts/init.sh b/apps/rsshub/2025-08-12/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-08-11/scripts/init.sh rename to apps/rsshub/2025-08-12/scripts/init.sh diff --git a/apps/rsshub/2025-08-11/scripts/uninstall.sh b/apps/rsshub/2025-08-12/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-08-11/scripts/uninstall.sh rename to apps/rsshub/2025-08-12/scripts/uninstall.sh diff --git a/apps/rsshub/2025-08-11/scripts/upgrade.sh b/apps/rsshub/2025-08-12/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-08-11/scripts/upgrade.sh rename to apps/rsshub/2025-08-12/scripts/upgrade.sh diff --git a/apps/synapse/1.135.2/data.yml b/apps/synapse/1.136.0/data.yml similarity index 100% rename from apps/synapse/1.135.2/data.yml rename to apps/synapse/1.136.0/data.yml diff --git a/apps/synapse/1.135.2/docker-compose.yml b/apps/synapse/1.136.0/docker-compose.yml similarity index 91% rename from apps/synapse/1.135.2/docker-compose.yml rename to apps/synapse/1.136.0/docker-compose.yml index 56c98caef..3c64f47e3 100644 --- a/apps/synapse/1.135.2/docker-compose.yml +++ b/apps/synapse/1.136.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: synapse-init: - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 container_name: init-${CONTAINER_NAME} entrypoint: - /start.py @@ -22,7 +22,7 @@ services: - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 synapse: - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/synapse/1.135.2/envs/default.env b/apps/synapse/1.136.0/envs/default.env similarity index 100% rename from apps/synapse/1.135.2/envs/default.env rename to apps/synapse/1.136.0/envs/default.env diff --git a/apps/synapse/1.135.2/envs/global.env b/apps/synapse/1.136.0/envs/global.env similarity index 100% rename from apps/synapse/1.135.2/envs/global.env rename to apps/synapse/1.136.0/envs/global.env diff --git a/apps/synapse/1.135.2/scripts/init.sh b/apps/synapse/1.136.0/scripts/init.sh similarity index 100% rename from apps/synapse/1.135.2/scripts/init.sh rename to apps/synapse/1.136.0/scripts/init.sh diff --git a/apps/synapse/1.135.2/scripts/uninstall.sh b/apps/synapse/1.136.0/scripts/uninstall.sh similarity index 100% rename from apps/synapse/1.135.2/scripts/uninstall.sh rename to apps/synapse/1.136.0/scripts/uninstall.sh diff --git a/apps/synapse/1.135.2/scripts/upgrade.sh b/apps/synapse/1.136.0/scripts/upgrade.sh similarity index 100% rename from apps/synapse/1.135.2/scripts/upgrade.sh rename to apps/synapse/1.136.0/scripts/upgrade.sh diff --git a/appstore/ani-rss/2.1.8/.env b/appstore/ani-rss/2.1.9/.env similarity index 100% rename from appstore/ani-rss/2.1.8/.env rename to appstore/ani-rss/2.1.9/.env diff --git a/appstore/ani-rss/2.1.8/data.yml b/appstore/ani-rss/2.1.9/data.yml similarity index 100% rename from appstore/ani-rss/2.1.8/data.yml rename to appstore/ani-rss/2.1.9/data.yml diff --git a/appstore/ani-rss/2.1.8/docker-compose.yml b/appstore/ani-rss/2.1.9/docker-compose.yml similarity index 95% rename from appstore/ani-rss/2.1.8/docker-compose.yml rename to appstore/ani-rss/2.1.9/docker-compose.yml index a20cbcf80..4f7c7c23c 100644 --- a/appstore/ani-rss/2.1.8/docker-compose.yml +++ b/appstore/ani-rss/2.1.9/docker-compose.yml @@ -14,7 +14,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v2.1.8 + image: wushuo894/ani-rss:v2.1.9 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/2.1.8/envs/default.env b/appstore/ani-rss/2.1.9/envs/default.env similarity index 100% rename from appstore/ani-rss/2.1.8/envs/default.env rename to appstore/ani-rss/2.1.9/envs/default.env diff --git a/appstore/ani-rss/2.1.8/envs/global.env b/appstore/ani-rss/2.1.9/envs/global.env similarity index 100% rename from appstore/ani-rss/2.1.8/envs/global.env rename to appstore/ani-rss/2.1.9/envs/global.env diff --git a/appstore/ani-rss/2.1.8/scripts/init.sh b/appstore/ani-rss/2.1.9/scripts/init.sh similarity index 100% rename from appstore/ani-rss/2.1.8/scripts/init.sh rename to appstore/ani-rss/2.1.9/scripts/init.sh diff --git a/appstore/ani-rss/2.1.8/scripts/uninstall.sh b/appstore/ani-rss/2.1.9/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/2.1.8/scripts/uninstall.sh rename to appstore/ani-rss/2.1.9/scripts/uninstall.sh diff --git a/appstore/ani-rss/2.1.8/scripts/upgrade.sh b/appstore/ani-rss/2.1.9/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/2.1.8/scripts/upgrade.sh rename to appstore/ani-rss/2.1.9/scripts/upgrade.sh diff --git a/appstore/byte-muse/1.16.6/.env b/appstore/byte-muse/1.17.1/.env similarity index 100% rename from appstore/byte-muse/1.16.6/.env rename to appstore/byte-muse/1.17.1/.env diff --git a/appstore/byte-muse/1.16.6/data.yml b/appstore/byte-muse/1.17.1/data.yml similarity index 100% rename from appstore/byte-muse/1.16.6/data.yml rename to appstore/byte-muse/1.17.1/data.yml diff --git a/appstore/byte-muse/1.16.6/docker-compose.yml b/appstore/byte-muse/1.17.1/docker-compose.yml similarity index 95% rename from appstore/byte-muse/1.16.6/docker-compose.yml rename to appstore/byte-muse/1.17.1/docker-compose.yml index 173f38744..3d10699d2 100644 --- a/appstore/byte-muse/1.16.6/docker-compose.yml +++ b/appstore/byte-muse/1.17.1/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.16.6 + image: envyafish/byte-muse:1.17.1 labels: createdBy: Apps networks: diff --git a/appstore/byte-muse/1.16.6/envs/default.env b/appstore/byte-muse/1.17.1/envs/default.env similarity index 100% rename from appstore/byte-muse/1.16.6/envs/default.env rename to appstore/byte-muse/1.17.1/envs/default.env diff --git a/appstore/byte-muse/1.16.6/envs/global.env b/appstore/byte-muse/1.17.1/envs/global.env similarity index 100% rename from appstore/byte-muse/1.16.6/envs/global.env rename to appstore/byte-muse/1.17.1/envs/global.env diff --git a/appstore/byte-muse/1.16.6/scripts/init.sh b/appstore/byte-muse/1.17.1/scripts/init.sh similarity index 100% rename from appstore/byte-muse/1.16.6/scripts/init.sh rename to appstore/byte-muse/1.17.1/scripts/init.sh diff --git a/appstore/byte-muse/1.16.6/scripts/uninstall.sh b/appstore/byte-muse/1.17.1/scripts/uninstall.sh similarity index 100% rename from appstore/byte-muse/1.16.6/scripts/uninstall.sh rename to appstore/byte-muse/1.17.1/scripts/uninstall.sh diff --git a/appstore/byte-muse/1.16.6/scripts/upgrade.sh b/appstore/byte-muse/1.17.1/scripts/upgrade.sh similarity index 100% rename from appstore/byte-muse/1.16.6/scripts/upgrade.sh rename to appstore/byte-muse/1.17.1/scripts/upgrade.sh diff --git a/appstore/cloudreve/4.4.1/.env b/appstore/cloudreve/4.5.0/.env similarity index 100% rename from appstore/cloudreve/4.4.1/.env rename to appstore/cloudreve/4.5.0/.env diff --git a/appstore/cloudreve/4.4.1/data.yml b/appstore/cloudreve/4.5.0/data.yml similarity index 100% rename from appstore/cloudreve/4.4.1/data.yml rename to appstore/cloudreve/4.5.0/data.yml diff --git a/appstore/cloudreve/4.4.1/docker-compose.yml b/appstore/cloudreve/4.5.0/docker-compose.yml similarity index 91% rename from appstore/cloudreve/4.4.1/docker-compose.yml rename to appstore/cloudreve/4.5.0/docker-compose.yml index fc0b78521..10520676f 100644 --- a/appstore/cloudreve/4.4.1/docker-compose.yml +++ b/appstore/cloudreve/4.5.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: cloudreve/cloudreve:4.4.1 + image: cloudreve/cloudreve:4.5.0 labels: createdBy: Apps networks: diff --git a/appstore/cloudreve/4.4.1/envs/default.env b/appstore/cloudreve/4.5.0/envs/default.env similarity index 100% rename from appstore/cloudreve/4.4.1/envs/default.env rename to appstore/cloudreve/4.5.0/envs/default.env diff --git a/appstore/cloudreve/4.4.1/envs/global.env b/appstore/cloudreve/4.5.0/envs/global.env similarity index 100% rename from appstore/cloudreve/4.4.1/envs/global.env rename to appstore/cloudreve/4.5.0/envs/global.env diff --git a/appstore/cloudreve/4.4.1/scripts/init.sh b/appstore/cloudreve/4.5.0/scripts/init.sh similarity index 100% rename from appstore/cloudreve/4.4.1/scripts/init.sh rename to appstore/cloudreve/4.5.0/scripts/init.sh diff --git a/appstore/cloudreve/4.4.1/scripts/uninstall.sh b/appstore/cloudreve/4.5.0/scripts/uninstall.sh similarity index 100% rename from appstore/cloudreve/4.4.1/scripts/uninstall.sh rename to appstore/cloudreve/4.5.0/scripts/uninstall.sh diff --git a/appstore/cloudreve/4.4.1/scripts/upgrade.sh b/appstore/cloudreve/4.5.0/scripts/upgrade.sh similarity index 100% rename from appstore/cloudreve/4.4.1/scripts/upgrade.sh rename to appstore/cloudreve/4.5.0/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/8.19.1/.env b/appstore/elastic-elasticsearch/8.19.2/.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/.env rename to appstore/elastic-elasticsearch/8.19.2/.env diff --git a/appstore/elastic-elasticsearch/8.19.1/data.yml b/appstore/elastic-elasticsearch/8.19.2/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/data.yml rename to appstore/elastic-elasticsearch/8.19.2/data.yml diff --git a/appstore/elastic-elasticsearch/8.19.1/docker-compose.yml b/appstore/elastic-elasticsearch/8.19.2/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/8.19.1/docker-compose.yml rename to appstore/elastic-elasticsearch/8.19.2/docker-compose.yml index 657390b8a..342d15ddd 100644 --- a/appstore/elastic-elasticsearch/8.19.1/docker-compose.yml +++ b/appstore/elastic-elasticsearch/8.19.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.1 + image: elasticsearch:8.19.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/8.19.1/envs/default.env b/appstore/elastic-elasticsearch/8.19.2/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/envs/default.env rename to appstore/elastic-elasticsearch/8.19.2/envs/default.env diff --git a/appstore/elastic-elasticsearch/8.19.1/envs/global.env b/appstore/elastic-elasticsearch/8.19.2/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/envs/global.env rename to appstore/elastic-elasticsearch/8.19.2/envs/global.env diff --git a/appstore/elastic-elasticsearch/8.19.1/scripts/init.sh b/appstore/elastic-elasticsearch/8.19.2/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/scripts/init.sh rename to appstore/elastic-elasticsearch/8.19.2/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/8.19.1/scripts/uninstall.sh b/appstore/elastic-elasticsearch/8.19.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/8.19.2/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/8.19.1/scripts/upgrade.sh b/appstore/elastic-elasticsearch/8.19.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.1/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/8.19.2/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/9.1.1/.env b/appstore/elastic-elasticsearch/9.1.2/.env similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/.env rename to appstore/elastic-elasticsearch/9.1.2/.env diff --git a/appstore/elastic-elasticsearch/9.1.1/data.yml b/appstore/elastic-elasticsearch/9.1.2/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/data.yml rename to appstore/elastic-elasticsearch/9.1.2/data.yml diff --git a/appstore/elastic-elasticsearch/9.1.1/docker-compose.yml b/appstore/elastic-elasticsearch/9.1.2/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/9.1.1/docker-compose.yml rename to appstore/elastic-elasticsearch/9.1.2/docker-compose.yml index 2a1b74815..53ef60445 100644 --- a/appstore/elastic-elasticsearch/9.1.1/docker-compose.yml +++ b/appstore/elastic-elasticsearch/9.1.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.1.1 + image: elasticsearch:9.1.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/9.1.1/envs/default.env b/appstore/elastic-elasticsearch/9.1.2/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/envs/default.env rename to appstore/elastic-elasticsearch/9.1.2/envs/default.env diff --git a/appstore/elastic-elasticsearch/9.1.1/envs/global.env b/appstore/elastic-elasticsearch/9.1.2/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/envs/global.env rename to appstore/elastic-elasticsearch/9.1.2/envs/global.env diff --git a/appstore/elastic-elasticsearch/9.1.1/scripts/init.sh b/appstore/elastic-elasticsearch/9.1.2/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/scripts/init.sh rename to appstore/elastic-elasticsearch/9.1.2/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/9.1.1/scripts/uninstall.sh b/appstore/elastic-elasticsearch/9.1.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/9.1.2/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/9.1.1/scripts/upgrade.sh b/appstore/elastic-elasticsearch/9.1.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.1.1/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/9.1.2/scripts/upgrade.sh diff --git a/appstore/elastic-kibana/8.19.1/.env b/appstore/elastic-kibana/8.19.2/.env similarity index 100% rename from appstore/elastic-kibana/8.19.1/.env rename to appstore/elastic-kibana/8.19.2/.env diff --git a/appstore/elastic-kibana/8.19.1/data.yml b/appstore/elastic-kibana/8.19.2/data.yml similarity index 100% rename from appstore/elastic-kibana/8.19.1/data.yml rename to appstore/elastic-kibana/8.19.2/data.yml diff --git a/appstore/elastic-kibana/8.19.1/docker-compose.yml b/appstore/elastic-kibana/8.19.2/docker-compose.yml similarity index 95% rename from appstore/elastic-kibana/8.19.1/docker-compose.yml rename to appstore/elastic-kibana/8.19.2/docker-compose.yml index 07fd7396e..7330b51f2 100644 --- a/appstore/elastic-kibana/8.19.1/docker-compose.yml +++ b/appstore/elastic-kibana/8.19.2/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.19.1 + image: kibana:8.19.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-kibana/8.19.1/envs/default.env b/appstore/elastic-kibana/8.19.2/envs/default.env similarity index 100% rename from appstore/elastic-kibana/8.19.1/envs/default.env rename to appstore/elastic-kibana/8.19.2/envs/default.env diff --git a/appstore/elastic-kibana/8.19.1/envs/global.env b/appstore/elastic-kibana/8.19.2/envs/global.env similarity index 100% rename from appstore/elastic-kibana/8.19.1/envs/global.env rename to appstore/elastic-kibana/8.19.2/envs/global.env diff --git a/appstore/elastic-kibana/8.19.1/scripts/init.sh b/appstore/elastic-kibana/8.19.2/scripts/init.sh similarity index 100% rename from appstore/elastic-kibana/8.19.1/scripts/init.sh rename to appstore/elastic-kibana/8.19.2/scripts/init.sh diff --git a/appstore/elastic-kibana/8.19.1/scripts/uninstall.sh b/appstore/elastic-kibana/8.19.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-kibana/8.19.1/scripts/uninstall.sh rename to appstore/elastic-kibana/8.19.2/scripts/uninstall.sh diff --git a/appstore/elastic-kibana/8.19.1/scripts/upgrade.sh b/appstore/elastic-kibana/8.19.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-kibana/8.19.1/scripts/upgrade.sh rename to appstore/elastic-kibana/8.19.2/scripts/upgrade.sh diff --git a/appstore/elastic-kibana/9.1.1/.env b/appstore/elastic-kibana/9.1.2/.env similarity index 100% rename from appstore/elastic-kibana/9.1.1/.env rename to appstore/elastic-kibana/9.1.2/.env diff --git a/appstore/elastic-kibana/9.1.1/data.yml b/appstore/elastic-kibana/9.1.2/data.yml similarity index 100% rename from appstore/elastic-kibana/9.1.1/data.yml rename to appstore/elastic-kibana/9.1.2/data.yml diff --git a/dockge/elastic-kibana_9_1_1/docker-compose.yml b/appstore/elastic-kibana/9.1.2/docker-compose.yml similarity index 95% rename from dockge/elastic-kibana_9_1_1/docker-compose.yml rename to appstore/elastic-kibana/9.1.2/docker-compose.yml index f3a6b9df0..9e757c8b1 100644 --- a/dockge/elastic-kibana_9_1_1/docker-compose.yml +++ b/appstore/elastic-kibana/9.1.2/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:9.1.1 + image: kibana:9.1.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-kibana/9.1.1/envs/default.env b/appstore/elastic-kibana/9.1.2/envs/default.env similarity index 100% rename from appstore/elastic-kibana/9.1.1/envs/default.env rename to appstore/elastic-kibana/9.1.2/envs/default.env diff --git a/appstore/elastic-kibana/9.1.1/envs/global.env b/appstore/elastic-kibana/9.1.2/envs/global.env similarity index 100% rename from appstore/elastic-kibana/9.1.1/envs/global.env rename to appstore/elastic-kibana/9.1.2/envs/global.env diff --git a/appstore/elastic-kibana/9.1.1/scripts/init.sh b/appstore/elastic-kibana/9.1.2/scripts/init.sh similarity index 100% rename from appstore/elastic-kibana/9.1.1/scripts/init.sh rename to appstore/elastic-kibana/9.1.2/scripts/init.sh diff --git a/appstore/elastic-kibana/9.1.1/scripts/uninstall.sh b/appstore/elastic-kibana/9.1.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-kibana/9.1.1/scripts/uninstall.sh rename to appstore/elastic-kibana/9.1.2/scripts/uninstall.sh diff --git a/appstore/elastic-kibana/9.1.1/scripts/upgrade.sh b/appstore/elastic-kibana/9.1.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-kibana/9.1.1/scripts/upgrade.sh rename to appstore/elastic-kibana/9.1.2/scripts/upgrade.sh diff --git a/appstore/ghost/6.0.0/.env b/appstore/ghost/6.0.2/.env similarity index 100% rename from appstore/ghost/6.0.0/.env rename to appstore/ghost/6.0.2/.env diff --git a/appstore/ghost/6.0.0/data.yml b/appstore/ghost/6.0.2/data.yml similarity index 100% rename from appstore/ghost/6.0.0/data.yml rename to appstore/ghost/6.0.2/data.yml diff --git a/appstore/ghost/6.0.0/docker-compose.yml b/appstore/ghost/6.0.2/docker-compose.yml similarity index 95% rename from appstore/ghost/6.0.0/docker-compose.yml rename to appstore/ghost/6.0.2/docker-compose.yml index 80c8022b7..90c832ba2 100644 --- a/appstore/ghost/6.0.0/docker-compose.yml +++ b/appstore/ghost/6.0.2/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.0.0 + image: ghost:6.0.2 labels: createdBy: Apps networks: diff --git a/appstore/ghost/6.0.0/envs/default.env b/appstore/ghost/6.0.2/envs/default.env similarity index 100% rename from appstore/ghost/6.0.0/envs/default.env rename to appstore/ghost/6.0.2/envs/default.env diff --git a/appstore/ghost/6.0.0/envs/global.env b/appstore/ghost/6.0.2/envs/global.env similarity index 100% rename from appstore/ghost/6.0.0/envs/global.env rename to appstore/ghost/6.0.2/envs/global.env diff --git a/appstore/ghost/6.0.0/scripts/init.sh b/appstore/ghost/6.0.2/scripts/init.sh similarity index 100% rename from appstore/ghost/6.0.0/scripts/init.sh rename to appstore/ghost/6.0.2/scripts/init.sh diff --git a/appstore/ghost/6.0.0/scripts/uninstall.sh b/appstore/ghost/6.0.2/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/6.0.0/scripts/uninstall.sh rename to appstore/ghost/6.0.2/scripts/uninstall.sh diff --git a/appstore/ghost/6.0.0/scripts/upgrade.sh b/appstore/ghost/6.0.2/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/6.0.0/scripts/upgrade.sh rename to appstore/ghost/6.0.2/scripts/upgrade.sh diff --git a/appstore/mailserver/15.0.2/.env b/appstore/mailserver/15.1.0/.env similarity index 100% rename from appstore/mailserver/15.0.2/.env rename to appstore/mailserver/15.1.0/.env diff --git a/appstore/mailserver/15.0.2/data.yml b/appstore/mailserver/15.1.0/data.yml similarity index 100% rename from appstore/mailserver/15.0.2/data.yml rename to appstore/mailserver/15.1.0/data.yml diff --git a/appstore/mailserver/15.0.2/docker-compose.yml b/appstore/mailserver/15.1.0/docker-compose.yml similarity index 97% rename from appstore/mailserver/15.0.2/docker-compose.yml rename to appstore/mailserver/15.1.0/docker-compose.yml index 7ebc6183e..3a3d94b4c 100644 --- a/appstore/mailserver/15.0.2/docker-compose.yml +++ b/appstore/mailserver/15.1.0/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.2 + image: mailserver/docker-mailserver:15.1.0 labels: createdBy: Apps networks: diff --git a/appstore/mailserver/15.0.2/envs/default.env b/appstore/mailserver/15.1.0/envs/default.env similarity index 100% rename from appstore/mailserver/15.0.2/envs/default.env rename to appstore/mailserver/15.1.0/envs/default.env diff --git a/appstore/mailserver/15.0.2/envs/global.env b/appstore/mailserver/15.1.0/envs/global.env similarity index 100% rename from appstore/mailserver/15.0.2/envs/global.env rename to appstore/mailserver/15.1.0/envs/global.env diff --git a/appstore/mailserver/15.0.2/envs/mailserver.env b/appstore/mailserver/15.1.0/envs/mailserver.env similarity index 100% rename from appstore/mailserver/15.0.2/envs/mailserver.env rename to appstore/mailserver/15.1.0/envs/mailserver.env diff --git a/appstore/mailserver/15.0.2/scripts/init.sh b/appstore/mailserver/15.1.0/scripts/init.sh similarity index 100% rename from appstore/mailserver/15.0.2/scripts/init.sh rename to appstore/mailserver/15.1.0/scripts/init.sh diff --git a/appstore/mailserver/15.0.2/scripts/uninstall.sh b/appstore/mailserver/15.1.0/scripts/uninstall.sh similarity index 100% rename from appstore/mailserver/15.0.2/scripts/uninstall.sh rename to appstore/mailserver/15.1.0/scripts/uninstall.sh diff --git a/appstore/mailserver/15.0.2/scripts/upgrade.sh b/appstore/mailserver/15.1.0/scripts/upgrade.sh similarity index 100% rename from appstore/mailserver/15.0.2/scripts/upgrade.sh rename to appstore/mailserver/15.1.0/scripts/upgrade.sh diff --git a/appstore/mariadb/11.8.2/.env b/appstore/mariadb/12.0.2/.env similarity index 100% rename from appstore/mariadb/11.8.2/.env rename to appstore/mariadb/12.0.2/.env diff --git a/appstore/mariadb/11.8.2/config/my.cnf b/appstore/mariadb/12.0.2/config/my.cnf similarity index 100% rename from appstore/mariadb/11.8.2/config/my.cnf rename to appstore/mariadb/12.0.2/config/my.cnf diff --git a/appstore/mariadb/11.8.2/data.yml b/appstore/mariadb/12.0.2/data.yml similarity index 100% rename from appstore/mariadb/11.8.2/data.yml rename to appstore/mariadb/12.0.2/data.yml diff --git a/appstore/mariadb/11.8.2/docker-compose.yml b/appstore/mariadb/12.0.2/docker-compose.yml similarity index 93% rename from appstore/mariadb/11.8.2/docker-compose.yml rename to appstore/mariadb/12.0.2/docker-compose.yml index a8bb74c21..82bf0d3fa 100644 --- a/appstore/mariadb/11.8.2/docker-compose.yml +++ b/appstore/mariadb/12.0.2/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mariadb:11.8.2 + image: mariadb:12.0.2 labels: createdBy: Apps networks: diff --git a/appstore/mariadb/11.8.2/envs/default.env b/appstore/mariadb/12.0.2/envs/default.env similarity index 100% rename from appstore/mariadb/11.8.2/envs/default.env rename to appstore/mariadb/12.0.2/envs/default.env diff --git a/appstore/mariadb/11.8.2/envs/global.env b/appstore/mariadb/12.0.2/envs/global.env similarity index 100% rename from appstore/mariadb/11.8.2/envs/global.env rename to appstore/mariadb/12.0.2/envs/global.env diff --git a/appstore/mariadb/11.8.2/scripts/init.sh b/appstore/mariadb/12.0.2/scripts/init.sh similarity index 100% rename from appstore/mariadb/11.8.2/scripts/init.sh rename to appstore/mariadb/12.0.2/scripts/init.sh diff --git a/appstore/mariadb/11.8.2/scripts/uninstall.sh b/appstore/mariadb/12.0.2/scripts/uninstall.sh similarity index 100% rename from appstore/mariadb/11.8.2/scripts/uninstall.sh rename to appstore/mariadb/12.0.2/scripts/uninstall.sh diff --git a/appstore/mariadb/11.8.2/scripts/upgrade.sh b/appstore/mariadb/12.0.2/scripts/upgrade.sh similarity index 100% rename from appstore/mariadb/11.8.2/scripts/upgrade.sh rename to appstore/mariadb/12.0.2/scripts/upgrade.sh diff --git a/appstore/neko-brave/README.md b/appstore/neko-brave/README.md index 9db54f902..5049a387d 100644 --- a/appstore/neko-brave/README.md +++ b/appstore/neko-brave/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-chromium/README.md b/appstore/neko-chromium/README.md index 2231177bf..7eb92556f 100644 --- a/appstore/neko-chromium/README.md +++ b/appstore/neko-chromium/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-firefox/README.md b/appstore/neko-firefox/README.md index ce58e8ff8..442d5ecd0 100644 --- a/appstore/neko-firefox/README.md +++ b/appstore/neko-firefox/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-google-chrome/README.md b/appstore/neko-google-chrome/README.md index 745d6c71a..e85104d52 100644 --- a/appstore/neko-google-chrome/README.md +++ b/appstore/neko-google-chrome/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-kde/README.md b/appstore/neko-kde/README.md index 6fbd58347..5110919f9 100644 --- a/appstore/neko-kde/README.md +++ b/appstore/neko-kde/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-microsoft-edge/README.md b/appstore/neko-microsoft-edge/README.md index 9defb1c50..d35ce4c94 100644 --- a/appstore/neko-microsoft-edge/README.md +++ b/appstore/neko-microsoft-edge/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-remmina/README.md b/appstore/neko-remmina/README.md index 0c802af41..88bb12573 100644 --- a/appstore/neko-remmina/README.md +++ b/appstore/neko-remmina/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-tor-browser/README.md b/appstore/neko-tor-browser/README.md index 5cf8e902d..9cef430d6 100644 --- a/appstore/neko-tor-browser/README.md +++ b/appstore/neko-tor-browser/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-vlc/README.md b/appstore/neko-vlc/README.md index 356238b22..3504c1cb4 100644 --- a/appstore/neko-vlc/README.md +++ b/appstore/neko-vlc/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/neko-xfce/README.md b/appstore/neko-xfce/README.md index 151013ef5..ecd172d6c 100644 --- a/appstore/neko-xfce/README.md +++ b/appstore/neko-xfce/README.md @@ -15,6 +15,25 @@ Neko,这是一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟 Neko,您可以像在普通浏览器上一样浏览网页、运行应用程序和执行其他任务,所有这些都在安全且隔离的环境中进行。无论您是想要测试 Web 应用程序的开发人员、寻求安全浏览体验的注重隐私的用户,还是只是想利用虚拟浏览器的便利性和灵活性,Neko 都是完美的解决方案。 +| Application | AMD64 | ARM64 | ARMv7 | +|----------------------------------------------------------------------------------------------------|-------|-------|-------| +| [Firefox](https://neko.m1k1o.net/docs/v3/installation/docker-images#firefox) | ✅ | ✅ * | ✅ * | +| [Tor Browser](https://neko.m1k1o.net/docs/v3/installation/docker-images#tor-browser) | ✅ | ❌ | ❌ | +| [Waterfox](https://neko.m1k1o.net/docs/v3/installation/docker-images#waterfox) | ✅ | ❌ | ❌ | +| [Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#chromium) | ✅ | ✅ * | ✅ * | +| [Google Chrome](https://neko.m1k1o.net/docs/v3/installation/docker-images#google-chrome) | ✅ | ❌ | ❌ | +| [Ungoogled Chromium](https://neko.m1k1o.net/docs/v3/installation/docker-images#ungoogled-chromium) | ✅ | ❌ | ❌ | +| [Microsoft Edge](https://neko.m1k1o.net/docs/v3/installation/docker-images#microsoft-edge) | ✅ | ❌ | ❌ | +| [Brave](https://neko.m1k1o.net/docs/v3/installation/docker-images#brave) | ✅ | ✅ * | ❌ | +| [Vivaldi](https://neko.m1k1o.net/docs/v3/installation/docker-images#vivaldi) | ✅ | ✅ * | ✅ * | +| [Opera](https://neko.m1k1o.net/docs/v3/installation/docker-images#opera) | ✅ | ❌ | ❌ | +| [Xfce](https://neko.m1k1o.net/docs/v3/installation/docker-images#xfce) | ✅ | ✅ | ✅ | +| [KDE](https://neko.m1k1o.net/docs/v3/installation/docker-images#kde) | ✅ | ✅ | ✅ | +| [Remmina](https://neko.m1k1o.net/docs/v3/installation/docker-images#remmina) | ✅ | ✅ | ✅ | +| [VLC](https://neko.m1k1o.net/docs/v3/installation/docker-images#vlc) | ✅ | ✅ | ✅ | + +> `*` No DRM support. + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/nexus3/3.82.0/.env b/appstore/nexus3/3.83.0/.env similarity index 100% rename from appstore/nexus3/3.82.0/.env rename to appstore/nexus3/3.83.0/.env diff --git a/appstore/nexus3/3.82.0/data.yml b/appstore/nexus3/3.83.0/data.yml similarity index 100% rename from appstore/nexus3/3.82.0/data.yml rename to appstore/nexus3/3.83.0/data.yml diff --git a/appstore/nexus3/3.82.0/docker-compose.yml b/appstore/nexus3/3.83.0/docker-compose.yml similarity index 90% rename from appstore/nexus3/3.82.0/docker-compose.yml rename to appstore/nexus3/3.83.0/docker-compose.yml index 71e3335e5..0edc5a368 100644 --- a/appstore/nexus3/3.82.0/docker-compose.yml +++ b/appstore/nexus3/3.83.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.82.0-alpine + image: sonatype/nexus3:3.83.0-alpine labels: createdBy: Apps networks: diff --git a/appstore/nexus3/3.82.0/envs/default.env b/appstore/nexus3/3.83.0/envs/default.env similarity index 100% rename from appstore/nexus3/3.82.0/envs/default.env rename to appstore/nexus3/3.83.0/envs/default.env diff --git a/appstore/nexus3/3.82.0/envs/global.env b/appstore/nexus3/3.83.0/envs/global.env similarity index 100% rename from appstore/nexus3/3.82.0/envs/global.env rename to appstore/nexus3/3.83.0/envs/global.env diff --git a/appstore/nexus3/3.82.0/scripts/init.sh b/appstore/nexus3/3.83.0/scripts/init.sh similarity index 100% rename from appstore/nexus3/3.82.0/scripts/init.sh rename to appstore/nexus3/3.83.0/scripts/init.sh diff --git a/appstore/nexus3/3.82.0/scripts/uninstall.sh b/appstore/nexus3/3.83.0/scripts/uninstall.sh similarity index 100% rename from appstore/nexus3/3.82.0/scripts/uninstall.sh rename to appstore/nexus3/3.83.0/scripts/uninstall.sh diff --git a/appstore/nexus3/3.82.0/scripts/upgrade.sh b/appstore/nexus3/3.83.0/scripts/upgrade.sh similarity index 100% rename from appstore/nexus3/3.82.0/scripts/upgrade.sh rename to appstore/nexus3/3.83.0/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-08-11/.env b/appstore/rsshub/2025-08-12/.env similarity index 100% rename from appstore/rsshub/2025-08-11/.env rename to appstore/rsshub/2025-08-12/.env diff --git a/appstore/rsshub/2025-08-11/data.yml b/appstore/rsshub/2025-08-12/data.yml similarity index 100% rename from appstore/rsshub/2025-08-11/data.yml rename to appstore/rsshub/2025-08-12/data.yml diff --git a/appstore/rsshub/2025-08-11/docker-compose.yml b/appstore/rsshub/2025-08-12/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-08-11/docker-compose.yml rename to appstore/rsshub/2025-08-12/docker-compose.yml index 6936cf28c..892706f09 100644 --- a/appstore/rsshub/2025-08-11/docker-compose.yml +++ b/appstore/rsshub/2025-08-12/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-08-11 + image: diygod/rsshub:2025-08-12 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-08-11/envs/default.env b/appstore/rsshub/2025-08-12/envs/default.env similarity index 100% rename from appstore/rsshub/2025-08-11/envs/default.env rename to appstore/rsshub/2025-08-12/envs/default.env diff --git a/appstore/rsshub/2025-08-11/envs/global.env b/appstore/rsshub/2025-08-12/envs/global.env similarity index 100% rename from appstore/rsshub/2025-08-11/envs/global.env rename to appstore/rsshub/2025-08-12/envs/global.env diff --git a/appstore/rsshub/2025-08-11/scripts/init.sh b/appstore/rsshub/2025-08-12/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-08-11/scripts/init.sh rename to appstore/rsshub/2025-08-12/scripts/init.sh diff --git a/appstore/rsshub/2025-08-11/scripts/uninstall.sh b/appstore/rsshub/2025-08-12/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-08-11/scripts/uninstall.sh rename to appstore/rsshub/2025-08-12/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-08-11/scripts/upgrade.sh b/appstore/rsshub/2025-08-12/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-08-11/scripts/upgrade.sh rename to appstore/rsshub/2025-08-12/scripts/upgrade.sh diff --git a/appstore/synapse/1.135.2/.env b/appstore/synapse/1.136.0/.env similarity index 100% rename from appstore/synapse/1.135.2/.env rename to appstore/synapse/1.136.0/.env diff --git a/appstore/synapse/1.135.2/data.yml b/appstore/synapse/1.136.0/data.yml similarity index 100% rename from appstore/synapse/1.135.2/data.yml rename to appstore/synapse/1.136.0/data.yml diff --git a/appstore/synapse/1.135.2/docker-compose.yml b/appstore/synapse/1.136.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.135.2/docker-compose.yml rename to appstore/synapse/1.136.0/docker-compose.yml index 8ac946a43..c012303e7 100644 --- a/appstore/synapse/1.135.2/docker-compose.yml +++ b/appstore/synapse/1.136.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.135.2/envs/default.env b/appstore/synapse/1.136.0/envs/default.env similarity index 100% rename from appstore/synapse/1.135.2/envs/default.env rename to appstore/synapse/1.136.0/envs/default.env diff --git a/appstore/synapse/1.135.2/envs/global.env b/appstore/synapse/1.136.0/envs/global.env similarity index 100% rename from appstore/synapse/1.135.2/envs/global.env rename to appstore/synapse/1.136.0/envs/global.env diff --git a/appstore/synapse/1.135.2/scripts/init.sh b/appstore/synapse/1.136.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.135.2/scripts/init.sh rename to appstore/synapse/1.136.0/scripts/init.sh diff --git a/appstore/synapse/1.135.2/scripts/uninstall.sh b/appstore/synapse/1.136.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.135.2/scripts/uninstall.sh rename to appstore/synapse/1.136.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.135.2/scripts/upgrade.sh b/appstore/synapse/1.136.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.135.2/scripts/upgrade.sh rename to appstore/synapse/1.136.0/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 9c6e13c66..4f7c7c23c 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.1.9 labels: createdBy: Apps networks: diff --git a/dockge/ani-rss_2_1_8/.env b/dockge/ani-rss_1_2_82/.env similarity index 100% rename from dockge/ani-rss_2_1_8/.env rename to dockge/ani-rss_1_2_82/.env diff --git a/dockge/ani-rss_2_1_8/docker-compose.yml b/dockge/ani-rss_1_2_82/docker-compose.yml similarity index 91% rename from dockge/ani-rss_2_1_8/docker-compose.yml rename to dockge/ani-rss_1_2_82/docker-compose.yml index a20cbcf80..9c6e13c66 100644 --- a/dockge/ani-rss_2_1_8/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.1.8 + image: wushuo894/ani-rss:v1.2.82 labels: createdBy: Apps networks: diff --git a/dockge/ani-rss_2_1_8/envs/default.env b/dockge/ani-rss_1_2_82/envs/default.env similarity index 100% rename from dockge/ani-rss_2_1_8/envs/default.env rename to dockge/ani-rss_1_2_82/envs/default.env diff --git a/dockge/ani-rss_2_1_8/envs/global.env b/dockge/ani-rss_1_2_82/envs/global.env similarity index 100% rename from dockge/ani-rss_2_1_8/envs/global.env rename to dockge/ani-rss_1_2_82/envs/global.env diff --git a/dockge/byte-muse/.env b/dockge/byte-muse/.env index e633719fd..7198039bd 100644 --- a/dockge/byte-muse/.env +++ b/dockge/byte-muse/.env @@ -1,3 +1,21 @@ -# WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=5000 +# 数据持久化路径 [必填] +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/docker-compose.yml b/dockge/byte-muse/docker-compose.yml index e70ac8e43..3d10699d2 100644 --- a/dockge/byte-muse/docker-compose.yml +++ b/dockge/byte-muse/docker-compose.yml @@ -2,13 +2,25 @@ networks: 1panel-network: external: true services: - byte-muse-license: + auto-lady: container_name: byte-muse - image: envyafish/byte-muse-license:latest + env_file: + - ./envs/global.env + - .env + environment: + - HTTPS_PROXY=${HTTP_PROXY} + - HTTP_PROXY=${HTTP_PROXY:-} + - NO_PROXY=${NO_PROXY:-} + image: envyafish/byte-muse:1.17.1 labels: createdBy: Apps networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:5000 + - ${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/byte-muse_1_16_6/.env b/dockge/byte-muse_1_16_6/.env deleted file mode 100644 index 7198039bd..000000000 --- a/dockge/byte-muse_1_16_6/.env +++ /dev/null @@ -1,21 +0,0 @@ -# 数据持久化路径 [必填] -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_6/docker-compose.yml b/dockge/byte-muse_1_16_6/docker-compose.yml deleted file mode 100644 index 173f38744..000000000 --- a/dockge/byte-muse_1_16_6/docker-compose.yml +++ /dev/null @@ -1,26 +0,0 @@ -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.6 - 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/byte-muse_license/.env b/dockge/byte-muse_license/.env new file mode 100644 index 000000000..e633719fd --- /dev/null +++ b/dockge/byte-muse_license/.env @@ -0,0 +1,3 @@ +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=5000 + diff --git a/dockge/byte-muse_license/docker-compose.yml b/dockge/byte-muse_license/docker-compose.yml new file mode 100644 index 000000000..e70ac8e43 --- /dev/null +++ b/dockge/byte-muse_license/docker-compose.yml @@ -0,0 +1,14 @@ +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/byte-muse_1_16_6/envs/default.env b/dockge/byte-muse_license/envs/default.env similarity index 100% rename from dockge/byte-muse_1_16_6/envs/default.env rename to dockge/byte-muse_license/envs/default.env diff --git a/dockge/byte-muse_1_16_6/envs/global.env b/dockge/byte-muse_license/envs/global.env similarity index 100% rename from dockge/byte-muse_1_16_6/envs/global.env rename to dockge/byte-muse_license/envs/global.env diff --git a/dockge/cloudreve/docker-compose.yml b/dockge/cloudreve/docker-compose.yml index fc0b78521..10520676f 100644 --- a/dockge/cloudreve/docker-compose.yml +++ b/dockge/cloudreve/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: cloudreve/cloudreve:4.4.1 + image: cloudreve/cloudreve:4.5.0 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index 657390b8a..53ef60445 100644 --- a/dockge/elastic-elasticsearch/docker-compose.yml +++ b/dockge/elastic-elasticsearch/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.1 + image: elasticsearch:9.1.2 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_1_1/.env b/dockge/elastic-elasticsearch_8_19_2/.env similarity index 100% rename from dockge/elastic-elasticsearch_9_1_1/.env rename to dockge/elastic-elasticsearch_8_19_2/.env diff --git a/dockge/elastic-elasticsearch_9_1_1/docker-compose.yml b/dockge/elastic-elasticsearch_8_19_2/docker-compose.yml similarity index 96% rename from dockge/elastic-elasticsearch_9_1_1/docker-compose.yml rename to dockge/elastic-elasticsearch_8_19_2/docker-compose.yml index 2a1b74815..342d15ddd 100644 --- a/dockge/elastic-elasticsearch_9_1_1/docker-compose.yml +++ b/dockge/elastic-elasticsearch_8_19_2/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.1.1 + image: elasticsearch:8.19.2 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_1_1/envs/default.env b/dockge/elastic-elasticsearch_8_19_2/envs/default.env similarity index 100% rename from dockge/elastic-elasticsearch_9_1_1/envs/default.env rename to dockge/elastic-elasticsearch_8_19_2/envs/default.env diff --git a/dockge/elastic-elasticsearch_9_1_1/envs/global.env b/dockge/elastic-elasticsearch_8_19_2/envs/global.env similarity index 100% rename from dockge/elastic-elasticsearch_9_1_1/envs/global.env rename to dockge/elastic-elasticsearch_8_19_2/envs/global.env diff --git a/dockge/elastic-kibana/docker-compose.yml b/dockge/elastic-kibana/docker-compose.yml index 07fd7396e..9e757c8b1 100644 --- a/dockge/elastic-kibana/docker-compose.yml +++ b/dockge/elastic-kibana/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.19.1 + image: kibana:9.1.2 labels: createdBy: Apps networks: diff --git a/dockge/elastic-kibana_9_1_1/.env b/dockge/elastic-kibana_8_19_2/.env similarity index 100% rename from dockge/elastic-kibana_9_1_1/.env rename to dockge/elastic-kibana_8_19_2/.env diff --git a/appstore/elastic-kibana/9.1.1/docker-compose.yml b/dockge/elastic-kibana_8_19_2/docker-compose.yml similarity index 95% rename from appstore/elastic-kibana/9.1.1/docker-compose.yml rename to dockge/elastic-kibana_8_19_2/docker-compose.yml index f3a6b9df0..7330b51f2 100644 --- a/appstore/elastic-kibana/9.1.1/docker-compose.yml +++ b/dockge/elastic-kibana_8_19_2/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:9.1.1 + image: kibana:8.19.2 labels: createdBy: Apps networks: diff --git a/dockge/elastic-kibana_9_1_1/envs/default.env b/dockge/elastic-kibana_8_19_2/envs/default.env similarity index 100% rename from dockge/elastic-kibana_9_1_1/envs/default.env rename to dockge/elastic-kibana_8_19_2/envs/default.env diff --git a/dockge/elastic-kibana_9_1_1/envs/global.env b/dockge/elastic-kibana_8_19_2/envs/global.env similarity index 100% rename from dockge/elastic-kibana_9_1_1/envs/global.env rename to dockge/elastic-kibana_8_19_2/envs/global.env diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 80c8022b7..90c832ba2 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:6.0.0 + image: ghost:6.0.2 labels: createdBy: Apps networks: diff --git a/dockge/mailserver/docker-compose.yml b/dockge/mailserver/docker-compose.yml index 7ebc6183e..3a3d94b4c 100644 --- a/dockge/mailserver/docker-compose.yml +++ b/dockge/mailserver/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.2 + image: mailserver/docker-mailserver:15.1.0 labels: createdBy: Apps networks: diff --git a/dockge/mariadb/docker-compose.yml b/dockge/mariadb/docker-compose.yml index a8bb74c21..82bf0d3fa 100644 --- a/dockge/mariadb/docker-compose.yml +++ b/dockge/mariadb/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mariadb:11.8.2 + image: mariadb:12.0.2 labels: createdBy: Apps networks: diff --git a/dockge/nexus3/docker-compose.yml b/dockge/nexus3/docker-compose.yml index 71e3335e5..0edc5a368 100644 --- a/dockge/nexus3/docker-compose.yml +++ b/dockge/nexus3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.82.0-alpine + image: sonatype/nexus3:3.83.0-alpine labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 6936cf28c..892706f09 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-08-11 + image: diygod/rsshub:2025-08-12 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index 8ac946a43..c012303e7 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.135.2 + image: matrixdotorg/synapse:v1.136.0 networks: - 1panel-network restart: false