]> git.r.bdr.sh - rbdr/mobius/blame - cmd/mobius-hotline-server/mobius/config/config.yaml
Merge pull request #68 from jhalter/update_default_config_comments
[rbdr/mobius] / cmd / mobius-hotline-server / mobius / config / config.yaml
CommitLineData
9c6291aa 1# Name of the server as it appears on the Tracker
6988a057 2Name: My Hotline server
9c6291aa
JH
3
4# Description of the server as it appears on the tracker
e437e4d4 5Description: A default configured Hotline server running Mobius
9c6291aa 6
9067f234
JH
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
12BannerFile: "banner.jpg"
9c6291aa
JH
13
14# Path to the Files directory, by default in a subdirectory of the config root named Files
15FileRoot: Files
16
17# Enable tracker registration. Must be "true" or "false".
6988a057 18EnableTrackerRegistration: false
9c6291aa
JH
19
20# List of trackers to register with
6988a057 21Trackers:
b8c0a83a
JH
22 - hltracker.com:5499
23 - tracker.preterhuman.net:5499
9c6291aa
JH
24
25# Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients.
26# This comes with trade-offs. For more details, see:
27# https://github.com/jhalter/mobius/wiki/Resource-fork-support-in-Mobius
28# Must be "true" or "false".
29PreserveResourceForks: false
30
31# Optional custom date format for flat news postings
af0e8409
JH
32# The value must be a string using Golang's "example-based" formatting, which uses a special reference time of
33# Mon Jan 2 15:04:05 MST 2006 to determine the output format.
34#
35# Examples:
36# "Jan 02 15:04 2006"
37# "01/02/2006 15:04"
38#
39# More details: herehttps://yourbasic.org/golang/format-parse-string-time-date-example/
6988a057 40NewsDateFormat: ""
9c6291aa
JH
41
42# Optional custom delimiter between flat news postings
43NewsDelimiter: ""
44
45# Maximum simultaneous downloads; currently unimplemented
6988a057 46MaxDownloads: 0
9c6291aa
JH
47
48# Maximum simultaneous downloads per client; currently unimplemented
6988a057 49MaxDownloadsPerClient: 0
9c6291aa
JH
50
51# Maximum simultaneous connections/IP; currently unimplemented
6988a057 52MaxConnectionsPerIP: 0
b8c0a83a
JH
53
54# List of Regular Expression filters for the Files list
55IgnoreFiles:
74b63fe9
JH
56 - '^\.' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option.
57 - '^@' # Ignore all files starting with "@"