AppFeed/templates/xamindarsRepository/xamindar/Syncthing.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

93 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Date>1478494800</Date>
<Name>Syncthing</Name>
<Overview>
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
</Overview>
<Registry>https://registry.hub.docker.com/r/xamindar/syncthing/</Registry>
<GitHub>https://github.com/xamindar/docker-syncthing/tree/master</GitHub>
<Repository>xamindar/syncthing</Repository>
<Support>http://lime-technology.com/forum/index.php?topic=39910</Support>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>SYNCTHING_ENABLED</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>DISCOVERY_SVR_ENABLED</Name>
<Value>no</Value>
</Variable>
<Variable>
<Name>RELAY_SVR_ENABLED</Name>
<Value>no</Value>
</Variable>
<Variable>
<Name>RELAY_POOL</Name>
<Value>https://relays.syncthing.net/endpoint</Value>
</Variable>
<Variable>
<Name>RELAY_GLOBAL_RATE</Name>
<Value>125000000</Value>
</Variable>
<Variable>
<Name>RELAY_SESSION_RATE</Name>
<Value>125000000</Value>
</Variable>
<Variable>
<Name>RELAY_MESSAGE_TIMEOUT</Name>
<Value>1m0s</Value>
</Variable>
<Variable>
<Name>RELAY_NETWORK_TIMEOUT</Name>
<Value>2m0s</Value>
</Variable>
<Variable>
<Name>RELAY_PING_INTERVAL</Name>
<Value>1m0s</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8384</HostPort>
<ContainerPort>8384</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>22000</HostPort>
<ContainerPort>22000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>21027</HostPort>
<ContainerPort>21027</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/syncthing</HostDir>
<ContainerDir>/syncfolders</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version></Version>
<WebUI>https://[IP]:[PORT:8384]/</WebUI>
<Icon>https://i.imgur.com/xTw0Ci8.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/xamindar/docker-templates/master/xamindar/Syncthing.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Category>Backup: Cloud: Network:Other Tools:Utilities</Category>
<Description>Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/xamindarsRepository/xamindar/Syncthing.xml</templatePath>
</Container>