Questions tagged [syncthing]

Open Source Continuous File Synchronization protocol and tooling

Syncthing is an application that lets you synchronize your files across multiple devices. This means the creation, modification or deletion of files on one machine will automatically be replicated to your other devices. Syncthing does not upload your data to the cloud but exchanges your data across your machines as soon as they are online at the same time.

Source: https://github.com/syncthing/syncthing

Docs: https://docs.syncthing.net/

11 questions
11
votes
2 answers

Prevent background service from being killed due to "detect excessive cpu on forked process"

I am debugging an issue of the Syncthing Android wrapper. The Android application wraps a native binary of the Syncthing project and provides some additional functionality like starting/stopping based on connecting WiFi, power, etc. Unfortunately,…
Martin C.
  • 12,140
  • 7
  • 40
  • 52
2
votes
2 answers

How to clean damaged objects in git repository?

How to get a clean git repository? This can be with losing some history but not all of it though. This repository could have been corrupted by a concurrent modification and invalid merging by the SyncThing tool (a tool to synchronize files in…
Artyom
  • 3,507
  • 2
  • 34
  • 67
2
votes
0 answers

How to deploy Syncthing (Open source alternative yo bittorrent-sync) to OPENSHIFT Online?

I was trying to set up Syncthing, on OPENSHIFT Online as DIY project. I extracted the binary & pushed it to Openshift. As I can not use 0.0.0.0 on Openshift I used $OPENSHIFT_DIY_IP for listing on 8080. But when I run (after ssh to server)…
Khurshid Alam
  • 209
  • 1
  • 3
  • 10
1
vote
1 answer

Okteto doesn't sync file changes even though syncthing reports changes

I'm using Okteto CLI version 2.2.1, MacOS Monterey (Macbook 2015). I've cloned and deployed their playground app and created the following Okteto configuration: name: movies-with-compose # The build section defines how to build the images of your…
Yos
  • 1,276
  • 1
  • 20
  • 40
1
vote
1 answer

How to run an app as a daemon with systemd?

I'd like to run syncthing as a daemon, trying to follow this hint here from the syncthing manual. I'm running on Fedora 25 and syncthing 0.14.24. The executable is pointed to via a symlink in /usr/bin/syncthing which can be executed by any user…
pandita
  • 4,739
  • 6
  • 29
  • 51
1
vote
1 answer

Generating JSON schema from syncthing JSON

Trying to generate JSON schema (http://jsonschema.net) from the syncthing (https://docs.syncthing.net/rest/system-connections-get.html) JSON below. The problem is that the connection objects start with their ID (e.g. YZJBJFX-RDB...) which is…
0
votes
0 answers

How to share files with syncthing inside a rootless docker container (transmission)

im getting permission problems when i run the compose file (from portainer) using docker rootless. im pretty sure its something to do with the directories that are set up being given PUID & GUID = 100999... then sychting not have permissions to…
Betty
  • 11
  • 3
0
votes
1 answer

How get syncthing docker container to autostart on reboot with correct settings

I'm quite new to docker. I followed the instructions here to install and run syncthing in a docker container. That worked great, but when I restarted the PC it auto-started the syncthing docker container, but without the extra settings in the .sh…
localhost
  • 1,253
  • 4
  • 18
  • 29
0
votes
0 answers

Permission problems between obsidian and syncthing

I want to sync obsidian vault between devices and i use syncthing for it. But there is a problem with folder permissions. When I create vault folder in Obsidian, Ынтсерштп can read it but cannot write. When I create folder at syncthing, Obsidian can…
0
votes
1 answer

Compute Engine VM not responding to request

I am having trouble accessing a port on my vm. As you can see from a netstat command, port 8384 is open and listening for tcp connections. I also have a picture of the firewall rules saying the port 8384 allow to have connections from anywhere. Of…
Rahmi Pruitt
  • 569
  • 1
  • 8
  • 28
0
votes
1 answer

Syncthing Usage Report - Data syncing?

I have configured synching usage report locally and I am able to access web UI locally. Now I need to sync my syncing data to usage report database. 1-Is there any way to auto sync syncthing data to usage report database? 2-If no, then How i can…
Jamsheer
  • 3,673
  • 3
  • 29
  • 57