Hi all
I have the following configuration in my samba addon.
workgroup: WORKGROUP
username: myusername
password: mypass
interface: ''
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
veto_files:
- ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
compatibility_mode: false
So in my windows laptop I can have the following connection
I can see the share, config, media files, backup files alright. But the addons folder is empty.
When I go to the addons location in ubuntu the addon folder has some files ideally I would like to have access through windows.
Is there something I could do?