mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update config.yaml
This commit is contained in:
@@ -79,7 +79,8 @@ image: ghcr.io/alexbelgium/grampsweb-{arch}
|
|||||||
init: false
|
init: false
|
||||||
options: {
|
options: {
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem",
|
||||||
|
"ssl": false
|
||||||
}
|
}
|
||||||
map:
|
map:
|
||||||
- type: addon_config
|
- type: addon_config
|
||||||
@@ -94,14 +95,14 @@ ports_description:
|
|||||||
schema: {
|
schema: {
|
||||||
"GRAMPSWEB_SECRET_KEY": "str?",
|
"GRAMPSWEB_SECRET_KEY": "str?",
|
||||||
"GRAMPSWEB_BASE_URL": "str?",
|
"GRAMPSWEB_BASE_URL": "str?",
|
||||||
"certfile": "str",
|
"certfile": "str?",
|
||||||
"keyfile": "str",
|
"keyfile": "str?",
|
||||||
"ssl": "bool"
|
"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.6"
|
version: "1.7"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
||||||
|
|||||||
Reference in New Issue
Block a user