chore: sync: ClausL-MacBook-Pro.local 2026-05-04 19:00

This commit is contained in:
Claus Lohmar 2026-05-04 19:00:55 +01:00
parent a7fa3bc15a
commit ac0a741c66

View file

@ -31,7 +31,8 @@ NC='\033[0m' # No Color
# Configuration # Configuration
# Update REPO_URL to your actual GitHub repository before distribution # Update REPO_URL to your actual GitHub repository before distribution
REPO_URL="https://git.lohmar.co.uk/cclohmar/autehlia-api" REPO_URL="https://git.lohmar.co.uk/cclohmar/autehlia-api"
DOWNLOAD_URL="${AUTHELIA_API_DOWNLOAD_URL:-${REPO_URL}/src/branch/main/authelia-api}" DOWNLOAD_URL="${AUTHELIA_API_DOWNLOAD_URL:-${REPO_URL}/raw/branch/main/authelia-api}"
INSTALL_DIR="${AUTHELIA_API_INSTALL_DIR:-/opt/authelia/api}" INSTALL_DIR="${AUTHELIA_API_INSTALL_DIR:-/opt/authelia/api}"
SERVICE_NAME="authelia-api" SERVICE_NAME="authelia-api"
SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service" SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service"