idk

Amolith created

Change summary

index.html                 |  5 ++---
jabber-xmpp/jabber-xmpp.md |  3 ++-
mumble.md                  | 32 +++++++++++++++-----------------
3 files changed, 19 insertions(+), 21 deletions(-)

Detailed changes

index.html 🔗

@@ -8,11 +8,10 @@ sitemap:
 priority: 0.9
 ---
 <center>
-    <br />
     <p>I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.
     <br />
     <br />
-    <a href="https://git.nixnet.xyz/NixNet" target="_blank"><button class="donate"><i class="fa fa-cogs"></i> Technical Info</button></a> 
+    <a href="https://git.nixnet.xyz/NixNet" target="_blank"><button class="donate"><i class="fa fa-cogs"></i> Technical Info</button></a>
     </p>
 </center>
 <!--
@@ -27,7 +26,7 @@ priority: 0.9
 <br/>
 <div class="flex-wrapper">
     <div class="flex-cards">
-        <!-- Static cards -->    
+        <!-- Static cards -->
     </div>
 </div>
 <br />

jabber-xmpp/jabber-xmpp.md 🔗

@@ -6,7 +6,7 @@ cover: /assets/pages/xmpp.png
 permalink: /jabber-xmpp/
 ---
 # Registration - clearnet
-Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy! 
+Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy!
 
 You can also navigate to [nixnet.xyz:5443/register/](https://nixnet.xyz:5443/register/) to register using the web UI as well as change your password and unregister your account. I'll eventually serve it to a subdomain (maybe jabber.nixnet.xyz) but I don't have time to set that up at the moment.
 
@@ -14,6 +14,7 @@ You can also navigate to [nixnet.xyz:5443/register/](https://nixnet.xyz:5443/reg
 If you want to use my XMPP server over Tor, make sure you first start/enable the Tor service:
 ```bash
 $ sudo systemtl start tor.service
+$ sudo systemtl enable tor.service
 ```
 After that, there are a few settings you'll have to change depending on your client. I use [Gajim](https://gajim.org) on Linux so I'll explain how to do it with that.
 

mumble.md 🔗

@@ -3,10 +3,22 @@ layout: page
 title: Mumble
 subtitle: "An open source VoIP solution that's better than Discord"
 description: "An open source VoIP solution that's better than Discord"
-cover: /assets/pages/mumble.png 
+cover: /assets/pages/mumble.png
 ---
+## Setup
+I don't use Windows or macOS so I can't speak to how they work. On Linux, simply launch the app and run through the audio setup wizard. After that, go to `Server -> Connect -> Add new`. Enter whatever username you want, use `nixnet.xyz` as the address, `64738` for the port, and label the server however you'd like. When prompted, the password is `NixNet`. Pretty much the same goes for the Android app; open it, add a new server, enter the information above, connect, and start chatting!
+<br/>
+<br/>
+If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!
+
+## Installation
 For more in-depth and accurate information than what's here, look at the [official Mumble website](https://wiki.mumble.info/wiki/Main_Page).
 
+### - Arch Linux
+```
+sudo pacman -S mumble
+```
+
 ### - Debian
 ```
 sudo apt-get install mumble
@@ -24,25 +36,11 @@ sudo apt-get install mumble
 dnf install mumble mumble-overlay mumble-plugins
 ```
 
-### - Arch Linux
-```
-sudo pacman -S mumble
-```
-
 ### - Android
 Download it from [F-Droid](https://f-droid.org/repository/browse/?fdid=com.morlunk.mumbleclient). It is also on [Google Play](https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free) but I recommend using F-Droid instead.
 
-### - Windhoes
+### - Windows and macOS
 Download the latest release from their [GitHub page](https://github.com/mumble-voip/mumble/releases).
 
-### - iOShit
+### - iOS
 A client is available in the [App Store](https://itunes.apple.com/us/app/mumble/id443472808?mt=8)
-
-### - macOShit
-Same as Windhoes - look in the [release page](https://github.com/mumble-voip/mumble/releases) on GitHub.
-
-## Setup
-I don't use Windows or macOS so I can't speak to how they work. On Linux, simply launch the app and run through the audio setup wizard. After that, go to `Server -> Connect -> Add new`. Enter whatever name you want, use `nixnet.xyz` as the address, `64738` for the port, and leave the username blank. Pretty much the same goes for the Android app; open it, add a new server, enter the information above, connect, and start chatting!
-<br/>
-<br/>
-If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!