mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
switch znc to legacy
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "znc",
|
"name": "znc",
|
||||||
"version": "0.0.5",
|
"version": "0.1.0",
|
||||||
"slug": "znc",
|
"slug": "znc",
|
||||||
|
"legacy": true,
|
||||||
"maintenance": {
|
"maintenance": {
|
||||||
"github_release": "https://github.com/linuxserver/docker-znc"
|
"github_release": "https://github.com/linuxserver/docker-znc"
|
||||||
},
|
},
|
||||||
@@ -28,11 +29,14 @@
|
|||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:6500]",
|
"webui": "http://[HOST]:[PORT:6500]",
|
||||||
"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-znc-{arch}"
|
"image": "petersendev/hassio-znc-{arch}"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user