fix: install.sh creates Caddy/Authelia dirs instead of Zoraxy

This commit is contained in:
Claus Lohmar 2026-07-08 09:54:53 +01:00
parent a287a67fd1
commit c252fb17ed

View file

@ -12,10 +12,12 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
echo "=== NextWorkspace Setup ===" echo "=== NextWorkspace Setup ==="
mkdir -p "$BACKUP_DIR/certificates" mkdir -p "$BACKUP_DIR/certificates"
mkdir -p "$TARGET_DIR/config/nextworkspace" mkdir -p "$TARGET_DIR/config/nextworkspace"
mkdir -p "$TARGET_DIR/config/zoraxy/conf/proxy" mkdir -p "$TARGET_DIR/config/caddy"
mkdir -p "$TARGET_DIR/config/zoraxy/www/html" mkdir -p "$TARGET_DIR/config/authelia"
mkdir -p "$TARGET_DIR/data/zoraxy" mkdir -p "$TARGET_DIR/data/caddy"
mkdir -p "$TARGET_DIR/data/authelia"
mkdir -p "$TARGET_DIR/compose" mkdir -p "$TARGET_DIR/compose"
mkdir -p "$TARGET_DIR/www"
mkdir -p "$TARGET_DIR/logs" mkdir -p "$TARGET_DIR/logs"
# --- Interactive prompts (no defaults — user enters everything) --- # --- Interactive prompts (no defaults — user enters everything) ---