From 973223b8a7689d0e64f6029598b6e25984576acf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:08:51 +0100 Subject: [PATCH] Update config.yaml --- grampsweb/config.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index fde9336cf..286d9aba1 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -79,7 +79,8 @@ image: ghcr.io/alexbelgium/grampsweb-{arch} init: false options: { "certfile": "fullchain.pem", - "keyfile": "privkey.pem" + "keyfile": "privkey.pem", + "ssl": false } map: - type: addon_config @@ -94,14 +95,14 @@ ports_description: schema: { "GRAMPSWEB_SECRET_KEY": "str?", "GRAMPSWEB_BASE_URL": "str?", - "certfile": "str", - "keyfile": "str", - "ssl": "bool" + "certfile": "str?", + "keyfile": "str?", + "ssl": "bool?" } services: - mysql:want slug: grampsweb tmpfs: true url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb -version: "1.6" +version: "1.7" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"