From 2d4dca265b974a99271b1f93bfa4810f96abaf23 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 24 Nov 2019 01:15:10 -0500 Subject: [PATCH] update librehost json file and fix typo on the xmpp page --- jabber-xmpp/jabber-xmpp.md | 3 +-- librehost.json | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/jabber-xmpp/jabber-xmpp.md b/jabber-xmpp/jabber-xmpp.md index 1a69f12..ef6894e 100644 --- a/jabber-xmpp/jabber-xmpp.md +++ b/jabber-xmpp/jabber-xmpp.md @@ -13,8 +13,7 @@ You can also navigate to [xmpp.nixnet.xyz/register/](https://xmpp.nixnet.xyz/reg # 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 -$ sudo systemtl enable tor.service +$ sudo systemctl enable --now 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/librehost.json b/librehost.json index eed78f2..68f1477 100644 --- a/librehost.json +++ b/librehost.json @@ -4,16 +4,16 @@ "organizationType" : "Informal collective", "name" : "NixNet", "tagLine" : "Freedom served with a slice of liberty", - "homeUrl" : "https://nixnet.xyz", - "logo" : "https://nixnet.xyz/logo.png", + "homeUrl" : "https://nixnet.services", + "logo" : "https://nixnet.services/logo.png", "description": "My goal is to make the internet a safer and more private place by running libre software services and making them publicly available to anyone completely free of charge.", "communicationLanguages": ["en"], - "contactUrl": "https://nixnet.xyz/contact", - "privacyPolicyUrl" : "https://nixnet.xyz/privacy/", + "contactUrl": "https://nixnet.services/contact", + "privacyPolicyUrl" : "https://nixnet.services/privacy/", "termsOfServiceUrl" : "-", "isServiceProvider" : true, "foundingDate": "2018", "version": "0.0.1", "dateCreated": "2018-12-28T18:29:54Z", - "dateModified": "2019-06-29T12:58Z" + "dateModified": "2019-11-24T01:14Z" }