added ngircd

This commit is contained in:
Marius 2020-09-26 16:33:32 +02:00
parent 9f54402e7e
commit 52458935d9
3 changed files with 27 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -6,7 +6,7 @@
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/54743-support-linuxserverio-netbox/</Support>
<Support>https://forums.unraid.net/topic/xxxxx-support-linuxserverio-netbox/</Support>
<Project>https://github.com/netbox-community/netbox</Project>
<Overview>Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool.
Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers.
@ -17,7 +17,7 @@
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbox-icon.png</Icon>
<Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Host Port 1" Target="8000" Default="" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Host Port 1" Target="8000" Default="8000" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Superuser Email" Target="SUPERUSER_EMAIL" Default="" Mode="" Description="Username for admin account" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Superuser Password" Target="SUPERUSER_PASSWORD" Default="" Mode="" Description="Password for admin account" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Allowed Host" Target="ALLOWED_HOST" Default="" Mode="" Description="The hostname you will use to access the app (i.e., netbox.example.com" Type="Variable" Display="always" Required="false" Mask="false"/>

25
linuxserver.io/ngircd.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0"?>
<Container version="2">
<Name>ngircd</Name>
<Repository>linuxserver/ngircd</Repository>
<Registry>https://hub.docker.com/r/linuxserver/ngircd/</Registry>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>host</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/xxx-support-linuxserverio-xxx/</Support>
<Project>https://ngircd.barton.de/</Project>
<Overview>It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. &#xD;
It is written from scratch and not based on the original IRCd.[br]&#xD;
To setup ngircd you will need to edit [b]/config/ngircd.conf[/b] which is created the first time the container is run, edit the file and restart the container to implement any config changes.&#xD;
[br]&#xD;
For information see the ngircd site https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl.</Overview>
<Category>Productivity: Network:Messenger</Category>
<WebUI>http://[IP]:[PORT:6667]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/ngircd.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-icon.png</Icon>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="WebUI" Target="6667" Default="6667" Mode="tcp" Description="Container Port: 6667" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="false" Mask="false"/>
</Container>