Samba: Remove interface option in documentation (#2043)

following #2031
This commit is contained in:
mbo18
2021-05-31 17:26:00 +02:00
committed by GitHub
parent 491b9b2948
commit 0f75ea615f

View File

@@ -39,7 +39,6 @@ Add-on configuration:
workgroup: WORKGROUP workgroup: WORKGROUP
username: homeassistant username: homeassistant
password: YOUR_PASSWORD password: YOUR_PASSWORD
interface: ''
allow_hosts: allow_hosts:
- 10.0.0.0/8 - 10.0.0.0/8
- 172.16.0.0/12 - 172.16.0.0/12
@@ -64,12 +63,6 @@ The username you would like to use to authenticate with the Samba server.
The password that goes with the username configured for authentication. The password that goes with the username configured for authentication.
### Option: `interface` (required)
The network interface Samba should listen on for incoming connections.
This option should only be used in advanced cases. In general, setting this
option is not needed.
### Option: `allow_hosts` (required) ### Option: `allow_hosts` (required)
List of hosts/networks allowed to access the shared folders. List of hosts/networks allowed to access the shared folders.