mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 15:26:04 +02:00
Automatic builds
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user