From 7085a51663d0673887fabdad738c638ffe4d063f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:55:06 +0100 Subject: [PATCH] Update config.json --- codex/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codex/config.json b/codex/config.json index 4d4744192..1b6164c98 100644 --- a/codex/config.json +++ b/codex/config.json @@ -62,6 +62,8 @@ "PGID": "0", "PUID": "0" }, + "hassio_api": true, + "homeassistant_api": true, "image": "ghcr.io/alexbelgium/codex-{arch}", "ingress": true, "ingress_stream": true, @@ -73,7 +75,8 @@ "name": "Codex", "options": { "PGID": "0", - "PUID": "0" + "PUID": "0", + "csrf_allowed": "http://homeassistant.local:8123,https://homeassistant.local:8123" }, "panel_icon": "mdi:book-open", "ports": { @@ -92,6 +95,7 @@ "PGID": "int?", "PUID": "int?", "TZ": "str?", + "csrf_allowed": str", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", @@ -101,5 +105,5 @@ "slug": "codex", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.3" + "version": "1.4.3-2" }