<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erus+Iluvatar</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erus+Iluvatar"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Erus_Iluvatar"/>
	<updated>2026-04-28T20:16:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Quassel&amp;diff=19571</id>
		<title>Quassel</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Quassel&amp;diff=19571"/>
		<updated>2021-05-31T19:54:03Z</updated>

		<summary type="html">&lt;p&gt;Erus Iluvatar: Creating wiki page for Quassel IRC Client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quassel is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical.&lt;br /&gt;
&lt;br /&gt;
== Installing Quassel ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add quassel-core}}&lt;br /&gt;
&lt;br /&gt;
== Configuring Quassel ==&lt;br /&gt;
&lt;br /&gt;
The core configuration will be done through GUI when connecting the first client (quassel-client). &lt;br /&gt;
&lt;br /&gt;
Before connecting, we should generate a certificate (this exemple sets the validity for 1 years, after which it needs to be reissued, just change the -days to another value if you so desire): &lt;br /&gt;
&lt;br /&gt;
{{Cmd|openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout /var/lib/quassel/quasselCert.pem -out /var/lib/quassel/quasselCert.pem}}&lt;br /&gt;
{{Cmd|chown quassel:quassel /var/lib/quassel/quasselCert.pem}}&lt;br /&gt;
&lt;br /&gt;
As this is a self-signed certificate, you can type whatever you want in the fields. &lt;br /&gt;
&lt;br /&gt;
Quassel-core operates on port 4242, prepare accordingly if a firewall rule is needed on your setup. &lt;br /&gt;
&lt;br /&gt;
== Start the core and add to boot ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/quasselcore start &amp;amp;&amp;amp; rc-update add quasselcore default}}&lt;br /&gt;
&lt;br /&gt;
Start the client and connect to core. &lt;br /&gt;
&lt;br /&gt;
Accept your self-created certificate. &lt;br /&gt;
&lt;br /&gt;
Now set up your IRC-servers and IRC-nicknames on the core.&lt;br /&gt;
&lt;br /&gt;
As this is the first time you connected to the core, you should see a wizard where you can set up the first user-account. &lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Erus Iluvatar</name></author>
	</entry>
</feed>