X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/5350396308932e1dabdc10c7b342b528d2f60a15..da5bdd82beef668f49c2cec09cea85435c0bec34:/cmd/mobius-hotline-server/mobius/config/config.yaml diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index a7a3ad9..3ca8121 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -1,13 +1,49 @@ +# Name of the server as it appears on the Tracker Name: My Hotline server + +# Description of the server as it appears on the tracker Description: A default configured Hotline server running Mobius -BannerID: 0 -FileRoot: Files/ + +# Path to server banner image. Only known to work in the 1.8 clients. +# * The banner must be under 256K (262,140 bytes specifically) +# * The standard size for a banner is 468 pixels wide and 60 pixels tall. +# * The banner must be saved in the same folder this file. +# * The banner must be a jpg +BannerFile: "banner.jpg" + +# Path to the Files directory, by default in a subdirectory of the config root named Files +FileRoot: Files + +# Enable tracker registration. Must be "true" or "false". EnableTrackerRegistration: false + +# List of trackers to register with Trackers: -- hltracker.com:5499 -- tracker.preterhuman.net:5499 -NewsDelimiter: "" + - hltracker.com:5499 + - tracker.preterhuman.net:5499 + +# Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients. +# This comes with trade-offs. For more details, see: +# https://github.com/jhalter/mobius/wiki/Resource-fork-support-in-Mobius +# Must be "true" or "false". +PreserveResourceForks: false + +# Optional custom date format for flat news postings NewsDateFormat: "" + +# Optional custom delimiter between flat news postings +NewsDelimiter: "" + +# Maximum simultaneous downloads; currently unimplemented MaxDownloads: 0 + +# Maximum simultaneous downloads per client; currently unimplemented MaxDownloadsPerClient: 0 + +# Maximum simultaneous connections/IP; currently unimplemented MaxConnectionsPerIP: 0 + +# List of Regular Expression filters for the Files list +IgnoreFiles: + - '^\.*' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option. + - '^@' # Ignore all files starting with "@" \ No newline at end of file