defguard icon indicating copy to clipboard operation
defguard copied to clipboard

Admin password empty after first install attempt failed

Open aleex1848 opened this issue 1 year ago • 1 comments

-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: image

aleex1848 avatar Feb 02 '24 09:02 aleex1848

The password is being set correctly and can be found inside the .env file. It's only not shown in the setup-finished-ouput

aleex1848 avatar Feb 02 '24 10:02 aleex1848

Fixed in deployment

teon avatar Aug 15 '24 16:08 teon