From 3a790db7252a2a263b01de8cfb795d770dff09f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:02:52 +0100 Subject: [PATCH] Update config.yaml --- grampsweb/config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index cd44895c1..7ca69d319 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -95,6 +95,12 @@ ports_description: schema: { "GRAMPSWEB_SECRET_KEY": "str?", "GRAMPSWEB_BASE_URL": "str?", + "GRAMPSWEB_EMAIL_HOST": "str?", + "GRAMPSWEB_EMAIL_PORT": "int?", + "GRAMPSWEB_EMAIL_USE_TLS": "bool?", + "GRAMPSWEB_EMAIL_HOST_USER": "str?", + "GRAMPSWEB_EMAIL_HOST_PASSWORD": "password?", + "GRAMPSWEB_DEFAULT_FROM_EMAIL": "email?", "certfile": "str?", "keyfile": "str?", "ssl": "bool?" @@ -104,5 +110,5 @@ services: slug: grampsweb tmpfs: true url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb -version: "1.7" +version: "1.8" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"