mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update config.json
This commit is contained in:
@@ -62,6 +62,8 @@
|
|||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0"
|
||||||
},
|
},
|
||||||
|
"hassio_api": true,
|
||||||
|
"homeassistant_api": true,
|
||||||
"image": "ghcr.io/alexbelgium/codex-{arch}",
|
"image": "ghcr.io/alexbelgium/codex-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
@@ -73,7 +75,8 @@
|
|||||||
"name": "Codex",
|
"name": "Codex",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0",
|
||||||
|
"csrf_allowed": "http://homeassistant.local:8123,https://homeassistant.local:8123"
|
||||||
},
|
},
|
||||||
"panel_icon": "mdi:book-open",
|
"panel_icon": "mdi:book-open",
|
||||||
"ports": {
|
"ports": {
|
||||||
@@ -92,6 +95,7 @@
|
|||||||
"PGID": "int?",
|
"PGID": "int?",
|
||||||
"PUID": "int?",
|
"PUID": "int?",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
|
"csrf_allowed": str",
|
||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
@@ -101,5 +105,5 @@
|
|||||||
"slug": "codex",
|
"slug": "codex",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.4.3"
|
"version": "1.4.3-2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user