LXBGIRCd 1.0 - Installation (Linux amd64)
1. Copy bin/lxbgircd-linux-amd64 to /opt/lxbg-ircd/bin/lxbgircd and chmod +x it.
2. Adapt systemd/lxbg-ircd.service.example and install it as /etc/systemd/system/lxbg-ircd.service.
3. Configure TLS certificate/key and listen addresses in the service environment.
4. Run systemctl daemon-reload && systemctl enable --now lxbg-ircd
5. Test /VERSION; it should report LXBGIRCd 1.0.
Downloads/modules: https://lxbg.de/downloads.php
Optional LXBG/JKWEB installation help: 50 EUR per component/module. Hosting/server costs separate.

OPTIONAL INSTALLATION TELEMETRY
-------------------------------
LXBGIRCd does not phone home by default.
If you voluntarily want to tell LXBG that this installation is running, run:

  ./telemetry-example.sh

It sends a random installation ID, LXBGIRCd version, status and timestamp.
No chat content, IRC users, email addresses or configuration files are sent.
The public IRC hostname is empty by default. To share it voluntarily:

  PUBLIC_IRC_HOST=irc.example.org ./telemetry-example.sh

Do not add the script to cron/systemd unless you intentionally want recurring status pings.
