mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
deprecate matrix as a contact method, replace with session
This commit is contained in:
parent
34319e907c
commit
36b16d14a9
7 changed files with 30 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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/)
|
||||
- [XMPP](/xmpp/)
|
||||
- [Session](/session/)
|
|
@ -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
|
||||
|
|
20
content/session.md
Normal file
20
content/session.md
Normal file
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
@ -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 `{{<cloakemail address="john@chat.vpota.to" protocol="xmpp">}}`
|
||||
- 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 `{{<cloakemail address="john@chat.vpota.to" protocol="xmpp">}}`.
|
||||
- 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.
|
||||
|
||||
|
||||
|
||||
|
|
BIN
static/images/session_qr.png
Normal file
BIN
static/images/session_qr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
static/logos/session.png
Normal file
BIN
static/logos/session.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in a new issue