Update config.yaml

This commit is contained in:
Alexandre
2024-12-29 09:13:04 +01:00
committed by GitHub
parent 51d39836af
commit 4467e44ea0

View File

@@ -77,22 +77,31 @@ environment: {
} }
image: ghcr.io/alexbelgium/grampsweb-{arch} image: ghcr.io/alexbelgium/grampsweb-{arch}
init: false init: false
options: {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
map: map:
- type: addon_config - type: addon_config
read_only: false read_only: false
- type: ssl
read_only: true
name: "Grampsweb not working" name: "Grampsweb not working"
ports: ports:
5000/tcp: 5000 5001/tcp: 5000
ports_description: ports_description:
5000/tcp: webui 5001/tcp: webui
schema: { schema: {
"GRAMPSWEB_SECRET_KEY": "str?", "GRAMPSWEB_SECRET_KEY": "str?",
"GRAMPSWEB_BASE_URL": "str?" "GRAMPSWEB_BASE_URL": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
} }
services: services:
- mysql:want - mysql:want
slug: grampsweb slug: grampsweb
tmpfs: true tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: "1.5" version: "1.6"
webui: "[PROTO:ssl]://[HOST]:[PORT:5000]" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"