No, syncthing is made to synchronise files between instances of syncthing. While rclone is ? primarily) an utility to copy files between different backends (of one which could be a local directory).
Just wanted to add a note that Syncthing really only has 1 user. All LDAP authenticated users manage the same set of folders. I have adjusted the postinstall accordingly.
So Cloudron has a package version and an upstream version. In this case the package version is 1.22.0 while the upstream version is 1.23.0. So all fine, however the patch release will be out soon. Not sure why we haven't gotten a notification about this, so thanks for the heads up here.
@girish I followed the example provided at https://docs.cloudron.io/volumes/#sharing and did a 'touch ./test-file'
From what I can see, the directory does appear to have write permissions.
[image: 1668070120922-screen-shot-2022-11-10-at-12.48.07-am.png]
@girish Thank you, this did the trick. In my case, I have Ubuntu 20.04 on a kvm inside my host, so I had to change the inotify watch limit for the "inner host". The warning message went away a few minutes after that.
@RoundHouse1924 Looks like I left the update hanging. Usually, I get a notification long before the release binaries are ready, so I have to 'wait' before making a package. I forgot to check back on this.....
Making a new package.
Changing the password is indeed a bit cryptic. You can change it from the GUI instead of editing the xml file. I suspect that it is rehashing the plain text password and restarting itself when you edit the file directly. Put a screenshot and note here on how to change it from GUI - https://docs.cloudron.io/apps/syncthing/#changing-password
@captainmoron currently we run the app with syncthing -gui-address=127.0.0.1:3000 -home=/app/data/config -no-browser -auditfile=- I actually cannot find where other logs would go besides stdout, which according to your link is also just putting them on stdout. But I don't actively use syncthing, so I may miss something. Maybe you can pin point to which logs you mean.