Connect Hassio samba add-on to remote share

Hey there,

Can anyone share the exact path to add to the following config to allow HA to connect to a remote share on my Synology NAS with a username and password? I’ve played around with a few variants without success.

{
  "workgroup": "WORKGROUP",
  "name": "hassio",
  "guest": false,
  "map": {
    "config": true,
    "addons": true,
    "ssl": false,
    "share": true,
    "backup": true
  },
  "username": "xx",
  "password": "xxxxxxxx",
  "interface": "enp3s0",
  "allow_hosts": [
    "10.0.0.0/8",
    "172.16.0.0/12",
    "192.168.0.0/16"
  ]
}

Hi, is the same thing I need but with samba addon (I suppose configuration you posted is about it) is possible do only the reserve thing (connect from remote to share inside hassio).
Here I posted how to do it manually after build modified hassos (for add cifs support) and I’m trying to do easy and permanent with addon:

or in the meantime, did you find another solution?

Thanks for any reply and sorry for my bad english.

1 Like