diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index 18b9db8..3e6ab42 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -30,8 +30,8 @@ weight = -100 [[main]] parent = "Connect" - name = "Matrix" - url = "https://matrix.to/#/@john:bowdre.net" + name = "Session" + url = "/session/" [[main]] parent = "Connect" name = "XMPP" diff --git a/content/about.md b/content/about.md index d72445e..40ee71e 100644 --- a/content/about.md +++ b/content/about.md @@ -25,5 +25,5 @@ See what I've been up to on: - [CounterSocial](https://counter.social/@john_b) Securely chat with me via: -- [Matrix](https://matrix.to/#/@john:bowdre.net) -- [XMPP](/xmpp/) \ No newline at end of file +- [XMPP](/xmpp/) +- [Session](/session/) \ No newline at end of file diff --git a/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier/index.md b/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier/index.md index 4643d31..e74247c 100644 --- a/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier/index.md +++ b/content/posts/federated-matrix-server-synapse-on-oracle-clouds-free-tier/index.md @@ -410,8 +410,6 @@ And that's it! I now have my own Matrix server, and I can use my new account for All in, I'm pretty pleased with how this little project turned out, and I learned quite a bit along the way. I'm tremendously impressed by Caddy's power and simplicity, and I look forward to using it more in future projects. -If you're on Matrix, hit me up: **[@john:bowdre.net](https://matrix.to/#/@john:bowdre.net)** - ### Update: Updating After a while, it's probably a good idea to update both the Ubntu server and the Synapse container running on it. Updating the server itself is as easy as: ```sh diff --git a/content/session.md b/content/session.md new file mode 100644 index 0000000..171c1ba --- /dev/null +++ b/content/session.md @@ -0,0 +1,20 @@ ++++ +comments = false +toc = false +usePageBundles = false +showDate = false +showShare = false +showReadTime = false +timeless = true ++++ +![:left](/logos/session.png)[Session](https://getsession.org/) is a private messaging app that protects your metadata, encrypts your communications, and makes sure your messaging activities leave no digital trail behind. It is decentralized, end-to-end encrypted, and fully anonymous. Unlike some alternatives, you don't need to provide/verify a phone number, email address, or any other personal information whatsoever in order to create a Session account. + +While [Snikket](/xmpp/) is a great solution for private communications with people you already know, Session makes sense for private communications outside of your immediate circle. + +###### All that is to say: +- If you'd like to message me on Session, simply scan this code in the [Session app](https://getsession.org/download): +![Session ID: 0505996549d6f47f4d05d3bc98fe40d029a24feaae3c4b38dbe4abfa70956e613e](/images/session_qr.png) + + + + diff --git a/content/xmpp.md b/content/xmpp.md index 404e5bb..c08cfe9 100644 --- a/content/xmpp.md +++ b/content/xmpp.md @@ -10,14 +10,15 @@ timeless = true +++ > XMPP is the [eXtensible Messaging and Presence Protocol](https://xmpp.org/about/technology-overview/), a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data. -![:left](/logos/snikket.png)It is an open, proven, supported, and extensible standard. Practically speaking, this means that any number of XMPP client-and-server combinations can communicate successfully with any other combinations. I've chosen to use [Snikket](https://snikket.org/) which makes it easy to self-host your own server for truly-decentralized, federated, end-to-end encrypted communications which doesn't rely on servers run by unknown parties. +![:left](/logos/snikket.png)It is an open, proven, supported, and extensible standard. Practically speaking, this means that any number of XMPP client-and-server combinations can communicate successfully with any other combinations. I've chosen to use [Snikket](https://snikket.org/) which makes it easy to self-host your own server for truly-decentralized, federated, end-to-end encrypted communications which don't rely on servers run by unknown parties. -Unlike many other XMPP solutions, though, Snikket doesn't support open registrations; in order to use the Snikket client you'll need to either host your own Snikket server or find someone willing to invite you to create an account on theirs. Users of other XMPP clients and servers can still communicate with Snikket users though thanks to the magic of open standards and federation. +Unlike many other XMPP solutions, Snikket doesn't support open registrations. Snikket servers are designed to provide secure communications to users who already inherently trust the server's administrator, making it a great solution for families, friend groups, clubs, and other small organizations. In order to use the Snikket client you'll need to either host your own Snikket server or find someone willing to invite you to create an account on theirs. (Users of other XMPP clients and servers can still communicate with Snikket users though thanks to the magic of open standards and federation.) +Alternatively, a project like [Session](/session/) works great for securing communications between users who don't already know each other. ###### All that is to say: -- If you're already using Snikket (or [another XMPP client](https://xmpp.org/software/clients/)), you can message me at `{{}}` -- If you're interested in hosting your own Snikket server in the cloud *for free*, check out [my post on doing just that](/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/) -- I'm happy to send you an invite to create an account on my server; you'll just need to use one of my other contact options to let me know +- If you're already using Snikket (or [another XMPP client](https://xmpp.org/software/clients/)), you can message me at `{{}}`. +- If you're interested in hosting your own Snikket server in the cloud *for free*, check out [my post on doing just that](/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/). +- I'm happy to send you an invite to create an account on my server; you'll just need to use one of my other contact options to let me know. diff --git a/static/images/session_qr.png b/static/images/session_qr.png new file mode 100644 index 0000000..6f910c5 Binary files /dev/null and b/static/images/session_qr.png differ diff --git a/static/logos/session.png b/static/logos/session.png new file mode 100644 index 0000000..bcc0acd Binary files /dev/null and b/static/logos/session.png differ