initial commit

This commit is contained in:
Arne Petersen
2019-05-30 02:05:28 +02:00
parent 51b553c8fe
commit beea827638
9 changed files with 133 additions and 1 deletions

35
znc/config.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "znc",
"version": "0.0.5",
"slug": "znc",
"description": "znc add-on based on linuxserver.io image",
"url": "https://github.com/petersendev/hassio-addons/znc",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"6500/tcp": 6500,
"6501/tcp": 6501
},
"ports_description": {
"6500/tcp": "no SSL",
"6501/tcp": "SSL"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:6500]",
"boot": "auto",
"environment": {
"PUID": "1000",
"PGID": "1000"
},
"options": {},
"schema": {},
"image": "petersendev/hassio-znc-{arch}"
}