120 lines
5.7 KiB
XML
120 lines
5.7 KiB
XML
<!--###############################################################################
|
|
# \_o< WARNING : This file is being managed by ansible! >o_/ #
|
|
# ~~~~ ~~~~ #
|
|
###############################################################################-->
|
|
<configuration version="37">
|
|
{% for shared in syncthing_config.shared -%}
|
|
<folder id="{{ shared.name }}" label="{{ shared.name }}" path="{{ shared.path }}" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
|
<filesystemType>basic</filesystemType>
|
|
{% for peer in shared.peers -%}
|
|
<device id="{{ syncthing_config.peers[peer].id }}" introducedBy="">
|
|
<encryptionPassword></encryptionPassword>
|
|
</device>
|
|
{% endfor -%}
|
|
<minDiskFree unit="%">1</minDiskFree>
|
|
<versioning>
|
|
<cleanupIntervalS>3600</cleanupIntervalS>
|
|
<fsPath></fsPath>
|
|
<fsType>basic</fsType>
|
|
</versioning>
|
|
<copiers>0</copiers>
|
|
<pullerMaxPendingKiB>0</pullerMaxPendingKiB>
|
|
<hashers>0</hashers>
|
|
<order>newestFirst</order>
|
|
<ignoreDelete>false</ignoreDelete>
|
|
<scanProgressIntervalS>0</scanProgressIntervalS>
|
|
<pullerPauseS>0</pullerPauseS>
|
|
<maxConflicts>10</maxConflicts>
|
|
<disableSparseFiles>false</disableSparseFiles>
|
|
<disableTempIndexes>false</disableTempIndexes>
|
|
<paused>false</paused>
|
|
<weakHashThresholdPct>25</weakHashThresholdPct>
|
|
<markerName>.stfolder</markerName>
|
|
<copyOwnershipFromParent>false</copyOwnershipFromParent>
|
|
<modTimeWindowS>0</modTimeWindowS>
|
|
<maxConcurrentWrites>2</maxConcurrentWrites>
|
|
<disableFsync>false</disableFsync>
|
|
<blockPullOrder>standard</blockPullOrder>
|
|
<copyRangeMethod>standard</copyRangeMethod>
|
|
<caseSensitiveFS>false</caseSensitiveFS>
|
|
<junctionsAsDirs>false</junctionsAsDirs>
|
|
<syncOwnership>false</syncOwnership>
|
|
<sendOwnership>false</sendOwnership>
|
|
<syncXattrs>false</syncXattrs>
|
|
<sendXattrs>false</sendXattrs>
|
|
<xattrFilter>
|
|
<maxSingleEntrySize>1024</maxSingleEntrySize>
|
|
<maxTotalSize>4096</maxTotalSize>
|
|
</xattrFilter>
|
|
</folder>
|
|
{% endfor -%}
|
|
{% for name, peer in syncthing_config.peers.items() -%}
|
|
<device id="{{ peer.id }}" name="{{ name }}" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
|
<address>{{ peer.address }}</address>
|
|
<paused>false</paused>
|
|
<autoAcceptFolders>false</autoAcceptFolders>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<maxRecvKbps>0</maxRecvKbps>
|
|
<maxRequestKiB>0</maxRequestKiB>
|
|
<untrusted>false</untrusted>
|
|
<remoteGUIPort>0</remoteGUIPort>
|
|
</device>
|
|
{% endfor -%}
|
|
<gui enabled="true" tls="false" debugging="false">
|
|
<address>127.0.0.1:8384</address>
|
|
<apikey>QQ6NPEZAf9FEnCt3dWQ4x2Z3jFmyUTKN</apikey>
|
|
<theme>dark</theme>
|
|
</gui>
|
|
<ldap></ldap>
|
|
<options>
|
|
<listenAddress>default</listenAddress>
|
|
<globalAnnounceServer>default</globalAnnounceServer>
|
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
|
<localAnnounceEnabled>false</localAnnounceEnabled>
|
|
<localAnnouncePort>21027</localAnnouncePort>
|
|
<localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<maxRecvKbps>0</maxRecvKbps>
|
|
<reconnectionIntervalS>60</reconnectionIntervalS>
|
|
<relaysEnabled>false</relaysEnabled>
|
|
<relayReconnectIntervalM>10</relayReconnectIntervalM>
|
|
<startBrowser>false</startBrowser>
|
|
<natEnabled>false</natEnabled>
|
|
<natLeaseMinutes>60</natLeaseMinutes>
|
|
<natRenewalMinutes>30</natRenewalMinutes>
|
|
<natTimeoutSeconds>10</natTimeoutSeconds>
|
|
<urAccepted>-1</urAccepted>
|
|
<urSeen>3</urSeen>
|
|
<urUniqueID></urUniqueID>
|
|
<urURL>https://data.syncthing.net/newdata</urURL>
|
|
<urPostInsecurely>false</urPostInsecurely>
|
|
<urInitialDelayS>1800</urInitialDelayS>
|
|
<autoUpgradeIntervalH>0</autoUpgradeIntervalH>
|
|
<upgradeToPreReleases>false</upgradeToPreReleases>
|
|
<keepTemporariesH>24</keepTemporariesH>
|
|
<cacheIgnoredFiles>false</cacheIgnoredFiles>
|
|
<progressUpdateIntervalS>5</progressUpdateIntervalS>
|
|
<limitBandwidthInLan>false</limitBandwidthInLan>
|
|
<minHomeDiskFree unit="%">10</minHomeDiskFree>
|
|
<releasesURL>https://upgrades.syncthing.net/meta.json</releasesURL>
|
|
<overwriteRemoteDeviceNamesOnConnect>false</overwriteRemoteDeviceNamesOnConnect>
|
|
<tempIndexMinBlocks>10</tempIndexMinBlocks>
|
|
<trafficClass>0</trafficClass>
|
|
<setLowPriority>true</setLowPriority>
|
|
<maxFolderConcurrency>0</maxFolderConcurrency>
|
|
<crashReportingURL>https://crash.syncthing.net/newcrash</crashReportingURL>
|
|
<crashReportingEnabled>true</crashReportingEnabled>
|
|
<stunKeepaliveStartS>180</stunKeepaliveStartS>
|
|
<stunKeepaliveMinS>20</stunKeepaliveMinS>
|
|
<stunServer>default</stunServer> <!-- TODO -->
|
|
<databaseTuning>auto</databaseTuning>
|
|
<maxConcurrentIncomingRequestKiB>0</maxConcurrentIncomingRequestKiB>
|
|
<announceLANAddresses>true</announceLANAddresses>
|
|
<sendFullIndexOnUpgrade>false</sendFullIndexOnUpgrade>
|
|
<connectionLimitEnough>0</connectionLimitEnough>
|
|
<connectionLimitMax>0</connectionLimitMax>
|
|
<insecureAllowOldTLSVersions>false</insecureAllowOldTLSVersions>
|
|
</options>
|
|
<defaults>
|
|
</defaults>
|
|
</configuration>
|