Skip to content
Snippets Groups Projects
Commit ace6c94e authored by Bob Mottram's avatar Bob Mottram
Browse files

Help for mumble

parent 5b405b68
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<style>
* {
box-sizing: border-box;
}
a, u {
text-decoration: none;
color: #72a7cf;
font-weight: bold;
}
a:visited{
color: #72a7cf;
font-weight: bold;
}
#headerpic {
width: 60%;
height: auto;
margin-right : auto;
margin-left : auto;
min-width : 220px;
}
body {
margin: 0;
font-family: Arial;
}
.header {
text-align: center;
padding: 32px;
}
.headertext {
text-align: center;
font-size: 120%;
font-weight: bold;
}
.subheadertext {
margin-left : 10%;
text-align: left;
font-size: 110%;
font-weight: bold;
}
.subheaderports {
margin-left : 10%;
text-align: left;
font-size: 110%;
font-weight: bold;
}
.helptext {
width: 80%;
text-align: left;
font-size: 100%;
margin-left : 10%;
}
.codetext {
font-family: Courier;
width: 80%;
text-align: left;
font-size: 100%;
margin-left : 10%;
}
.portstext {
width: 80%;
text-align: left;
font-size: 100%;
margin-left : 10%;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
.column {
-ms-flex: 25%;
flex: 15%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
@media screen and (max-width: 200px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
<body>
<div class="header">
<a href="app_mumble.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
</div>
<p class="headertext">Mumble</p>
<p class="subheaderports">Ports</p>
<p class="portstext">Forward the port 64738 from your internet router</p>
<p class="subheadertext">Setting up on a laptop</p>
<p class="helptext"><b>1.</b> First ensure that tor is installed. Within a terminal:</p>
<p class="helptext">sudo apt-get install tor</p>
<p class="helptext"><b>2.</b> Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard. Cancel the initial connection window.</p>
<p class="helptext"><b>3.</b> From the menu select <b>Configure</b> then <b>Settings</b>. Select the <b>Advanced</b> checkbox then select <b>Network</b>. Select <b>Force TCP mode</b> and proxy type <b>Socks5</b>. Hostname should be set to <b>localhost</b> and port should be <b>9050</b>.</p>
<p class="helptext"><b>4.</b> Select <b>Apply</b> and <b>Ok</b>, then on the menu <b>Server</b> and <b>Connect</b>.</p>
<p class="helptext"><b>5.</b> Click on "add new" to add a new server and enter the <b>domain name</b> or onion address for the Freedombone, your username (which can be anything) and the VoIP server password which is the same as the password you set up the box with. Accept the self-signed SSL certificate if you don't have a Let's Encrypt certificate set up for your default domain. You are now ready to chat.</p>
<p class="subheadertext">Setting up on Android</p>
<p class="helptext"><b>1.</b> Install <a href="https://f-droid.org">F-Droid</a></p>
<p class="helptext"><b>2.</b> If you don't have Orbot installed then enable The Guardian Project repository from the drop down menu and install it.</p>
<p class="helptext"><b>3.</b> Search for and install Plumble.</p>
<p class="helptext"><b>4.</b> Press the plus button to add a Mumble server.</p>
<p class="helptext"><b>5.</b> Enter a label (which can be any name you choose for the server), the default domain name of the Freedombone or preferably the mumble onion address, your username (which can also be anything) and the mumble password which is the same as the one you originally set up the box with. Leave the port number unchanged.</p>
<p class="helptext"><b>6.</b> Open the settings. Select <b>General</b>, then <b>Connect via Tor</b>. This will provide better protection, making it more difficult for adversaries to know who is talking to who. If connecting through Tor is unreliable and causes crashes then unselect <b>Connect via Tor</b> on the <b>General settings</b> and then just use your ordinary domain name.</p>
<p class="helptext"><b>7.</b> Selecting the server by pressing on it then connects you to the server so that you can chat with other connected users</p>
</body>
</html>
......@@ -107,7 +107,7 @@
<body>
<div class="header">
<a href="app_xmpp.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
<a href="app_pleroma.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
</div>
<p class="headertext">Pleroma</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment