Embed a maintenance message as HTML meta
An instance administrator should be able to set two environment variables to control a temporary message displayed on all frontend pages.
Those variables would be:
-
BANNER_MESSAGE
, default toNone
and supporting some markdown text -
BANNER_STYLE
, default toinfo
, and could support the different bulma levels (success, warning, danger, ...) to control the style of the display.
By default no banner is displayed