AppFeed/templates/BinhexsRepository/binhex/syncthing.xml
2021-02-24 06:02:39 -05:00

64 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/syncthing.xml</TemplateURL>
<Name>binhex-syncthing</Name>
<Overview>
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
</Overview>
<Support>https://forums.unraid.net/topic/103137-support-binhex-syncthing/</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-syncthing/</Registry>
<GitHub>https://github.com/binhex/arch-syncthing</GitHub>
<Repository>binhex/arch-syncthing</Repository>
<Project>https://syncthing.net/</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<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>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user</HostDir>
<ContainerDir>/media</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8384]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/syncthing-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<Description>Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/syncthing.xml</templatePath>
</Container>