mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +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:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "hydra2",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"slug": "hydra2",
|
||||
"legacy": true,
|
||||
"description": "Meta search application for NZB indexers",
|
||||
"url": "https://github.com/petersendev/hassio-addons/hydra2",
|
||||
"startup": "services",
|
||||
@@ -23,11 +24,14 @@
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:5076]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": "1000",
|
||||
"PGID": "1000"
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"options": {},
|
||||
"schema": {},
|
||||
"image": "petersendev/hassio-hydra2-{arch}"
|
||||
}
|
||||
Reference in New Issue
Block a user