Initial commit

This commit is contained in:
2026-06-30 18:30:24 +00:00
commit 67e0a90b15
54 changed files with 6184 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# === The Dark Elite Hub - environment config ===
# Copy this file to .env and fill in real values before running deploy.sh
# Password for accessing the hub from outside the LAN
HUB_PASSWORD=change-me-to-a-real-password
# Cryptographic secret for signing session cookies.
# Generate with: openssl rand -hex 32
HUB_SECRET=replace-with-output-of-openssl-rand-hex-32
# Optional: change ports if 80/443 are taken on the host
CADDY_HTTP_PORT=80
CADDY_HTTPS_PORT=443