chore: sync: ClausL-MacBook-Pro.local 2026-05-04 19:00
This commit is contained in:
parent
a7fa3bc15a
commit
ac0a741c66
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue