defguard
defguard copied to clipboard
Admin password empty after first install attempt failed
-Installed fresh Ubuntu 22.04.
-installed docker using docker repository
-tried sudo curl --proto '=https' --tlsv1.2 -sSf -L https://raw.githubusercontent.com/DefGuard/deployment/main/docker-compose/setup.sh -O && bash setup.sh
-failed with ERROR: failed to create VPN network
-switched to root using sudo -s
-tried again acting as root curl --proto '=https' --tlsv1.2 -sSf -L https://raw.githubusercontent.com/DefGuard/deployment/main/docker-compose/setup.sh -O && bash setup.sh
-setup finishes but password is empty so no login possible:
The password is being set correctly and can be found inside the .env file. It's only not shown in the setup-finished-ouput
Fixed in deployment