1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-27 14:51:17 +02:00
infrastructure/docs/quassel.txt
Jan Alexander Steffens (heftig) cb8fb5e946
quassel: Remove givemequassel
2019-04-25 22:13:28 +02:00

21 lines
650 B
Plaintext

# Quassel
We offer a Quassel instance for Arch team members who can not easily run their own bouncer.
## Freenode restrictions
Freenode restricts or limits multiple connections from the same IP Address.
Every quassel user users a separate connection so we currently have an
excemption for 20 connections. If we want to raise this limit we have to email
ilines@freenode.net.
## Add a user
1. sudo -u quassel quasselcore --configdir=/var/lib/quassel --add-user
## Migration quassel
1. Stop the quassel service
2. sudo -u postgres pg_dump -F c quassel >quassel.dump
3. sudo -u postgres pg_restore -d quassel --clean --exit-on-error <quassel.dump