forked from ManuelLR/docker-netatalk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
afp.conf
27 lines (26 loc) · 1.19 KB
/
afp.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; http://netatalk.sourceforge.net/3.1/htmldocs/afp.conf.5.html
[Global]
; output log entries to stdout instead of syslog
; it is the docker way where the engine in turn
; can direct the log output to a storage backend
log file = /dev/stdout
log level = default:warn
; use environment variable `AFP_NAME` to set what OSX finder calls the root share
hostname = %AFP_NAME%
; turn on AFP stats gathering
afpstats = yes
; Sets a message to be displayed when clients logon to the server. The message should be in unix charset and should be quoted. Extended characters are allowed.
login message = Welcome to %AFP_NAME% !
; set the Mac model for Avahi icons
mimic model = Xserve
; Whether to enable Spotlight searches. Note: once the global option is enabled, any volume that is not enabled won't be searchable at all. See also dbus daemon option.
spotlight = %AFP_SPOTLIGHT%
; Whether to use automatic Zeroconf service registration if Avahi or mDNSResponder were compiled in.
zeroconf = %AFP_ZEROCONF%
[%AFP_NAME% - Shared]
path = /media/share
valid users = @netatalk-files
[%AFP_NAME% - Time Machine]
path = /media/timemachine
time machine = yes
valid users = @netatalk-files