mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02: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:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
* text eol=lf
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "hydra2",
|
"name": "hydra2",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"slug": "hydra2",
|
"slug": "hydra2",
|
||||||
|
"legacy": true,
|
||||||
"description": "Meta search application for NZB indexers",
|
"description": "Meta search application for NZB indexers",
|
||||||
"url": "https://github.com/petersendev/hassio-addons/hydra2",
|
"url": "https://github.com/petersendev/hassio-addons/hydra2",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
@@ -23,11 +24,14 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:5076]",
|
"webui": "http://[HOST]:[PORT:5076]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"options": {
|
||||||
"PUID": "1000",
|
"PUID": 1001,
|
||||||
"PGID": "1000"
|
"PGID": 1001
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"PUID": "int",
|
||||||
|
"PGID": "int",
|
||||||
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"options": {},
|
|
||||||
"schema": {},
|
|
||||||
"image": "petersendev/hassio-hydra2-{arch}"
|
"image": "petersendev/hassio-hydra2-{arch}"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "nzbget",
|
"name": "nzbget",
|
||||||
"version": "0.0.4",
|
"version": "0.1.0",
|
||||||
"slug": "nzbget",
|
"slug": "nzbget",
|
||||||
|
"legacy": true,
|
||||||
"description": "Usenet downloader",
|
"description": "Usenet downloader",
|
||||||
"url": "https://github.com/petersendev/hassio-addons/nzbget",
|
"url": "https://github.com/petersendev/hassio-addons/nzbget",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
@@ -23,11 +24,14 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:6789]",
|
"webui": "http://[HOST]:[PORT:6789]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"options": {
|
||||||
"PUID": "1000",
|
"PUID": 1001,
|
||||||
"PGID": "1000"
|
"PGID": 1001
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"PUID": "int",
|
||||||
|
"PGID": "int",
|
||||||
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"options": {},
|
|
||||||
"schema": {},
|
|
||||||
"image": "petersendev/hassio-nzbget-{arch}"
|
"image": "petersendev/hassio-nzbget-{arch}"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user