AppFeed/lsio_categories/znc.xml

56 lines
2.3 KiB
XML
Raw Normal View History

2022-01-20 20:35:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/znc.xml</TemplateURL>
<Beta>False</Beta>
<Category>Network:Messenger</Category>
<Date>2017-01-19</Date>
<Name>znc</Name>
<Support>https://forums.unraid.net/topic/42908-support-linuxserverio-znc/</Support>
<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.
[br][br]
[b][u][span style=\'color: #E80000;\']Configuration[/span][/u][/b][br]
[b]/config[/b] Where ZNC should store settings, logs and configuration[br]
</Description>
<Project>http://wiki.znc.in/ZNC</Project>
<Overview>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.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/znc/</Registry>
<Repository>linuxserver/znc</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6501</HostPort>
<ContainerPort>6501</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/znc</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version></Version>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-icon.png</Icon>
<WebUI>https://[IP]:[PORT:6501]/</WebUI>
<ExtraParams></ExtraParams>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine</BaseImage>
</Container>