mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
commit
8b8e0daee0
3 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,6 @@ How to configure this app: by an admin panel, a plain file with SSH, or any othe
|
|||
Developers info
|
||||
----------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/syncthing_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<configuration>
|
||||
<gui enabled="true" tls="false" debugging="false">
|
||||
<address>127.0.0.1:__GUI_PORT__</address>
|
||||
<authMode>ldap</authMode>
|
||||
</gui>
|
||||
<ldap>
|
||||
<address>localhost:389</address>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.",
|
||||
"fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée."
|
||||
},
|
||||
"version": "1.2.0~ynh1",
|
||||
"version": "1.2.0~ynh2",
|
||||
"url": "https://syncthing.net/",
|
||||
"license": "MPL-2.0",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue