From 57d0a63e947c8484b3ccddc2a19059ec851c0122 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Dec 2024 08:25:17 +0100 Subject: [PATCH] Update config.yaml --- grampsweb/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index 665ddcdbb..8a7a63529 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -86,12 +86,13 @@ ports: ports_description: 5000/tcp: webui schema: { - "GRAMPSWEB_SECRET_KEY": "str?" + "GRAMPSWEB_SECRET_KEY": "str?", + "GRAMPSWEB_BASE_URL": "str?" } services: - mysql:want slug: grampsweb tmpfs: true url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb -version: "1.4" +version: "1.5" webui: "[PROTO:ssl]://[HOST]:[PORT:5000]"