mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
8011d487f1
- Add status pages, incidents, badges, maintenance, bulk ops, and metrics - Add Docker packaging, env example, and frontend routes - Refresh GitHub workflows and project metadata
24 lines
502 B
Bash
24 lines
502 B
Bash
# 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
|