From 7286b3e2063eaaa9a5f0ec2cdd83fdc04e72ac83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:15:48 +0100 Subject: [PATCH 1/2] Update manifest.toml --- manifest.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.toml b/manifest.toml index 3af7acb..8f1b03d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,8 +21,11 @@ cpe = "cpe:2.3:a:home-assistant:home-assistant" yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = false + ldap = true + sso = false + disk = "2G" ram.build = "2G" ram.runtime = "2G" @@ -91,6 +94,10 @@ ram.runtime = "2G" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false [resources.ports] main.default = 8123 From 88fb2904654e51b972845bb82753d96d023e7b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:17:52 +0100 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8f1b03d..11c7e0f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,11 +21,8 @@ cpe = "cpe:2.3:a:home-assistant:home-assistant" yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = false - ldap = true - sso = false - disk = "2G" ram.build = "2G" ram.runtime = "2G"