first commit

This commit is contained in:
2026-05-22 11:46:43 +02:00
commit 2ebd8fb16b
29 changed files with 3356 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Copy this file to .env.local and fill in your values
# .env.local is git-ignored
# Admin portal base URL (no trailing slash)
BASE_URL=https://pbx.local:4443
# Download / software repository portal URL
REPO_URL=https://repo.pbx.local/downloads
# Admin credentials
ADMIN_USER=admin
ADMIN_PASSWORD=changeme
# Optional: CI environment flag
CI=false