registry.format.hu -> safebox
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-05 11:41:05 +01:00
parent a773e95a5e
commit 4088fe252e
3 changed files with 7 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ fi
DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL
if [ "$DOCKER_REGISTRY_URL" = "" ]; then if [ "$DOCKER_REGISTRY_URL" = "" ]; then
DOCKER_REGISTRY_URL=registry.format.hu #DOCKER_REGISTRY_URL=registry.format.hu
DOCKER_REGISTRY_URL=safebox
fi fi
if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then

View File

@@ -4,7 +4,8 @@ toUpperCase() {
echo "$*" | tr '[:lower:]' '[:upper:]'; echo "$*" | tr '[:lower:]' '[:upper:]';
} }
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"} #DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"}
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"safebox"}
GLOBAL_VERSION=${GLOBAL_VERSION:-latest} GLOBAL_VERSION=${GLOBAL_VERSION:-latest}
version_update() { version_update() {
for JSON in $(ls /etc/user/config/services/*.json); do for JSON in $(ls /etc/user/config/services/*.json); do

View File

@@ -701,10 +701,11 @@ if [ "$APT" == "1" ]; then
fi fi
fi; fi;
echo "Please fill in registry url (registry.format.hu): "; echo "Please fill in registry url (safebox): ";
read -r DOCKER_REGISTRY_URL; read -r DOCKER_REGISTRY_URL;
if [ "$DOCKER_REGISTRY_URL" == "" ]; then if [ "$DOCKER_REGISTRY_URL" == "" ]; then
DOCKER_REGISTRY_URL="registry.format.hu"; #DOCKER_REGISTRY_URL="registry.format.hu";
DOCKER_REGISTRY_URL="safebox";
fi fi
# first install # first install