mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
28 lines
2.7 KiB
XML
Executable File
28 lines
2.7 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<Container version="2">
|
|
<Name>syncthing</Name>
|
|
<Repository>ghcr.io/linuxserver/syncthing</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/syncthing</Registry>
|
|
<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>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-syncthing/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Project>https://syncthing.net</Project>
|
|
<Overview>[Syncthing](https://syncthing.net) 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>
|
|
<WebUI>http://[IP]:[PORT:8384]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/syncthing.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-logo.png</Icon>
|
|
<Config Name="WebUI" Target="8384" Default="8384" Mode="tcp" Description="Application WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 22000" Target="22000" Default="22000" Mode="tcp" Description="Listening port" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 21027" Target="21027" Default="21027" Mode="udp" Description="Protocol discovery" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /data1" Target="/data1" Default="" Mode="rw" Description="Data1" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Path: /data2" Target="/data2" Default="" Mode="rw" Description="Data2" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container> |