Skip to content

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 to None and supporting some markdown text
  • BANNER_STYLE, default to info, and could support the different bulma levels (success, warning, danger, ...) to control the style of the display.

By default no banner is displayed

Refs https://gitlab.com/arkindex/requests/-/issues/424