<?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=Floak</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=Floak"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Floak"/>
	<updated>2026-05-06T10:23:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Murmur&amp;diff=29280</id>
		<title>Murmur</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Murmur&amp;diff=29280"/>
		<updated>2025-03-13T16:46:46Z</updated>

		<summary type="html">&lt;p&gt;Floak: Document necessary pidfile step for openrc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://wiki.mumble.info/wiki/Running_Murmur Murmur] (also called Mumble-Server) is the server component for [https://wiki.alpinelinux.org/wiki/Mumble Mumble]. Mumble is an open source, cross platform, low-latency, high quality voice over IP (VoIP) client. Mumble uses a client/server architecture and is primarily used by gamers, but can be used for any VoIP purpose.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
First of all we need Murmur in our server.&lt;br /&gt;
{{Cmd|apk add murmur}}&lt;br /&gt;
&lt;br /&gt;
=== Setting up SSL certificates ===&lt;br /&gt;
If you already have used Certbot to set up certificates in your web server, then you can easily make a new certificate for a subdomain &#039;mumble&#039; and add the cert paths to the mumble.ini configuration file. You can use vim and edit the file manually.&lt;br /&gt;
{{Cmd|vim /etc/murmur.ini}}&lt;br /&gt;
It should look something like this.&lt;br /&gt;
{{Cat|/etc/murmur.ini|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sslCert=/etc/letsencrypt/live/your_domain.com/fullchain.pem&lt;br /&gt;
sslKey=/etc/letsencrypt/live/your_domain.com/privkey.pem&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Running as a service ==&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Make sure this line is present in your murmur.ini:&lt;br /&gt;
{{Cat|/etc/murmur.ini|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pidfile=/var/run/murmur/murmur.pid&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
This will allow OpenRC to track the status of the process.&lt;br /&gt;
&lt;br /&gt;
=== Starting up the service ===&lt;br /&gt;
Start the Murmur service.&lt;br /&gt;
{{Cmd|rc-service murmur start}}&lt;br /&gt;
You can add the Murmur service to the default runlevel.&lt;br /&gt;
{{Cmd|rc-update add murmur default}}&lt;br /&gt;
In case you don&#039;t want Murmur to be default on runlevel, rollback with this command&lt;br /&gt;
{{Cmd|rc-update delete murmur default}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: telephony]]&lt;/div&gt;</summary>
		<author><name>Floak</name></author>
	</entry>
</feed>