Add admin setup page

This commit is contained in:
2026-09-20 18:15:51 +01:00
parent 27676c5a3f
commit f05384d8fe
21 changed files with 1318 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ if [ "$DEV_MODE" = true ]; then
log "NODE_ENV=development — using local repo at $INSTALL_DIR, skipping clone and system service installation (daemon is assumed to already be running)"
elif [ -z "$REPO_URL" ]; then
fail "REPO_URL is not set — pass the git URL of the wg-ui repo, e.g.
REPO_URL=https://git.example.com/org/wireguard-ui.git $0"
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git $0"
else
INSTALL_DIR="${INSTALL_DIR:-$WGUI_LIB_DIR/webapp}"
fi