AppFeed/templates/lnxdsRepository/github-backup.xml
2021-03-30 22:03:01 -04:00

43 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>github-backup</Name>
<Repository>lnxd/github-backup</Repository>
<Registry>https://hub.docker.com/r/lnxd/github-backup</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/104738-support-lnxd-github-backup/</Support>
<Overview>Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule.</Overview>
<Icon>https://raw.githubusercontent.com/lnxd/docker-github-backup/master/github-backup-logo.png</Icon>
<DonateLink>https://github.com/lnxd</DonateLink>
<DonateText>If you like my work please consider donating.</DonateText>
<Networking>
<Mode>bridge</Mode>
<Publish></Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/backup/github</HostDir>
<ContainerDir>/home/docker/backups</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b</Value>
<Name>TOKEN</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>3600</Value>
<Name>SCHEDULE</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Token" Target="TOKEN" Default="1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b" Mode="" Description="Get your token from https://github.com/settings/tokens, see the support page for more details." Type="Variable" Display="always" Required="false" Mask="false">1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b</Config>
<Config Name="Schedule" Target="SCHEDULE" Default="3600" Mode="" Description="How often to sync in seconds (eg. 3600 for 1h, 21600 for 6h, 43200 for 12h, 86400 for 24h)" Type="Variable" Display="always" Required="false" Mask="false">3600</Config>
<Config Name="Backup location" Target="/home/docker/backups" Default="/mnt/user/backup/github" Mode="rw" Description="Set the location of your github backups. Please note that the default will create a backup share if it does not exist and you don't change it." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/backup/github</Config>
<Description>Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/lnxdsRepository/github-backup.xml</templatePath>
</Container>