mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
25 lines
2.5 KiB
XML
Executable File
25 lines
2.5 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<Container version="2">
|
|
<Name>davos</Name>
|
|
<Repository>ghcr.io/linuxserver/davos</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/davos</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-davos/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Project>https://github.com/linuxserver/davos</Project>
|
|
<Overview>[Davos](https://github.com/linuxserver/davos) is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.</Overview>
|
|
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/davos.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/davos-logo.png</Icon>
|
|
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="This is the default port that davos runs under" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="davos's config location. This is where it stores its database file and logs." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /download" Target="/download" Default="" Mode="rw" Description="davos's file download location" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container> |