fix: install.sh creates Caddy/Authelia dirs instead of Zoraxy
This commit is contained in:
parent
a287a67fd1
commit
c252fb17ed
1 changed files with 5 additions and 3 deletions
|
|
@ -12,10 +12,12 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|||
echo "=== NextWorkspace Setup ==="
|
||||
mkdir -p "$BACKUP_DIR/certificates"
|
||||
mkdir -p "$TARGET_DIR/config/nextworkspace"
|
||||
mkdir -p "$TARGET_DIR/config/zoraxy/conf/proxy"
|
||||
mkdir -p "$TARGET_DIR/config/zoraxy/www/html"
|
||||
mkdir -p "$TARGET_DIR/data/zoraxy"
|
||||
mkdir -p "$TARGET_DIR/config/caddy"
|
||||
mkdir -p "$TARGET_DIR/config/authelia"
|
||||
mkdir -p "$TARGET_DIR/data/caddy"
|
||||
mkdir -p "$TARGET_DIR/data/authelia"
|
||||
mkdir -p "$TARGET_DIR/compose"
|
||||
mkdir -p "$TARGET_DIR/www"
|
||||
mkdir -p "$TARGET_DIR/logs"
|
||||
|
||||
# --- Interactive prompts (no defaults — user enters everything) ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue