From eaa1b6a4dd0f2545445c70cb75bd6a2a176e80ef Mon Sep 17 00:00:00 2001 From: ai-dev Date: Sun, 3 Nov 2024 11:19:10 +0100 Subject: [PATCH] update addons --- gitea_act_runner/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitea_act_runner/config.yaml b/gitea_act_runner/config.yaml index 6a732fc..088fe3e 100644 --- a/gitea_act_runner/config.yaml +++ b/gitea_act_runner/config.yaml @@ -4,11 +4,19 @@ version: "1.0.0" slug: "act_runner_ansible" description: "Home Assistant add-on that runs Act runner with Gitea integration." url: https://mezgit.duckdns.org/mezned/HAddons/gitea_act_runner +startup: "services", init: false arch: - aarch64 - amd64 - armv7 +hassio_api: true, +homeassistant_api: true, +auth_api: true, +docker_api: true, +host_network: true, +host_pid: true, +apparmor: false options: gitea_url: "https://your-gitea-instance.com" gitea_token: "your_token"