Add note about adding samba users to readme
This commit is contained in:
parent
9fcb0cfad1
commit
075b1ff967
|
@ -29,6 +29,14 @@ MicroSD card as boot and OS.
|
||||||
- [ ] Torrent client web control interface available over LAN
|
- [ ] Torrent client web control interface available over LAN
|
||||||
- [ ] Torrent client downloads over VPN
|
- [ ] Torrent client downloads over VPN
|
||||||
|
|
||||||
|
## Non-declarative things
|
||||||
|
|
||||||
|
You need to add accounts for the `samba`. It doesn't use the Linux passwords.
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo smbpasswd -a $username
|
||||||
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build the SD image:
|
To build the SD image:
|
||||||
|
|
Loading…
Reference in New Issue