diff --git a/apps/byte-muse/1.18.5/.env b/apps/byte-muse/1.18.6/.env similarity index 100% rename from apps/byte-muse/1.18.5/.env rename to apps/byte-muse/1.18.6/.env diff --git a/apps/byte-muse/1.18.5/data.yml b/apps/byte-muse/1.18.6/data.yml similarity index 100% rename from apps/byte-muse/1.18.5/data.yml rename to apps/byte-muse/1.18.6/data.yml diff --git a/apps/byte-muse/1.18.5/docker-compose.yml b/apps/byte-muse/1.18.6/docker-compose.yml similarity index 95% rename from apps/byte-muse/1.18.5/docker-compose.yml rename to apps/byte-muse/1.18.6/docker-compose.yml index a2fd3c0..b115499 100644 --- a/apps/byte-muse/1.18.5/docker-compose.yml +++ b/apps/byte-muse/1.18.6/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.18.5 + image: envyafish/byte-muse:1.18.6 labels: createdBy: Apps networks: diff --git a/apps/byte-muse/1.18.5/envs/default.env b/apps/byte-muse/1.18.6/envs/default.env similarity index 100% rename from apps/byte-muse/1.18.5/envs/default.env rename to apps/byte-muse/1.18.6/envs/default.env diff --git a/apps/byte-muse/1.18.5/envs/global.env b/apps/byte-muse/1.18.6/envs/global.env similarity index 100% rename from apps/byte-muse/1.18.5/envs/global.env rename to apps/byte-muse/1.18.6/envs/global.env diff --git a/apps/byte-muse/1.18.5/scripts/init.sh b/apps/byte-muse/1.18.6/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.18.5/scripts/init.sh rename to apps/byte-muse/1.18.6/scripts/init.sh diff --git a/apps/byte-muse/1.18.5/scripts/uninstall.sh b/apps/byte-muse/1.18.6/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.18.5/scripts/uninstall.sh rename to apps/byte-muse/1.18.6/scripts/uninstall.sh diff --git a/apps/byte-muse/1.18.5/scripts/upgrade.sh b/apps/byte-muse/1.18.6/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.18.5/scripts/upgrade.sh rename to apps/byte-muse/1.18.6/scripts/upgrade.sh diff --git a/apps/gitea/1.24.5/.env b/apps/gitea/1.24.6/.env similarity index 100% rename from apps/gitea/1.24.5/.env rename to apps/gitea/1.24.6/.env diff --git a/apps/gitea/1.24.5/config/app.example.ini b/apps/gitea/1.24.6/config/app.example.ini similarity index 100% rename from apps/gitea/1.24.5/config/app.example.ini rename to apps/gitea/1.24.6/config/app.example.ini diff --git a/apps/gitea/1.24.5/data.yml b/apps/gitea/1.24.6/data.yml similarity index 100% rename from apps/gitea/1.24.5/data.yml rename to apps/gitea/1.24.6/data.yml diff --git a/apps/gitea/1.24.5/docker-compose.yml b/apps/gitea/1.24.6/docker-compose.yml similarity index 97% rename from apps/gitea/1.24.5/docker-compose.yml rename to apps/gitea/1.24.6/docker-compose.yml index 33c261b..4374288 100644 --- a/apps/gitea/1.24.5/docker-compose.yml +++ b/apps/gitea/1.24.6/docker-compose.yml @@ -28,7 +28,7 @@ services: - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL} - image: gitea/gitea:1.24.5 + image: gitea/gitea:1.24.6 labels: createdBy: Apps networks: diff --git a/apps/gitea/1.24.5/envs/default.env b/apps/gitea/1.24.6/envs/default.env similarity index 100% rename from apps/gitea/1.24.5/envs/default.env rename to apps/gitea/1.24.6/envs/default.env diff --git a/apps/gitea/1.24.5/envs/gitea.env b/apps/gitea/1.24.6/envs/gitea.env similarity index 100% rename from apps/gitea/1.24.5/envs/gitea.env rename to apps/gitea/1.24.6/envs/gitea.env diff --git a/apps/gitea/1.24.5/envs/global.env b/apps/gitea/1.24.6/envs/global.env similarity index 100% rename from apps/gitea/1.24.5/envs/global.env rename to apps/gitea/1.24.6/envs/global.env diff --git a/apps/gitea/1.24.5/scripts/init.sh b/apps/gitea/1.24.6/scripts/init.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/init.sh rename to apps/gitea/1.24.6/scripts/init.sh diff --git a/apps/gitea/1.24.5/scripts/uninstall.sh b/apps/gitea/1.24.6/scripts/uninstall.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/uninstall.sh rename to apps/gitea/1.24.6/scripts/uninstall.sh diff --git a/apps/gitea/1.24.5/scripts/upgrade.sh b/apps/gitea/1.24.6/scripts/upgrade.sh similarity index 100% rename from apps/gitea/1.24.5/scripts/upgrade.sh rename to apps/gitea/1.24.6/scripts/upgrade.sh diff --git a/apps/mdc-ng/1.20.8/.env b/apps/mdc-ng/1.20.9/.env similarity index 100% rename from apps/mdc-ng/1.20.8/.env rename to apps/mdc-ng/1.20.9/.env diff --git a/apps/mdc-ng/1.20.8/data.yml b/apps/mdc-ng/1.20.9/data.yml similarity index 100% rename from apps/mdc-ng/1.20.8/data.yml rename to apps/mdc-ng/1.20.9/data.yml diff --git a/apps/mdc-ng/1.20.8/docker-compose.yml b/apps/mdc-ng/1.20.9/docker-compose.yml similarity index 95% rename from apps/mdc-ng/1.20.8/docker-compose.yml rename to apps/mdc-ng/1.20.9/docker-compose.yml index 49d20c2..075e752 100644 --- a/apps/mdc-ng/1.20.8/docker-compose.yml +++ b/apps/mdc-ng/1.20.9/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: mdcng/mdc:1.20.8 + image: mdcng/mdc:1.20.9 labels: createdBy: Apps networks: diff --git a/apps/mdc-ng/1.20.8/envs/default.env b/apps/mdc-ng/1.20.9/envs/default.env similarity index 100% rename from apps/mdc-ng/1.20.8/envs/default.env rename to apps/mdc-ng/1.20.9/envs/default.env diff --git a/apps/mdc-ng/1.20.8/envs/global.env b/apps/mdc-ng/1.20.9/envs/global.env similarity index 100% rename from apps/mdc-ng/1.20.8/envs/global.env rename to apps/mdc-ng/1.20.9/envs/global.env diff --git a/apps/mdc-ng/1.20.8/scripts/init.sh b/apps/mdc-ng/1.20.9/scripts/init.sh similarity index 100% rename from apps/mdc-ng/1.20.8/scripts/init.sh rename to apps/mdc-ng/1.20.9/scripts/init.sh diff --git a/apps/mdc-ng/1.20.8/scripts/uninstall.sh b/apps/mdc-ng/1.20.9/scripts/uninstall.sh similarity index 100% rename from apps/mdc-ng/1.20.8/scripts/uninstall.sh rename to apps/mdc-ng/1.20.9/scripts/uninstall.sh diff --git a/apps/mdc-ng/1.20.8/scripts/upgrade.sh b/apps/mdc-ng/1.20.9/scripts/upgrade.sh similarity index 100% rename from apps/mdc-ng/1.20.8/scripts/upgrade.sh rename to apps/mdc-ng/1.20.9/scripts/upgrade.sh