Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-01-12 23:21:42 -05:00
parent 0037b000d9
commit 89af393554

33
unraid/duplicati.xml Executable file
View File

@ -0,0 +1,33 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<Container version="2">
<Name>duplicati</Name>
<Repository>ghcr.io/linuxserver/duplicati</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/duplicati</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-duplicati/issues/new/choose</Support>
<Branch>
<Tag>latest</Tag>
<TagDescription>Beta releases of Duplicati</TagDescription>
</Branch>
<Branch>
<Tag>development</Tag>
<TagDescription>Canary releases of Duplicati</TagDescription>
</Branch>
<Project>https://www.duplicati.com/</Project>
<Overview>[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.</Overview>
<WebUI>http://[IP]:[PORT:8200]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/duplicati.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duplicati-icon.png</Icon>
<Config Name="WebUI" Target="8200" Default="8200" Mode="tcp" Description="http gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /backups" Target="/backups" Default="" Mode="rw" Description="Path to store local backups." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /source" Target="/source" Default="" Mode="rw" Description="Path to source for files to backup." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="CLI_ARGS" Target="CLI_ARGS" Default="" Description="Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with" Type="Variable" Display="always" Required="false" 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>