mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Update config.xml
This commit is contained in:
parent
bdc544d42d
commit
034c27a24f
1 changed files with 10 additions and 5 deletions
|
@ -1,9 +1,14 @@
|
||||||
<configuration version="28">
|
<configuration>
|
||||||
<folder id="default" label="Default Folder" path="__SYNC_HOME__" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
|
||||||
</folder>
|
|
||||||
<gui enabled="true" tls="false" debugging="false">
|
<gui enabled="true" tls="false" debugging="false">
|
||||||
<address>127.0.0.1:__GUI_PORT__</address>
|
<address>127.0.0.1:__GUI_PORT__</address>
|
||||||
</gui>
|
</gui>
|
||||||
<ldap></ldap>
|
<ldap>
|
||||||
<options></options>
|
<address>localhost:389</address>
|
||||||
|
<bindDN>uid=%s,ou=users,dc=yunohost,dc=org</bindDN>
|
||||||
|
<transport>nontls</transport>
|
||||||
|
<insecureSkipVerify>false</insecureSkipVerify>
|
||||||
|
</ldap>
|
||||||
|
<options>
|
||||||
|
<defaultFolderPath>__SYNC_HOME__</defaultFolderPath>
|
||||||
|
</options>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue