mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
71 lines
2.5 KiB
XML
71 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/syncthing.xml</TemplateURL>
|
|
<Beta>False</Beta>
|
|
<Category>Backup: Cloud: Network:Other Tools:</Category>
|
|
<Date>2016-11-02</Date>
|
|
<Changes>
|
|
[b]02.11.16: [/b] Switch to compiling syncthing from source to keep more on track with updates.
|
|
[b]11.08.16: [/b] Rebase to alpine linux.
|
|
[b]24.09.15: [/b] Inital release.
|
|
</Changes>
|
|
<Name>syncthing</Name>
|
|
<Project>https://github.com/syncthing/syncthing</Project>
|
|
<Support>https://forums.unraid.net/topic/41394-support-linuxserverio-syncthing/</Support>
|
|
<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>
|
|
<Registry>https://hub.docker.com/r/linuxserver/syncthing</Registry>
|
|
<Repository>linuxserver/syncthing</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8384</HostPort>
|
|
<ContainerPort>8384</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
<Port>
|
|
<HostPort>21027</HostPort>
|
|
<ContainerPort>21027</ContainerPort>
|
|
<Protocol>udp</Protocol>
|
|
</Port>
|
|
<Port>
|
|
<HostPort>22000</HostPort>
|
|
<ContainerPort>22000</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/sync</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Version></Version>
|
|
<WebUI>http://[IP]:[PORT:8384]</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-icon.png</Icon>
|
|
<ExtraParams></ExtraParams>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/alpine:3.6</BaseImage>
|
|
</Container>
|