From 4467e44ea025f4fb3e981cc518bb67bde4df49b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:13:04 +0100 Subject: [PATCH] Update config.yaml --- grampsweb/config.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index 8a7a63529..fde9336cf 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -77,22 +77,31 @@ environment: { } image: ghcr.io/alexbelgium/grampsweb-{arch} init: false +options: { + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" +} map: - type: addon_config read_only: false + - type: ssl + read_only: true name: "Grampsweb not working" ports: - 5000/tcp: 5000 + 5001/tcp: 5000 ports_description: - 5000/tcp: webui + 5001/tcp: webui schema: { "GRAMPSWEB_SECRET_KEY": "str?", - "GRAMPSWEB_BASE_URL": "str?" + "GRAMPSWEB_BASE_URL": "str?", + "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.5" -webui: "[PROTO:ssl]://[HOST]:[PORT:5000]" +version: "1.6" +webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"