diff --git a/install.sh b/install.sh index 7196b27..1ca1e53 100755 --- a/install.sh +++ b/install.sh @@ -16,6 +16,11 @@ header() { echo -e "\n${BOLD}${CYAN}$1${NC}"; } # SERVICE USER # ============================================================ SVC_USER="nextwks" + +# ============================================================ +# PATHS +# ============================================================ +REPO_DIR="$(cd "$(dirname "$0")" && pwd)" ENV_FILE="${REPO_DIR}/.env" AUTHELIA_DIR="/opt/authelia" AUTHELIA_CONFIG="${AUTHELIA_DIR}/configuration.yml"