User Tools

Site Tools


matrix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
matrix [2020/08/11 17:05]
admin created
matrix [2021/04/07 20:58]
admin
Line 1: Line 1:
 ====== Matrix ====== ====== Matrix ======
-Matrix is an open source decentralised chat platform which can be self hosted. ​ You can read more about it at their offical page: https://​matrix.org+Matrix is an open source decentralised chat platform which can be self hosted.  ​Technically,​ behind the scenes, Matrix is a distrbuted mutable JSON ledger - so it can be used for a lot more than just chatting. ​You can read more about it at their offical page: https://​matrix.org 
 + 
 +Our Matrix room is at ''​**#​opensource:​glasgow.social**''​ 
 + 
 +See also: 
 +  * [[guides/​matrix_on_the_command_line|Matrix on the command line]] 
 +  * [[projects/​matrix_php_class|Matrix PHP Class]] 
  
 ===== Homeservers ===== ===== Homeservers =====
-First, you need a homeserver. ​ You can choose to use the Matrix foundation'​s server, or, preferably (in the interests of decentralisation),​ you can set up your own.  Alternatively,​ you can join ours using the web interface at https://​matrix.glasgow.social+First, you need a homeserver. ​ You can choose to use the Matrix foundation'​s server, or, preferably (in the interests of decentralisation),​ you can set up your own.  Alternatively,​ you can join ours at **glasgow.social** - we also have a public ​web interface at https://​matrix.glasgow.social 
 + 
 +Your homeserver takes part in conversations globally on your behalf - it's where your avatar is homed, and where any images you upload are stored. ​ Any conversations you join are archived to your homeserver so if those servers go offline, the conversation can still continue. ​ You can connect to your homeserver from multiple locations for instance from your phone, a web browser on your computer or laptop and resume where you left off in the discussion.
  
-Your homeserver takes part in conversations globally on your behalf - it's where your avatar is stored, and where any images you upload are homed. ​ Any conversations you join are archived to your homeserver so if those servers go offline, the conversation can still continue. 
  
-Technically,​ behind the scenes, Matrix is a distrbuted mutable JSON ledger - so it can be used for a lot more than just chatting. 
  
 ===== Getting started ===== ===== Getting started =====
 +
 +==== Using the Web Client ====
 +Note: adding your email for registration is //​optional//​. ​ If you add an email you are required to verify it before you can log in.
 +
 +{{:​pasted:​20200811-171644.png}}
 +
 +Once you've created an account you can use the ''​**Explore**''​ button to list the available rooms. ​ We're in the room named ''​**Open Source**''​ (full ID is #​opensource:​glasgow.social).
 +
 +Alternatively you can type the command to join the room directly into the chat bar:
 +<​code>/​join #​opensource:​glasgow.social</​code>​
 +
 +
 +==== Desktop and Mobile Matrix Clients ====
 +
 +If you wish to use your own client instead of https://​matrix.glasgow.social we recommend [[https://​element.io/​get-started|Element.io]] (previously called Riot). ​ It supports iOS, Android and desktop (Windows/​Mac/​Linux).
 +
 +You will likely need to set the client to use your homeserver, like ''​https://​glasgow.social''​ or ''​https://​matrix.org''​ depending on where you created your account. ​ The advantage of creating an account on glasgow.social is that it allows you to browse the other local rooms easier, but you can still take part no matter where you create your account. ​ You can see a screenshot of how to do this below.
 +
 +
 +{{:​pasted:​20200811-171350.png}}
 +
  
 ===== Using the command line ===== ===== Using the command line =====
 Matrix is very easy to interact with, both programatically (there are [[https://​matrix.org/​sdks/​|a number of SDKs]]) as well as via the command line using simple tools like curl. Matrix is very easy to interact with, both programatically (there are [[https://​matrix.org/​sdks/​|a number of SDKs]]) as well as via the command line using simple tools like curl.
 See our page [[guides/​matrix|Matrix on the command line]] for details. See our page [[guides/​matrix|Matrix on the command line]] for details.
matrix.txt · Last modified: 2021/04/07 21:00 by admin