mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-08 03:06:54 +00:00
51 lines
2.7 KiB
XML
51 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/duckdns.xml</TemplateURL>
|
|
<Name>duckdns</Name>
|
|
<Date>2016-11-17</Date>
|
|
<Category>Network:DNS Tools:</Category>
|
|
<Repository>linuxserver/duckdns</Repository>
|
|
<Registry>https://hub.docker.com/r/linuxserver/duckdns/</Registry>
|
|
<Network>host</Network>
|
|
<Privileged>false</Privileged>
|
|
<Beta>false</Beta>
|
|
<Project>https://www.duckdns.org/</Project>
|
|
<Support>https://forums.unraid.net/topic/52172-support-linuxserverio-duckdns/</Support>
|
|
<Overview>Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.
|
|

|
|
First, go to duckdns site, register your subdomain and retrieve your token
|
|
Then run the docker create command above with your subdomain(s) and token
|
|
It will update your IP with the DuckDNS service every 5 minutes
|
|

|
|
</Overview>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png</Icon>
|
|
<Description>Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.</Description>
|
|
<Networking>
|
|
<Mode>host</Mode>
|
|
</Networking>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>SUBDOMAINS</Name>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>TOKEN</Name>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>99</Value>
|
|
<Name>PUID</Name>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>100</Value>
|
|
<Name>PGID</Name>
|
|
</Variable>
|
|
</Environment>
|
|
<Config Name="SUBDOMAINS" Target="SUBDOMAINS" Default="" Mode="" Description="Container Variable: SUBDOMAINS" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="TOKEN" Target="TOKEN" Default="" Mode="" Description="Container Variable: TOKEN" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
|
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
|
<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>
|