Record the final networking setup: host static 192.168.1.2 (netplan),
HA/Samba macvlan .246/.247, DHCP pool narrowed to .11-.245 so the
statics stay protected, and why static-at-host beats DHCP reservation
on the NOS router. Hard-code 192.168.1.2 in the port-forward table.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The dperson/samba image uses UID/GID 1001 internally regardless of the
USERID env var. The host share directory must be owned by 1001:1001 for
writes to succeed. Add force user/group to smb.conf as an extra safety
net, and document the chown step in the README.
Co-authored-by: Cursor <cursoragent@cursor.com>
- New dperson/samba service at 192.168.1.247 via macvlan_lan network
- Avoids port 445 conflict with existing timemachine container
- Shares /home/padriano/share as authenticated [Share] over SMB2/3
- Avahi service file for Finder sidebar discovery
Co-authored-by: Cursor <cursoragent@cursor.com>
Use 'server' hostname instead of 192.168.1.116 throughout README for
consistency with the Forgejo config.
Co-authored-by: Cursor <cursoragent@cursor.com>