1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-24 05:06:11 +02:00
infrastructure/docs/quassel.md
2022-02-23 20:45:48 +00:00

639 B

Quassel

We offer a Quassel instance for Arch team members who can not easily run their own bouncer.

Libera Chat restrictions

Libera Chat restricts or limits multiple connections from the same IP Address. Every quassel user uses a separate connection. We are currently not near the limit. If we need more we have to email support@libera.chat.

Add a user

sudo -u quassel quasselcore --configdir=/var/lib/quassel --add-user

Migration quassel

Stop the quassel service:

sudo -u postgres pg_dump -F c quassel >quassel.dump

Restore the data:

sudo -u postgres pg_restore -d quassel --clean --exit-on-error <quassel.dump