nntp2nntp template

Still needs support thread.
This commit is contained in:
chbmb 2019-04-25 01:08:09 +01:00
parent 588dc506c4
commit 2833232158
No known key found for this signature in database
GPG Key ID: 700C5DE403CE7510

View File

@ -0,0 +1,57 @@
<?xml version="1.0"?>
<Container version="2">
<Name>nntp2nntp</Name>
<Repository>linuxserver/nntp2nntp</Repository>
<Registry>https://hub.docker.com/r/linuxserver/nntp2nntp/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/xxxxx-support-linuxserverio-nntp2nntp/</Support>
<Project>https://github.com/linuxserver/nntp2nntp</Project>
<Overview>nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast.</Overview>
<Category>Downloaders: Network:Proxy Status:Stable</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/nntp2nntp.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nntp2nntp.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<Description>nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>1563</HostPort>
<ContainerPort>1563</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Host Port 1" Target="1563" Default="" Mode="tcp" Description="Proxy Port" Type="Port" Display="always" Required="false" Mask="false">1563</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="appdata" Target="/config" Default="" Mode="rw" Description="appdata" Type="Path" Display="advanced" Required="false" Mask="false"></Config>
</Container>