new: matrix notes
This commit is contained in:
parent
570907e7ff
commit
3a4b1b197e
1 changed files with 25 additions and 0 deletions
25
aab45963.md
Normal file
25
aab45963.md
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue