mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "znc",
|
||||
"version": "0.0.5",
|
||||
"version": "0.1.0",
|
||||
"slug": "znc",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-znc"
|
||||
},
|
||||
@@ -28,11 +29,14 @@
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:6500]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": "1000",
|
||||
"PGID": "1000"
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"options": {},
|
||||
"schema": {},
|
||||
"image": "petersendev/hassio-znc-{arch}"
|
||||
}
|
||||
Reference in New Issue
Block a user