32 lines
729 B
YAML
Raw Normal View History

2024-11-01 20:34:12 +01:00
---
2024-11-01 17:25:52 +01:00
name: "Act Runner and Ansible Add-on"
version: "1.0.0"
slug: "act_runner_ansible"
description: "Home Assistant add-on that runs Act runner with Gitea integration."
2024-11-01 20:34:12 +01:00
url: https://mezgit.duckdns.org/mezned/HAddons/gitea_act_runner
2024-11-03 11:19:10 +01:00
startup: "services",
2024-11-01 20:34:12 +01:00
init: false
2024-11-01 17:25:52 +01:00
arch:
- aarch64
- amd64
- armv7
2024-11-03 11:19:10 +01:00
hassio_api: true,
homeassistant_api: true,
auth_api: true,
docker_api: true,
host_network: true,
host_pid: true,
apparmor: false
2024-11-01 17:25:52 +01:00
options:
gitea_url: "https://your-gitea-instance.com"
gitea_token: "your_token"
2024-11-01 21:29:05 +01:00
runner_name: "name"
runner_label: "label"
2024-11-01 19:26:58 +01:00
log_level: "info"
2024-11-01 17:25:52 +01:00
schema:
2024-11-01 17:37:39 +01:00
gitea_url: str
gitea_token: str
2024-11-01 21:29:05 +01:00
runner_name: str
runner_label: str
2024-11-01 20:34:12 +01:00
log_level: list(trace|debug|info|notice|warning|error|fatal)?