-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
29 lines (29 loc) · 1.22 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "2",
"templates": [{
"type": 1,
"title": "znc",
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/znc-icon.png",
"image": "linuxserver/znc:latest",
"categories": ["Messenger"],
"platform": "linux",
"ports": [
"6501/tcp"
],
"volumes": [{"container": "/config"}],
"env": [
{
"name":"PGID",
"label":"PGID",
"set":""
},
{
"name":"PUID",
"label":"PUID",
"set":""
}
]
}
]
}