Add public monitoring features and CI updates

- Add status pages, incidents, badges, maintenance, bulk ops, and metrics
- Add Docker packaging, env example, and frontend routes
- Refresh GitHub workflows and project metadata
This commit is contained in:
Tomas Dvorak
2026-04-27 11:10:18 +02:00
parent 363d708e91
commit 8011d487f1
101 changed files with 16126 additions and 2028 deletions
+23
View File
@@ -0,0 +1,23 @@
# Beszel Hub Settings
APP_URL=http://localhost:8090
INSTANCE_NAME=Beszel Monitoring
# Auth & Features
REGISTRATION_ENABLED=true
TWO_FACTOR_ENABLED=true
PASSKEY_ENABLED=true
# Limits
MAX_MONITORS_PER_USER=50
MAX_DOMAINS_PER_USER=50
MAX_STATUS_PAGES=10
# Optional Features
PAGESPEED_ENABLED=true
SUBDOMAIN_DISCOVERY=true
STATUS_PAGES_ENABLED=true
BADGES_ENABLED=true
# Beszel Agent (only needed if running agent via docker compose --profile agent)
# AGENT_KEY=your_public_key_here
# AGENT_PORT=45876