This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I observed file permission errors after setting up syncthing LXC container with the script.
I'm running the CT as unpriviledged and some filepaths mounted from the host into the container. UID mapping is done for proper file permissions with other container accesing the data.
After some investigation I found the syncthing process running as root.
Therfore it's quite challenging, as all the files from syncthing get created as root.
Is it possible to run syncthing as a different user, so that also the UID and GID of this user can be changed to avoid problems with mount points and file permissions?
Beta Was this translation helpful? Give feedback.
All reactions