How to set up SMB share
How to set up SMB share
- Navigate to Settings > Storage
- Change the “Default location” to “SMB share”
- Enter the required details
If you’re getting a connection error:
Make sure the address is correct
It must not start with / or
It must end with the name of the share. E.g. 192.168.1.1/backups
Check your credentials again
Check the credentials. Maybe you’ve made a mistake there.
Check the server connection
Try to ping your SMB server from inside the docker container like this:
docker exec GitSave ping 192.168.1.1
If you’re still getting the error
Open an issue on GitHub.