IRCat/config.yml

44 lines
1.2 KiB
YAML
Raw Normal View History

2024-12-08 19:04:37 -08:00
# IRCat Configuration
2024-12-08 20:02:59 -08:00
# Used as the server/network's display name. MUST NOT CONTAIN SPACES!
2024-12-08 19:04:37 -08:00
name: foo
# The hostname the server should go by, such as ircserver1.example.com
2024-12-09 15:33:56 -08:00
host: 127.0.0.1
# The identifier for this server, such as the location (Used in whois)
2024-12-11 12:50:17 -08:00
identifier: somewhere in the universe
# The nickserv account to automatically be IRC opped
2024-12-11 12:55:58 -08:00
admin-nick: admin
# The path of the data file to be used by NickServ, ChanServ, etc
# This MUST be a file path.
# Recommended to use a .db extension because it is an SQLite database
2024-12-11 13:12:40 -08:00
# If the path doesn't exist, it will be created, make sure it is either blank or generated by ircat!
2024-12-15 15:41:26 -08:00
data-path: /path/to/data/for/ircat.db
2024-12-15 19:30:56 -08:00
# The MOTD and its file if applicable
2024-12-15 15:41:26 -08:00
motd: |
CONFIG.YML EXAMPLE
Replace this with your own motd!
2024-12-15 19:30:56 -08:00
# motd-file: /etc/motd
# The ping timeout in seconds, default is 255
2024-12-26 16:21:12 -08:00
# ping-timeout: 255
# Restrict what IP(s) the server runs on, separated by spaces, useful if you have alternate IPs/Networks
2025-01-02 19:32:58 -08:00
# restrict-ip: 127.0.0.1
# SSL enable, certificate, and private key.
# ssl: on
# ssl_cert: /etc/letsencrypt/live/domain/fullchain.pem
2025-01-03 16:32:08 -08:00
# ssl_pkey: /etc/letsencrypt/live/domain/privkey.pem
# A file used to store IP bans (K-Lines) and their reasons
klinepath: /path/to/bans.txt