Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Syncthing

26 Topics 186 Posts
  • Syncthing - Package updates

    Pinned
    58
    0 Votes
    58 Posts
    7k Views
    Package UpdatesP

    [1.26.10]

    Update Syncthing to 1.27.12 Full changelog
  • Syncthing CLI

    Solved
    3
    1 Votes
    3 Posts
    94 Views
    andreasduerenA

    @girish Perfect, thank you! Wasn't sure where the binary was located.

  • Sync with syncthing to attached volume

    Solved
    8
    0 Votes
    8 Posts
    401 Views
    E

    Thank you! Yeah, I'll stick with 777 in this context.

  • Syncthing vs RClone

    2
    2 Votes
    2 Posts
    612 Views
    fbartelsF

    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).

  • Change password via config files?

    Solved
    9
    0 Votes
    9 Posts
    991 Views
    I

    @LoudLemur thank you so much!

  • Syncthing got LDAP support

    2
    1 Votes
    2 Posts
    202 Views
    girishG

    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.

  • Syncthing 1.26 is out

    Solved
    5
    1 Votes
    5 Posts
    392 Views
    imc67I

    @nebulon all is fine, thanks!

  • Trouble Syncing

    Solved
    12
    0 Votes
    12 Posts
    884 Views
    S

    Seems like it is something like this post but I can't NC's terminal but, I see smilar errors on the servers terminal.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Version & update questions

    2
    1 Votes
    2 Posts
    238 Views
    nebulonN

    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.

  • Failed to Create Folder in Syncthing Admin - Read Only File System

    Solved
    22
    0 Votes
    22 Posts
    4k Views
    S

    @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.

    Screen Shot 2022-11-10 at 12.48.07 AM.png

  • How to use Syncthing with Paperless

    1
    4 Votes
    1 Posts
    991 Views
    No one has replied
  • Syncthing Wasn't Connecting To Other Nodes Now Won't Start At All

    10
    0 Votes
    10 Posts
    872 Views
    S

    Now after trying to set it up I'm suddenly getting "folder path missing" errors on folders that were working.

  • How to increase inotify limit for syncthing?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    canadaduaneC

    @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.

  • Syncthing v1.19.2 released upstream 28 days ago

    2
    1 Votes
    2 Posts
    236 Views
    girishG

    @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.

  • Syncthing v1.18.5 update overlooked on Cloudron

    Solved
    2
    0 Votes
    2 Posts
    338 Views
    nebulonN

    @roundhouse1924 done

  • Add to the docs

    5
    0 Votes
    5 Posts
    596 Views
    girishG

    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

  • Are the files stored on my server or devices?

    3
    0 Votes
    3 Posts
    456 Views
    humptydumptyH

    @girish That's great to know. Thanks for the explanation!

  • Syncthing on Cloudron is 6 weeks overdue for an update

    5
    3 Votes
    5 Posts
    579 Views
    girishG

    I have pushed out both the updates.

  • For Möbius add feature to disable logging

    Unsolved
    2
    0 Votes
    2 Posts
    274 Views
    nebulonN

    @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.