mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update config.yaml
This commit is contained in:
@@ -78,7 +78,13 @@ environment:
|
|||||||
}
|
}
|
||||||
image: ghcr.io/alexbelgium/grampsweb-{arch}
|
image: ghcr.io/alexbelgium/grampsweb-{arch}
|
||||||
init: false
|
init: false
|
||||||
options: { "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false }
|
options: {
|
||||||
|
"CELERY_NUM_WORKERS": "2",
|
||||||
|
"GUNICORN_NUM_WORKERS": "8",
|
||||||
|
"certfile": "fullchain.pem",
|
||||||
|
"keyfile": "privkey.pem",
|
||||||
|
"ssl": false
|
||||||
|
}
|
||||||
map:
|
map:
|
||||||
- type: addon_config
|
- type: addon_config
|
||||||
read_only: false
|
read_only: false
|
||||||
@@ -91,6 +97,8 @@ ports_description:
|
|||||||
5001/tcp: webui
|
5001/tcp: webui
|
||||||
schema:
|
schema:
|
||||||
{
|
{
|
||||||
|
"CELERY_NUM_WORKERS": "int",
|
||||||
|
"GUNICORN_NUM_WORKERS": "int",
|
||||||
"GRAMPSWEB_SECRET_KEY": "str?",
|
"GRAMPSWEB_SECRET_KEY": "str?",
|
||||||
"GRAMPSWEB_BASE_URL": "str?",
|
"GRAMPSWEB_BASE_URL": "str?",
|
||||||
"GRAMPSWEB_EMAIL_HOST": "str?",
|
"GRAMPSWEB_EMAIL_HOST": "str?",
|
||||||
@@ -108,5 +116,5 @@ services:
|
|||||||
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: "25.7.2"
|
version: "25.7.2-2"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
||||||
|
|||||||
Reference in New Issue
Block a user