mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Legacy (#5)
* use legacy for linuxserver.io based addons PUID, GUID, TZ options will transfer to environment variables with legacy flag
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user