-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] STHOMEDIR #81
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
X. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Current Behavior
Current scripts only set the
HOME
user directory variable, which causes Syncthing to write its config to/config/syncthing
.Expected Behavior
The official Syncthing docker image introduced a new environment variable a few versions ago:
https://github.com/syncthing/syncthing/blob/main/Dockerfile
They now set:
HOME=/var/syncthing
STHOMEDIR=/var/syncthing/config
This change might be relevant for the linuxserver image. Or it might not, since changing this might break backwards compatibility with people who are using this image.
Steps To Reproduce
x
Environment
No response
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: