I’m running into a frustrating issue trying to set up Syncthing on my Umbrel. I’m trying to sync a folder from my Mac to my Umbrel, but the remote folder on the Umbrel side fails to initialize with the following error:
Hi @fbrichs, I don’t use Syncthing on my Umbrel, but I think Syncthing is unable to find your target directory /home/umbrel/umbrel/home/Downloads because it is running inside a Docker container. Therefore, Syncthing will only have access to the volume defined by the associated docker-compose.yml file.
This file defines the single volume ${APP_DATA_DIR}/data:/var/syncthing. Therefore, if you define your paths in Syncthing to have root /var/syncthing then the files should get written on your host at ${APP_DATA_DIR}/data (I think this would be/home/umbrel/umbrel/app-data/syncthing/data)
I try to set up Paperless-ngx together with Syncthing. I´m lost with the volumes config. I unterstand the docker isolation but I hope you can help me.I want to sync the consume folder with a external server using Syncthing.
How I have to config the volume settings in the docker-compose.yml file and what to type in the sync folder at Syncthing?