docker-templates-unraid/templates/backuppc.xml
2024-03-16 15:44:43 +03:00

24 lines
2.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>backuppc</Name>
<Repository>tiredofit/backuppc:latest</Repository>
<Registry>https://hub.docker.com/r/tiredofit/backuppc/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://backuppc.github.io/backuppc/index.html</Project>
<Overview>BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.</Overview>
<Category>Backup: Network:Web</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/backuppc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png</Icon>
<Description>BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.</Description>
<Config Name="Port " Target="80" Default="8000" Mode="tcp" Description="Port " Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Backup Location" Target="/var/lib/backuppc" Default="/mnt/user/backuppc/" Mode="rw" Description="Backup Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/backuppc/</Config>
<Config Name="Configuration Files" Target="/etc/backuppc" Default="/mnt/user/appdata/backuppc/config/" Mode="rw" Description="Configuration Files" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/config/</Config>
<Config Name="Home Directory " Target="/home/backuppc" Default="/mnt/user/appdata/backuppc/ssh/" Mode="rw" Description="Home Directory for Backuppc (SSH Keys)" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/ssh/</Config>
<Config Name="Logs" Target="/www/logs" Default="/mnt/user/appdata/backuppc/logs/" Mode="rw" Description="Logs" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/logs/</Config>
<Config Name="UID" Target="USER_BACKUPPC" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="GID" Target="GROUP_BACKUPPC" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
</Container>