From cfa3f1511d1f9e1fe3bd2dd179c225ed80e7e4cd Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 30 May 2019 22:40:27 -0400 Subject: [PATCH] idk --- index.html | 5 ++--- jabber-xmpp/jabber-xmpp.md | 3 ++- mumble.md | 32 +++++++++++++++----------------- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 1e2525976bed61ebcb3a8ba141eb97d6d1c8094c..5afd67a86aad375a776525b3304d0c208c1545ba 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,10 @@ sitemap: priority: 0.9 ---
-

I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.

- +

+
diff --git a/jabber-xmpp/jabber-xmpp.md b/jabber-xmpp/jabber-xmpp.md index 20742362d0b0b88e59ef6f37c509e4c5ace3d1d2..c30545471bdacb116225a036201e98978a11cd4c 100644 --- a/jabber-xmpp/jabber-xmpp.md +++ b/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. diff --git a/mumble.md b/mumble.md index 4d731d158ca4a2291ab2bfbafd6f689af47e1256..d724bd35e904a59fbd1ace984628ea6ba42153e9 100644 --- a/mumble.md +++ b/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! +
+
+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! -
-
-If you want a new channel made for something (game, podcast, private call, etc.), just [let me know](/contact) and I'll create one!