mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-07-28 23:03:48 +00:00
Build Docker images / Hub (push) Failing after 1m21s
Refactor the domain and monitor detail pages to use a new modular component architecture. This includes: - Implementing `domain-info-sections.tsx` and `monitor-info-sections.tsx` to provide structured, card-based information layouts. - Enhancing domain details with new sections for DNS, SSL, SEO, and hosting information. - Improving monitor details with enhanced uptime visualizations and response time statistics. - Updating the PageSpeed check API to support an optional API key from environment variables. - Cleaning up UI components and improving code formatting in the monitors table. - Updating localization files to support new UI strings.
25 lines
547 B
Bash
25 lines
547 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
|
|
# PAGESPEED_API_KEY=your_google_api_key_here
|
|
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
|