Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -5,13 +5,9 @@
"description": "Book Manager and Automation",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"image": "ghcr.io/alexbelgium/readarr-{arch}",
"upstream": "nightly-alpine-0.1.0.1175-ls12",
"webui": "http://[HOST]:[PORT:8787]",
"startup": "services",
@@ -51,12 +47,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"options": {
"PUID": 0,
"PGID": 0,
@@ -68,10 +59,7 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",