AppFeed/lsio_categories/ddclient.xml
2023-08-10 11:19:06 -04:00

51 lines
2.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>ddclient</Name>
<Repository>linuxserver/ddclient</Repository>
<Registry>https://hub.docker.com/r/linuxserver/ddclient</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80731-support-linuxserverio-ddclient/</Support>
<Project>https://github.com/ddclient/ddclient</Project>
<Overview>Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.</Overview>
<Category>Network:DNS Status:Stable</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/ddclient.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donate</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<Description>Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<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="Appdata" Target="/config" Default="" Mode="rw" Description="Edit ddclient.conf in this folder to complete setup." Type="Path" Display="always" Required="false" Mask="false"/>
<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>
</Container>