mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 10:58:52 +08:00
63 lines
2.7 KiB
XML
63 lines
2.7 KiB
XML
<?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>
|
|
<Changes>[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
|
|
|
|
[center][font size=4]ZNC Change Log[/font][/center]
|
|
[b]19.01.2017[/b] Add playback module.
|
|
[b]07.12.2016[/b] Use scanelf to set runtime packages.
|
|
[b]20.08.2016[/b] Rebase to alpine linux
|
|
</Changes>
|
|
<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:3.6</BaseImage>
|
|
</Container>
|