- 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>
14 lines
363 B
Desktop File
14 lines
363 B
Desktop File
<?xml version="1.0" standalone='no'?>
|
|
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
|
<service-group>
|
|
<name replace-wildcards="yes">samba</name>
|
|
<service>
|
|
<type>_smb._tcp</type>
|
|
<port>445</port>
|
|
</service>
|
|
<service>
|
|
<type>_device-info._tcp</type>
|
|
<port>0</port>
|
|
<txt-record>model=RackMac</txt-record>
|
|
</service>
|
|
</service-group>
|