1 # Name of the server as it appears on the Tracker
2 Name: My Hotline server
4 # Description of the server as it appears on the tracker
5 Description: A default configured Hotline server running Mobius
7 # Path to server banner image. Only known to work in the 1.8 clients.
8 # * The banner must be under 256K (262,140 bytes specifically)
9 # * The standard size for a banner is 468 pixels wide and 60 pixels tall.
10 # * The banner must be saved in the same folder this file.
11 # * The banner must be a jpg
12 BannerFile: "banner.jpg"
14 # Path to the Files directory, by default in a subdirectory of the config root named Files
17 # Enable tracker registration. Must be "true" or "false".
18 EnableTrackerRegistration: false
20 # List of trackers to register with in colon delimited form of hostname/port/password (optional).
23 - tracker.preterhuman.net:5499
24 - saddle.dyndns.org:5499
25 - hotline.kicks-ass.net:5499
26 # - example-tracker-with-password.com:5499:mypassword
28 # Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients.
29 # This comes with trade-offs. For more details, see:
30 # https://github.com/jhalter/mobius/wiki/Resource-fork-support-in-Mobius
31 # Must be "true" or "false".
32 PreserveResourceForks: false
34 # Optional custom date format for flat news postings
35 # The value must be a string using Golang's "example-based" formatting, which uses a special reference time of
36 # Mon Jan 2 15:04:05 MST 2006 to determine the output format.
42 # More details: herehttps://yourbasic.org/golang/format-parse-string-time-date-example/
45 # Optional custom delimiter between flat news postings
48 # Maximum simultaneous downloads; currently unimplemented
51 # Maximum simultaneous downloads per client; currently unimplemented
52 MaxDownloadsPerClient: 0
54 # Maximum simultaneous connections/IP; currently unimplemented
55 MaxConnectionsPerIP: 0
57 # List of Regular Expression filters for the Files list
59 - '^\.' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option.
60 - '^@' # Ignore all files starting with "@"