Initial commit
This commit is contained in:
parent
9102d564f0
commit
dc26255c92
11 changed files with 30 additions and 669 deletions
|
|
@ -76,7 +76,7 @@
|
|||
<junctionsAsDirs>true</junctionsAsDirs>
|
||||
</folder>
|
||||
<device id="CSDXP5E-4UBNC36-32EHTPK-L6Y6JVZ-HQHM42R-FJXN2LI-2MTYRFX-3ZZPUQN" name="Desktop" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
||||
<address>tcp://10.8.1.10:22000</address>
|
||||
<address>dynamic</address>
|
||||
<paused>false</paused>
|
||||
<autoAcceptFolders>false</autoAcceptFolders>
|
||||
<maxSendKbps>0</maxSendKbps>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
<remoteGUIPort>0</remoteGUIPort>
|
||||
</device>
|
||||
<device id="2AC4LRC-YIJDWWK-YCOEZLT-4OWWC2E-7VEZQQB-F3AAPZR-HU75FE4-PGWWXQH" name="XPS15" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
||||
<address>tcp://10.8.1.6:22000</address>
|
||||
<address>dynamic</address>
|
||||
<paused>false</paused>
|
||||
<autoAcceptFolders>false</autoAcceptFolders>
|
||||
<maxSendKbps>0</maxSendKbps>
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
<remoteGUIPort>0</remoteGUIPort>
|
||||
</device>
|
||||
<gui enabled="true" tls="true" debugging="false">
|
||||
<address>{{ syncthing_gui_address }}:{{ syncthing_gui_port }}</address>
|
||||
<address>{{ vpn_listen_address }}:{{ syncthing_gui_port }}</address>
|
||||
<user>platvoeten</user>
|
||||
<password>$2a$10$1WqvnXwMfqTU6072LZmxTOkpbqE2osM4G8TrdXfEfkUM1ZEC8I.CK</password>
|
||||
<apikey>6T6cWRLpeXC44ZRoe7QcaKZpHJu2Wug3</apikey>
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
</gui>
|
||||
<ldap></ldap>
|
||||
<options>
|
||||
<listenAddress>{{ syncthing_listen_address }}:{{ syncthing_protocol_port }}</listenAddress>
|
||||
<listenAddress>{{ vpn_listen_address }}:{{ syncthing_protocol_port }}</listenAddress>
|
||||
<globalAnnounceServer>default</globalAnnounceServer>
|
||||
<globalAnnounceEnabled>true</globalAnnounceEnabled>
|
||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue