From e7dd1341e39e516d2514b520cde0ae297c1d8f44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:49:10 +0000 Subject: [PATCH] deploy: a1726dc45add7525f51617cd399a3fe22b5d474b --- edge/config/environment/index.html | 16 ++++++ edge/search/search_index.json | 2 +- edge/sitemap.xml | 82 +++++++++++++++--------------- 3 files changed, 58 insertions(+), 42 deletions(-) diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 0c7e0853..5b09b383 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -517,6 +517,13 @@ PERMIT_DOCKER + + +
  • + + TZ + +
  • @@ -2409,6 +2416,13 @@ PERMIT_DOCKER +
  • + +
  • + + TZ + +
  • @@ -3327,6 +3341,8 @@
  • connected-networks => Add all connected docker networks (ipv4 only).
  • Note: you probably want to set POSTFIX_INET_PROTOCOLS=ipv4 to make it work fine with Docker.

    +
    TZ
    +

    Set the timezone. If this variable is unset, the container runtime will try to detect the time using /etc/localtime, which you can alternatively mount into the container. The value of this variable must follow the pattern AREA/ZONE, i.e. of you want to use Germany's time zone, use Europe/Berlin. You can lookup all available timezones here.

    ENABLE_AMAVIS

    Amavis content filter (used for ClamAV & SpamAssassin)