diff --git a/apps/pi-hole-dhcp/2025.02.2/.env b/apps/pi-hole-dhcp/2025.02.3/.env similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/.env rename to apps/pi-hole-dhcp/2025.02.3/.env diff --git a/apps/pi-hole-dhcp/2025.02.2/data.yml b/apps/pi-hole-dhcp/2025.02.3/data.yml similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/data.yml rename to apps/pi-hole-dhcp/2025.02.3/data.yml diff --git a/apps/pi-hole-dhcp/2025.02.2/docker-compose.yml b/apps/pi-hole-dhcp/2025.02.3/docker-compose.yml similarity index 93% rename from apps/pi-hole-dhcp/2025.02.2/docker-compose.yml rename to apps/pi-hole-dhcp/2025.02.3/docker-compose.yml index 68c5d2d..6192044 100644 --- a/apps/pi-hole-dhcp/2025.02.2/docker-compose.yml +++ b/apps/pi-hole-dhcp/2025.02.3/docker-compose.yml @@ -18,7 +18,7 @@ services: - 53 - 53/udp - ${PANEL_APP_PORT_HTTP} - image: pihole/pihole:2025.02.2 + image: pihole/pihole:2025.02.3 labels: createdBy: Apps network_mode: host diff --git a/apps/pi-hole-dhcp/2025.02.2/envs/default.env b/apps/pi-hole-dhcp/2025.02.3/envs/default.env similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/envs/default.env rename to apps/pi-hole-dhcp/2025.02.3/envs/default.env diff --git a/apps/pi-hole-dhcp/2025.02.2/envs/global.env b/apps/pi-hole-dhcp/2025.02.3/envs/global.env similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/envs/global.env rename to apps/pi-hole-dhcp/2025.02.3/envs/global.env diff --git a/apps/pi-hole-dhcp/2025.02.2/scripts/init.sh b/apps/pi-hole-dhcp/2025.02.3/scripts/init.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/scripts/init.sh rename to apps/pi-hole-dhcp/2025.02.3/scripts/init.sh diff --git a/apps/pi-hole-dhcp/2025.02.2/scripts/uninstall.sh b/apps/pi-hole-dhcp/2025.02.3/scripts/uninstall.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/scripts/uninstall.sh rename to apps/pi-hole-dhcp/2025.02.3/scripts/uninstall.sh diff --git a/apps/pi-hole-dhcp/2025.02.2/scripts/upgrade.sh b/apps/pi-hole-dhcp/2025.02.3/scripts/upgrade.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.02.2/scripts/upgrade.sh rename to apps/pi-hole-dhcp/2025.02.3/scripts/upgrade.sh diff --git a/apps/pi-hole/2025.02.2/.env b/apps/pi-hole/2025.02.3/.env similarity index 100% rename from apps/pi-hole/2025.02.2/.env rename to apps/pi-hole/2025.02.3/.env diff --git a/apps/pi-hole/2025.02.2/data.yml b/apps/pi-hole/2025.02.3/data.yml similarity index 100% rename from apps/pi-hole/2025.02.2/data.yml rename to apps/pi-hole/2025.02.3/data.yml diff --git a/apps/pi-hole/2025.02.2/docker-compose.yml b/apps/pi-hole/2025.02.3/docker-compose.yml similarity index 93% rename from apps/pi-hole/2025.02.2/docker-compose.yml rename to apps/pi-hole/2025.02.3/docker-compose.yml index bc06109..43298ec 100644 --- a/apps/pi-hole/2025.02.2/docker-compose.yml +++ b/apps/pi-hole/2025.02.3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: pihole/pihole:2025.02.2 + image: pihole/pihole:2025.02.3 labels: createdBy: Apps networks: diff --git a/apps/pi-hole/2025.02.2/envs/default.env b/apps/pi-hole/2025.02.3/envs/default.env similarity index 100% rename from apps/pi-hole/2025.02.2/envs/default.env rename to apps/pi-hole/2025.02.3/envs/default.env diff --git a/apps/pi-hole/2025.02.2/envs/global.env b/apps/pi-hole/2025.02.3/envs/global.env similarity index 100% rename from apps/pi-hole/2025.02.2/envs/global.env rename to apps/pi-hole/2025.02.3/envs/global.env diff --git a/apps/pi-hole/2025.02.2/scripts/init.sh b/apps/pi-hole/2025.02.3/scripts/init.sh similarity index 100% rename from apps/pi-hole/2025.02.2/scripts/init.sh rename to apps/pi-hole/2025.02.3/scripts/init.sh diff --git a/apps/pi-hole/2025.02.2/scripts/uninstall.sh b/apps/pi-hole/2025.02.3/scripts/uninstall.sh similarity index 100% rename from apps/pi-hole/2025.02.2/scripts/uninstall.sh rename to apps/pi-hole/2025.02.3/scripts/uninstall.sh diff --git a/apps/pi-hole/2025.02.2/scripts/upgrade.sh b/apps/pi-hole/2025.02.3/scripts/upgrade.sh similarity index 100% rename from apps/pi-hole/2025.02.2/scripts/upgrade.sh rename to apps/pi-hole/2025.02.3/scripts/upgrade.sh diff --git a/apps/rsshub/2025-02-18/.env b/apps/rsshub/2025-02-21/.env similarity index 100% rename from apps/rsshub/2025-02-18/.env rename to apps/rsshub/2025-02-21/.env diff --git a/apps/rsshub/2025-02-18/data.yml b/apps/rsshub/2025-02-21/data.yml similarity index 100% rename from apps/rsshub/2025-02-18/data.yml rename to apps/rsshub/2025-02-21/data.yml diff --git a/apps/rsshub/2025-02-18/docker-compose.yml b/apps/rsshub/2025-02-21/docker-compose.yml similarity index 97% rename from apps/rsshub/2025-02-18/docker-compose.yml rename to apps/rsshub/2025-02-21/docker-compose.yml index 3f92e11..bdbe37e 100644 --- a/apps/rsshub/2025-02-18/docker-compose.yml +++ b/apps/rsshub/2025-02-21/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-02-18 + image: diygod/rsshub:2025-02-21 labels: createdBy: Apps networks: diff --git a/apps/rsshub/2025-02-18/envs/default.env b/apps/rsshub/2025-02-21/envs/default.env similarity index 100% rename from apps/rsshub/2025-02-18/envs/default.env rename to apps/rsshub/2025-02-21/envs/default.env diff --git a/apps/rsshub/2025-02-18/envs/global.env b/apps/rsshub/2025-02-21/envs/global.env similarity index 100% rename from apps/rsshub/2025-02-18/envs/global.env rename to apps/rsshub/2025-02-21/envs/global.env diff --git a/apps/rsshub/2025-02-18/scripts/init.sh b/apps/rsshub/2025-02-21/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-02-18/scripts/init.sh rename to apps/rsshub/2025-02-21/scripts/init.sh diff --git a/apps/rsshub/2025-02-18/scripts/uninstall.sh b/apps/rsshub/2025-02-21/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-02-18/scripts/uninstall.sh rename to apps/rsshub/2025-02-21/scripts/uninstall.sh diff --git a/apps/rsshub/2025-02-18/scripts/upgrade.sh b/apps/rsshub/2025-02-21/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-02-18/scripts/upgrade.sh rename to apps/rsshub/2025-02-21/scripts/upgrade.sh diff --git a/apps/weblate/5.10.0.0/.env b/apps/weblate/5.10.1.0/.env similarity index 100% rename from apps/weblate/5.10.0.0/.env rename to apps/weblate/5.10.1.0/.env diff --git a/apps/weblate/5.10.0.0/data.yml b/apps/weblate/5.10.1.0/data.yml similarity index 100% rename from apps/weblate/5.10.0.0/data.yml rename to apps/weblate/5.10.1.0/data.yml diff --git a/apps/weblate/5.10.0.0/docker-compose.yml b/apps/weblate/5.10.1.0/docker-compose.yml similarity index 94% rename from apps/weblate/5.10.0.0/docker-compose.yml rename to apps/weblate/5.10.1.0/docker-compose.yml index ca95f60..0aa3267 100644 --- a/apps/weblate/5.10.0.0/docker-compose.yml +++ b/apps/weblate/5.10.1.0/docker-compose.yml @@ -16,7 +16,7 @@ services: - WEBLATE_ALLOWED_HOSTS=* - POSTGRES_DATABASE=weblate - CLIENT_MAX_BODY_SIZE=200M - image: weblate/weblate:5.10.0.0 + image: weblate/weblate:5.10.1.0 labels: createdBy: Apps networks: diff --git a/apps/weblate/5.10.0.0/envs/default.env b/apps/weblate/5.10.1.0/envs/default.env similarity index 100% rename from apps/weblate/5.10.0.0/envs/default.env rename to apps/weblate/5.10.1.0/envs/default.env diff --git a/apps/weblate/5.10.0.0/envs/global.env b/apps/weblate/5.10.1.0/envs/global.env similarity index 100% rename from apps/weblate/5.10.0.0/envs/global.env rename to apps/weblate/5.10.1.0/envs/global.env diff --git a/apps/weblate/5.10.0.0/scripts/init.sh b/apps/weblate/5.10.1.0/scripts/init.sh similarity index 100% rename from apps/weblate/5.10.0.0/scripts/init.sh rename to apps/weblate/5.10.1.0/scripts/init.sh diff --git a/apps/weblate/5.10.0.0/scripts/uninstall.sh b/apps/weblate/5.10.1.0/scripts/uninstall.sh similarity index 100% rename from apps/weblate/5.10.0.0/scripts/uninstall.sh rename to apps/weblate/5.10.1.0/scripts/uninstall.sh diff --git a/apps/weblate/5.10.0.0/scripts/upgrade.sh b/apps/weblate/5.10.1.0/scripts/upgrade.sh similarity index 100% rename from apps/weblate/5.10.0.0/scripts/upgrade.sh rename to apps/weblate/5.10.1.0/scripts/upgrade.sh