mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
f8826be216
commit
aa103bbb40
22
unraid/znc.xml
Executable file
22
unraid/znc.xml
Executable file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<Container version="2">
|
||||
<Name>znc</Name>
|
||||
<Repository>ghcr.io/linuxserver/znc</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/znc</Registry>
|
||||
<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>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-znc/issues/new/choose</Support>
|
||||
<Project>http://wiki.znc.in/ZNC</Project>
|
||||
<Overview>[Znc](http://wiki.znc.in/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>
|
||||
<WebUI>http://[IP]:[PORT:6501]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/znc.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-icon.png</Icon>
|
||||
<Config Name="WebUI" Target="6501" Default="6501" Mode="tcp" Description="Port ZNC listens on." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where local ZNC data is stored." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user