30 lines
686 B
YAML
30 lines
686 B
YAML
---
|
|
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."
|
|
url: https://mezgit.duckdns.org/mezned/HAddons/gitea_act_runner
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
hassio_api: true
|
|
homeassistant_api: true
|
|
auth_api: true
|
|
docker_api: true
|
|
host_network: true
|
|
host_pid: true
|
|
options:
|
|
gitea_url: "https://your-gitea-instance.com"
|
|
gitea_token: "your_token"
|
|
runner_name: "name"
|
|
runner_label: "label"
|
|
log_level: "info"
|
|
schema:
|
|
gitea_url: str
|
|
gitea_token: str
|
|
runner_name: str
|
|
runner_label: str
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|