From 3a4b1b197ebbd8772c8285576d2b052ef92bb249 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 10 Dec 2020 13:17:19 -0700 Subject: [PATCH] new: matrix notes --- aab45963.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 aab45963.md diff --git a/aab45963.md b/aab45963.md new file mode 100644 index 0000000..0af3d9f --- /dev/null +++ b/aab45963.md @@ -0,0 +1,25 @@ +--- +date: 2020-12-08T10:29 +tags: + - tech + - notes +--- + +# the matrix ecosystem + +## matrix protocol + +- open spec: decentralised conversation store +- end-to-end encryption +- federated: a lot like email +- you sign up for an acct on a homeserver (could be public, private, etc) +- just like email, that acct can communicate with any other acct, regardless + of their homeserver +- bridges: glues multiple non-matrix services together: facebook chat, sms, etc + + +## setting up a homeserver + +### https://github.com/spantaleev/matrix-docker-ansible-deploy + +- subdomain config seems to be pretty hard-coded