infra/ansible/roles/inspircd/templates/ca.manero.org/help.txt
Graham McIntire fb5803c866
add FreeBSD bootstrap, irc servers, hostname overrides, and cleanups
- bootstrap.yml: support pkg for FreeBSD sudo/python3 install
- base role: FreeBSD package sets, sudoers paths, host key regen, admin group, usermod process-in-use tolerance
- freebsd role: pkg update/upgrade tasks
- general role: standalone hostname tasks (ungated from network.skip), hostname_override support
- inspircd role: deploy configs for ca/us manero.org irc servers with vault-backed secrets
- uisp role: download and run installer on fresh hosts, skip if already running
- netbox role: stop services before usermod to avoid process-in-use failures
- hosts: add irc_servers group, ca/us.manero.org (Tailscale), drop staging.towerops.net
- all.yml: graham user gets static ed25519 key alongside github keys
2026-06-19 17:19:29 -05:00

20 lines
740 B
Text

Thanks for installing InspIRCd!
In order to get your server running you need to create config files. Examples
can be found at `/usr/share/doc/inspircd/examples`.
If you need any help with this then you can visit our support channel at
ircs://irc.teranova.net/inspircd, open a support discussion at
https://git.io/JIuYv, or refer to the the docs site:
https://docs.inspircd.org/4/configuration
https://docs.inspircd.org/4/modules
When you are done you can run the following command to start InspIRCd:
/usr/bin/inspircd
If you have installed from an official package you may need to prefix this
command with `sudo -g irc -u irc` to run as the correct group/user.
You can also use one of the helper scripts in `/usr/share/inspircd`.