-
Notifications
You must be signed in to change notification settings - Fork 2
How to set up SMB share
Tim Witzdam edited this page Oct 1, 2024
·
1 revision
- Navigate to Settings > Storage
- Change the "Default location" to "SMB share"
- Enter the required details
It must not start with / or
It must end with the name of the share. E.g. 192.168.1.1/backups
Check the credentials. Maybe you've made a mistake there.
Try to ping your SMB server from inside the docker container like this:
Warning
Check if the container name (GitSave) is correct in your case. Also change the IP of the SMB server.
docker exec GitSave ping 192.168.1.1
Open an issue on GitHub.