changeset 3455:c30b4b18d3b8

plugin app manager docker: use default emails for weblate: when `email_from` was not set in `sat.conf`, no value was set for `WEBLATE_SERVER_EMAIL` and `WEBLATE_DEFAULT_FROM_EMAIL`. These environment variables are needed for Weblate to be launched, so default value are now used (the same as the one from official Weblate Docker image).
author Goffi <goffi@goffi.org>
date Fri, 15 Jan 2021 11:27:15 +0100
parents ddff0ade14d6
children 6deea0d8d0e7
files sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml	Sat Jan 02 17:08:11 2021 +0100
+++ b/sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml	Fri Jan 15 11:27:15 2021 +0100
@@ -13,8 +13,8 @@
         WEBLATE_EMAIL_HOST: !sat_conf ["", "email_server"]
         WEBLATE_EMAIL_HOST_USER: !sat_conf ["", "email_username"]
         WEBLATE_EMAIL_HOST_PASSWORD: !sat_conf ["", "email_password"]
-        WEBLATE_SERVER_EMAIL: !sat_conf ["", "email_from"]
-        WEBLATE_DEFAULT_FROM_EMAIL: !sat_conf ["", "email_from"]
+        WEBLATE_SERVER_EMAIL: !sat_conf ["", "email_from", "weblate@example.com"]
+        WEBLATE_DEFAULT_FROM_EMAIL: !sat_conf ["", "email_from", "weblate@example.com"]
         WEBLATE_SITE_DOMAIN: !sat_conf ["", "public_url"]
         WEBLATE_ADMIN_PASSWORD: !sat_generate_pwd
         WEBLATE_ADMIN_EMAIL: !sat_conf ["", "email_admins_list", "", "first"]