mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 13:38:47 +02:00
Update config.json
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
"name": "Do not use (Mealie frontend)",
|
"name": "Do not use (Mealie frontend)",
|
||||||
"options": {
|
"options": {
|
||||||
"API_URL": "http://homeassistant.local:9000",
|
"API_URL": "http://homeassistant.local:9000",
|
||||||
|
"PGID": 1000,
|
||||||
|
"PUID": 1000,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"ssl": false
|
"ssl": false
|
||||||
@@ -28,6 +30,8 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"API_URL": "str",
|
"API_URL": "str",
|
||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
|
"PGID": "int",
|
||||||
|
"PUID": "int",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"ssl": "bool"
|
"ssl": "bool"
|
||||||
|
|||||||
Reference in New Issue
Block a user