]> git.r.bdr.sh - rbdr/mobius/blob - cmd/mobius-hotline-server/mobius/config/config.yaml
50c3fa35341570fca9fe6ad24f8127707d04e82b
[rbdr/mobius] / cmd / mobius-hotline-server / mobius / config / config.yaml
1 # Name of the server as it appears on the Tracker
2 Name: My Hotline server
3
4 # Description of the server as it appears on the tracker
5 Description: A default configured Hotline server running Mobius
6
7 # Server banner ID; currently implemented
8 BannerID: 0
9
10 # Path to the Files directory, by default in a subdirectory of the config root named Files
11 FileRoot: Files
12
13 # Enable tracker registration. Must be "true" or "false".
14 EnableTrackerRegistration: false
15
16 # List of trackers to register with
17 Trackers:
18 - hltracker.com:5499
19 - tracker.preterhuman.net:5499
20
21 # Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients.
22 # This comes with trade-offs. For more details, see:
23 # https://github.com/jhalter/mobius/wiki/Resource-fork-support-in-Mobius
24 # Must be "true" or "false".
25 PreserveResourceForks: false
26
27 # Optional custom date format for flat news postings
28 NewsDateFormat: ""
29
30 # Optional custom delimiter between flat news postings
31 NewsDelimiter: ""
32
33 # Maximum simultaneous downloads; currently unimplemented
34 MaxDownloads: 0
35
36 # Maximum simultaneous downloads per client; currently unimplemented
37 MaxDownloadsPerClient: 0
38
39 # Maximum simultaneous connections/IP; currently unimplemented
40 MaxConnectionsPerIP: 0