* use legacy for linuxserver.io based addons

PUID, GUID, TZ options will transfer to environment variables with legacy flag
This commit is contained in:
Arne Petersen
2019-05-31 10:31:34 +02:00
committed by GitHub
parent 32ec16301e
commit 52040d690f
3 changed files with 23 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "nzbget",
"version": "0.0.4",
"version": "0.1.0",
"slug": "nzbget",
"legacy": true,
"description": "Usenet downloader",
"url": "https://github.com/petersendev/hassio-addons/nzbget",
"startup": "services",
@@ -23,11 +24,14 @@
],
"webui": "http://[HOST]:[PORT:6789]",
"boot": "auto",
"environment": {
"PUID": "1000",
"PGID": "1000"
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"options": {},
"schema": {},
"image": "petersendev/hassio-nzbget-{arch}"
}