Project

General

Profile

Ungleich Matrix-as-a-Service (MaaS) » History » Version 14

Nico Schottelius, 07/16/2020 05:15 PM

1 1 Timothée Floure
h1. Ungleich Matrix-as-a-Service (MaaS)
2
3 3 Timothée Floure
{{toc}}
4
5 8 Timothée Floure
*%{color:green}This document concerns end-users/customers. See [[The ungleich Matrix infrastructure]] page for server-side documentation.%*
6 1 Timothée Floure
7
h2. Status
8
9 8 Timothée Floure
This document is *in PRODUCTION*
10 2 Timothée Floure
11
h2. Overview
12
13 5 Timothée Floure
"Matrix":https://matrix.org/ is an open and decentralized IM system supporting modern features such as end-to-end encryption, message history, bridging to other networks, VoIP and more. It is based a federated structure, similar to what is done with emails: users use a home server as 'gateway' to the network. Our MaaS offer provides you with such a server as well as an hosted web client, "Riot":https://about.riot.im/.
14 1 Timothée Floure
15 5 Timothée Floure
"Riot's features page"https://about.riot.im/features gives you a good overview of Matrix's possibilities.
16
17
h2. FAQ
18 1 Timothée Floure
19
h3. Q: How many users can I have? What are the resources allocated to my matrix server?
20 3 Timothée Floure
21 1 Timothée Floure
We do not enforce a limit of the number of users: you can do anythign you want as long as you fit the resources allocated to your homeserver. You are provided with 1GB of memory, 1vCPU and 20GB of storage with the base offer, which can be extended on demand (Pricing is the same as ipv6onlyhosting VMs, since that's what we use underneath).
22 5 Timothée Floure
23 3 Timothée Floure
h3. Q: What server name will I get?
24
25 11 Nico Schottelius
You can either use your own domain name (see below) or ask us for $ORGANIZATION.0co2.cloud.
26 1 Timothée Floure
27 2 Timothée Floure
h3. Q: Can I use a custom domain name?
28 3 Timothée Floure
29 11 Nico Schottelius
Yes! You will have to give us three domain names:
30 1 Timothée Floure
31 13 Nico Schottelius
* a) *the homeserver*: this is where the actual server is running - this can be on domain "A" - in case of ungleich we use *ungleich.matrix.ungleich.cloud* and give away *YOURNAME.matrix.ungleich.cloud* for free
32
* b) *the address of the web client* - this is where people with their webbrowser go to - this should be different from "A". Often this is something like *chat.example.org* or *matrix.example.org*. In case of ungleich this domain is *matrix.ungleich.ch.*
33
* c) *the main matrix domain*: the one you use for users and rooms. This is usually your main domain and is different from A. For ungleich this is *ungleich.ch*. Most people will choose their "main domain", for instance *example.org* here.
34 11 Nico Schottelius
35
You will also need to configure 2 files below *the main matrix domain*
36
37 12 Nico Schottelius
- */.well-known/matrix/server* containing *{"m.server": "homeserver:443"}*.
38 11 Nico Schottelius
       Example: <pre>$ curl https://ungleich.ch/.well-known/matrix/server
39 1 Timothée Floure
{"m.server": "ungleich.matrix.ungleich.cloud:443"}</pre>
40 12 Nico Schottelius
   - */.well-known/matrix/client* containing *{ "m.homeserver": { "base_url": "https://homeserver" } }*. Example: <pre>
41 11 Nico Schottelius
curl https://ungleich.ch/.well-known/matrix/client 
42
{ "m.homeserver": { "base_url": "https://ungleich.matrix.ungleich.cloud" } }
43
</pre>
44 1 Timothée Floure
45 14 Nico Schottelius
Checkout https://github.com/matrix-org/synapse#security-note to understand why you need separate domain names for the homeserver and the other domains.
46
47 1 Timothée Floure
h3. Q: What server implementation and version do you use?
48 2 Timothée Floure
49 3 Timothée Floure
We use the "synapse reference homeserver":https://github.com/matrix-org/synapse/ package "provided by the buster-backports repository":https://packages.debian.org/buster-backports/matrix-synapse.
50 1 Timothée Floure
51
h3. Q: What client can I use? Do you recommend one?
52
53 3 Timothée Floure
We recommend and provide you a web version of the "Riot client":https://about.riot.im/ (desktop and mobile) but you can use "any matrix client":https://matrix.org/clients/.
54 2 Timothée Floure
55 3 Timothée Floure
h3. Q: Can I set option X in synapse/riot?
56 2 Timothée Floure
57 3 Timothée Floure
Yes! Contact the ungleich support with the requested changes, which we will apply to the deployment configuration of your instance.
58 2 Timothée Floure
59 7 Timothée Floure
h3. Q: Do you provide a TURN server for VoIP?
60 3 Timothée Floure
61 6 Timothée Floure
Yes.
62 3 Timothée Floure
63 6 Timothée Floure
h3. Q: What are application services can I use?
64 9 Timothée Floure
65
We support bridging to other services (IRC, Matrix, Telegram, Slack, ...) via "matterbridge":https://github.com/42wim/matterbridge, deployed on demand.
66 1 Timothée Floure
67 10 Timothée Floure
h3. Q: If I do not use an LDAP directory, can I still manage my users?
68 1 Timothée Floure
69
Yes! We provide you with a management UI on https://admin.matrix.ungleich.cloud. You will have to use the full address of your matrix homeserver (e.g. ungleich.matrix.ungleich.cloud).