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."
|
|
|
|
arch:
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
|
|
|
- armhf
|
|
|
|
- armv7
|
|
|
|
- i386
|
|
|
|
startup: "application"
|
|
|
|
boot: "auto"
|
|
|
|
options:
|
|
|
|
gitea_url: "https://your-gitea-instance.com"
|
|
|
|
gitea_token: "your_token"
|
|
|
|
repository: "user/repository"
|
|
|
|
act_runner_options: "--secret-file my.secrets --env-file my.env"
|
|
|
|
schema:
|
2024-11-01 17:37:39 +01:00
|
|
|
gitea_url: str
|
|
|
|
gitea_token: str
|
|
|
|
repository: str
|
|
|
|
act_runner_options: str?
|