AppFeed/templates/digiblursRepository/tasmobackup.xml
Squidly271 9f3346099a Update
2021-02-16 16:58:23 -05:00

54 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>tasmobackup</Name>
<Repository>danmed/tasmobackupv1</Repository>
<Registry>https://hub.docker.com/r/danmed/tasmobackupv1/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/danmed/tasmobackupv1/</Support>
<Overview>Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices!</Overview>
<WebUI>http://[IP]:[PORT:8259]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/tasmobackup.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/danmed/TasmoBackupV1/master/TasmoBackup.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8259</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/tasmobackupv1</HostDir>
<ContainerDir>/var/www/html/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>sqlite</Value>
<Name>DBTYPE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>data/tasmobackup</Value>
<Name>DBNAME</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Host Port 1" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">8259</Config>
<Config Name="Host Path 1" Target="/var/www/html/data" Default="" Mode="rw" Description="Container Path: /var/www/html/data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/tasmobackupv1</Config>
<Config Name="DBTYPE" Target="DBTYPE" Default="" Mode="" Description="Container Variable: DBTYPE" Type="Variable" Display="always" Required="false" Mask="false">sqlite</Config>
<Config Name="DBNAME" Target="DBNAME" Default="" Mode="" Description="Container Variable: DBNAME" Type="Variable" Display="always" Required="false" Mask="false">data/tasmobackup</Config>
<Date>1580076827</Date>
<Category>HomeAutomation: Network:Management</Category>
<Description>Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices!</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/digiblursRepository/tasmobackup.xml</templatePath>
</Container>