diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 7352339c..2a6e7b98 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -636,6 +636,20 @@ POSTMASTER_ADDRESS + + +
  • + + ENABLE_UPDATE_CHECK + + +
  • + +
  • + + UPDATE_CHECK_INTERVAL + +
  • @@ -2303,6 +2317,20 @@ POSTMASTER_ADDRESS +
  • + +
  • + + ENABLE_UPDATE_CHECK + + +
  • + +
  • + + UPDATE_CHECK_INTERVAL + +
  • @@ -3174,6 +3202,17 @@ FAIL2BAN_BLOCKTYPE=drop
  • empty => postmaster@domain.com
  • => Specify the postmaster address
  • +
    ENABLE_UPDATE_CHECK
    +

    Check for updates on container start and then once a day. If an update is available, a mail is send to POSTMASTER_ADDRESS.

    + +
    UPDATE_CHECK_INTERVAL
    +

    Customize the update check interval. Number + Suffix. Suffix must be 's' for seconds, 'm' for minutes, 'h' for hours or 'd' for days.

    +
    POSTSCREEN_ACTION