Convert config from JSON to YAML format

This commit is contained in:
Alexandre
2025-11-10 22:05:47 +01:00
committed by GitHub
parent 3edda1af73
commit 31e50669cf
2 changed files with 28 additions and 35 deletions

View File

@@ -1,35 +0,0 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual",
"description": "Automatic addons update by aligning version tag with upstream releases",
"environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
},
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
"init": false,
"map": [
"addon_config:rw"
],
"name": "Repository Updater",
"options": {
"gitapi": "gitapi",
"gituser": "gituser",
"repository": "alexbelgium/hassio-addons"
},
"schema": {
"dry_run": "bool?",
"gitapi": "str",
"gitmail": "str?",
"gituser": "str",
"repository": "str",
"verbose": "bool?"
},
"slug": "updater",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
"version": "3.19.10"
}

View File

@@ -0,0 +1,28 @@
arch:
- aarch64
- amd64
- armv7
boot: manual
description: Automatic addons update by aligning version tag with upstream releases
environment:
GIT_DISCOVERY_ACROSS_FILESYSTEM: "1"
image: ghcr.io/alexbelgium/addons_updater-{arch}
init: false
map:
- addon_config:rw
name: Repository Updater
options:
gitapi: gitapi
gituser: gituser
repository: alexbelgium/hassio-addons
schema:
dry_run: bool?
gitapi: str
gitmail: str?
gituser: str
repository: str
verbose: bool?
slug: updater
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater
version: "3.19.10"