mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-08 18:02:50 +02:00
Merge branch 'main' of github.com:ipnet-mesh/meshcore-hub into feat/postgres-support
This commit is contained in:
@@ -519,6 +519,19 @@ NETWORK_WELCOME_TEXT=
|
||||
# Example: **Maintenance** scheduled for Saturday — see [details](https://example.com)
|
||||
NETWORK_ANNOUNCEMENT=
|
||||
|
||||
# System announcement banner (optional, Markdown supported)
|
||||
# Non-dismissable banner shown above the network announcement on every page,
|
||||
# for important system notices (downtime, maintenance windows, alerts).
|
||||
# Stays visible until unset and the web service is restarted. Empty = no banner.
|
||||
SYSTEM_ANNOUNCEMENT=
|
||||
|
||||
# Maintenance mode (default: false)
|
||||
# When true, disables almost all site functionality: the nav shows only Home,
|
||||
# the user/profile menu is hidden, and every page renders a "Site Under
|
||||
# Maintenance" notice. No backend API calls are made, so the API/database can
|
||||
# be offline while the web component keeps running. Requires a web restart.
|
||||
SYSTEM_MAINTENANCE=false
|
||||
|
||||
# -------------------
|
||||
# Feature Flags
|
||||
# -------------------
|
||||
|
||||
Reference in New Issue
Block a user