From f5bd9388c500b3b0f67bd2b3335b64ad7f2d10dd Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 6 Mar 2019 12:39:52 -0500 Subject: [PATCH] revise some things --- _includes/page/footer.html | 2 +- cards.json | 6 +++--- index.html | 2 -- jabber-xmpp/jabber-xmpp.md | 30 +++++++++++++++++++++++++++--- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/_includes/page/footer.html b/_includes/page/footer.html index 119fb14..a390b17 100644 --- a/_includes/page/footer.html +++ b/_includes/page/footer.html @@ -1,6 +1,6 @@
*****
-
Website source available here
+
Website source available on GitNet
Made with ❤️ and Jekyll by Amolith
All content is licensed under CC-BY 4.0
(unless otherwise stated)
diff --git a/cards.json b/cards.json index bc2eed0..a10e72c 100644 --- a/cards.json +++ b/cards.json @@ -5,7 +5,7 @@ "name": "Mattermost", "description": "Mattermost is a FLOSS application for real-time chat. Use this for communicating with other users, joining a few different communities, and getting support for NixNet services.", "button_text": "Chat!", - "link":"https://nixnet.xyz/mattermost/" + "link":"/mattermost/" }, { "name": "Mastodon", @@ -23,7 +23,7 @@ "name": "Wireguard", "description": "WireGuard is an open source application and protocol that uses VPN techniques to create secure tunnels in various configurations. It aims to be more performant than OpenVPN or IPsec.", "button_text": "Tunnel!", - "link": "https://nixnet.xyz/wireguard/" + "link": "/wireguard/" }, { "name": "Gitea", @@ -71,7 +71,7 @@ "name": "Jabber/XMPP", "description": "Jabber/XMPP is a set of open technologies for instant messaging, multi-party chat, and voice/video calls. XMPP stands for the Extensible Messaging and Presence Protocol.", "button_text": "Register!", - "link": "https://nixnet.xyz/jabber-xmpp/" + "link": "/jabber-xmpp/" }, { "name": "searX", diff --git a/index.html b/index.html index 88a01b0..89002e9 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,6 @@ cover: /cover.png 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.


Status page / Stats page

diff --git a/jabber-xmpp/jabber-xmpp.md b/jabber-xmpp/jabber-xmpp.md index cbd99a8..a67d59e 100644 --- a/jabber-xmpp/jabber-xmpp.md +++ b/jabber-xmpp/jabber-xmpp.md @@ -5,9 +5,33 @@ description: "Set up a Jabber/XMPP account on NixNet.xyz" cover: /assets/pages/xmpp.png permalink: /jabber-xmpp/ --- -# Registration -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`, come up with a strong password, and register! +# 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! + +# Registration - Tor +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 +``` +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. + +* `Add Account -> I want to register for a new account` +* Server: `nixnet.xyz` +* Advanced + * Proxy: `Tor` + * Manage `->` Tor + * Type: `SOCKS5` + * Proxy Host: `127.0.0.1` + * Proxy Port: `9050` + * ☑️ Use custom hostname/port + * Hostname: `l4qlywnpwqsluw65ts7md3khrivpirse744un3x7mlskqauz5pyuzgqd.onion` + * Port: `5222` +* Enter a username +* Come up with a strong password - it won't be accepted if it's too weak ¯\\_(ツ )_/¯ +* Enjoy! ☺️ --- # Clients -If you're not sure what client to use, I recommend [Conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) for Android, [AstraChat](https://itunes.apple.com/us/app/astrachat-direct-xmpp-voip/id923002139?mt=8) or [Monal IM](https://monal.im/) for iOS/macOS (I haven't tested them and AstraChat seems to be proprietary), and [Gajim](https://gajim.org/) for Linux and Windows. If you're ok with an alpha-level client, I recommend and use [Dino](https://github.com/dino/dino/wiki/Distribution-Packages) for Linux. +If you're not sure what client to use, I recommend [Conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) for Android, [AstraChat](https://itunes.apple.com/us/app/astrachat-direct-xmpp-voip/id923002139?mt=8) or [Monal IM](https://monal.im/) for iOS/macOS (I haven't tested them and AstraChat seems to be proprietary), and [Gajim](https://gajim.org/) for Linux and Windows. + +Personally, I use Conversations and Gajim 😉