changeset 3567:a240748ed686

app manager (docker/weblate): add `WEBLATE_ENABLE_HTTPS`: The value can be set in `libervia.conf` with `weblate_enable_https`. It defaults to "1".
author Goffi <goffi@goffi.org>
date Mon, 14 Jun 2021 12:19:21 +0200
parents 17b69a111a85
children 04283582966f
files sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml	Sat Jun 12 15:14:57 2021 +0200
+++ b/sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml	Mon Jun 14 12:19:21 2021 +0200
@@ -22,6 +22,7 @@
         WEBLATE_SITE_DOMAIN: !sat_conf ["", "public_url"]
         WEBLATE_ADMIN_PASSWORD: !sat_generate_pwd
         WEBLATE_ADMIN_EMAIL: !sat_conf ["", "email_admins_list", "", "first"]
+        WEBLATE_ENABLE_HTTPS: !sat_conf ["", "weblate_enable_https", "1"]
       volumes:
         - ./settings-override.py:/app/data/settings-override.py:ro
 expose: