Update config.json

This commit is contained in:
Alexandre
2024-03-06 14:55:06 +01:00
committed by GitHub
parent e0243e97cd
commit 7085a51663

View File

@@ -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"
} }