mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 09:27:44 +01:00
initial commit
This commit is contained in:
35
znc/config.json
Normal file
35
znc/config.json
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user