Björn Marten
cb57cd503e
Fix documentation mistakes caused due to carelessness
pirms 6 gadiem
Björn Marten
c2696e8fa7
Add appservice-webhooks configuration documentation
pirms 6 gadiem
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
pirms 6 gadiem
Slavi Pantaleev
71ccf19f25
Fix typo
pirms 6 gadiem
Hanno J. Gödecke
a6f85df295
Notes when not using a ssh key for authentication
Fixed small typo, added an extra note on how to use the ansible docker image when not using a ssh key for authentication
pirms 6 gadiem
DreamsVoid
ad8b4d9c30
Update configuring-playbook-bridge-mautrix-telegram.md
typographical error
pirms 6 gadiem
Slavi Pantaleev
df83dfb2e1
Fix port typo
pirms 6 gadiem
Logan Pulley
68e1a636c3
Added Traefik configuration example to own webserver docs
pirms 6 gadiem
Slavi Pantaleev
ca3b158d94
Add support to matrix-nginx-proxy to work in HTTP-only mode
pirms 6 gadiem
benkuly
10c2dfe58f
fixed typo
pirms 6 gadiem
benkuly
feb35486a0
added documentation for telegram relay bot feature
pirms 6 gadiem
Slavi Pantaleev
50614f1bad
Simplify Prerequisites a bit
Don't mention systemd-journald adjustment anymore, because
we've changed log levels to WARNING and Synapse is not chatty by default
anymore.
The "excessive log messages may get dropped on CentOS" issue no longer
applies to most users and we shouldn't bother them with it.
pirms 6 gadiem
Slavi Pantaleev
9b84e06201
Add a note about CentOS 8 support
pirms 6 gadiem
Aaron Raimist
cb2cb70b31
Mention that ARM is not supported
Feel free to reword but we have had a couple of issues created now asking about Raspberry Pi support.
pirms 6 gadiem
Julian Foad
53bc7afa66
Fix --mount syntax in examples
s/type-bind/type=bind/g
pirms 6 gadiem
fnoah
fe103489c6
Add file ending
pirms 6 gadiem
fnoah
692355e3e2
Fix link
pirms 6 gadiem
fnoah
7b65a16375
Fix
pirms 6 gadiem
fnoah
64ce74137c
Add documentation part 2
pirms 6 gadiem
fnoah
17c52687a6
Add documentation
pirms 6 gadiem
fnoah
64370cb58b
Fix formatting issues
pirms 6 gadiem
Noah Fleischmann
852fceb33f
Add documentation
pirms 6 gadiem
Slavi Pantaleev
e32aaacaa7
Make gzipped SQL dumps by default during --upgrade-postgres
pirms 6 gadiem
Slavi Pantaleev
29526e7bb1
Add support for backing up / importing all Postgres databases/users
pirms 6 gadiem
Paul Tötterman
aabb16d78b
Fix spelling ngnix -> nginx
pirms 6 gadiem
Slavi Pantaleev
9c438a3870
Add support for Postgres v12
pirms 6 gadiem
Slavi Pantaleev
810d0fb0e4
Make it possible to serve static websites from the base domain
pirms 6 gadiem
Arehandoro
d7343389ec
Update configuring-well-known.md
pirms 6 gadiem
Slavi Pantaleev
68ed2ebefa
Add support for Synapse Simple Antispam
Fixes #255 (Github Issue).
pirms 6 gadiem
sudneo
b2e0e4efe3
Adds doc for HAproxy
pirms 6 gadiem
Slavi Pantaleev
0edd7e8089
Make Riot-web configuration extensible
Fixes #71 (Github Issue).
pirms 6 gadiem
Slavi Pantaleev
c4eebc5355
Add information about community-grouping for the Facebook bridge
pirms 6 gadiem
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
pirms 6 gadiem
Slavi Pantaleev
63d1ed1d56
Update changelog and documentation
pirms 6 gadiem
Eduardo Beltrame
53ae84f627
Add documentation on mautrix-hangouts bridge
pirms 6 gadiem
Eduardo Beltrame
ecff0f4a67
Describe setting up SMTP server with Sendgrid
pirms 6 gadiem
kingoftheconnors
63cf891842
Improved documentation
pirms 6 gadiem
Slavi Pantaleev
c2c0481d90
Mention Email2Matrix usage alongside Postfix
pirms 6 gadiem
Slavi Pantaleev
3e57a1463a
Serve nginx status page over HTTPS as well
Continuation of #234 (Github Pull Request).
I had unintentionally updated the documentation for the feature,
saying the page is available at `https://matrix.DOMAIN/nginx_status `.
Looks like it wasn't the case, going against my expectations.
I'm correcting this with this patch.
The status page is being made available on both HTTP and HTTPS.
Serving over HTTP is likely necessary for services like
Longview
(https://www.linode.com/docs/platform/longview/longview-app-for-nginx/ )
pirms 6 gadiem
Slavi Pantaleev
f97175a1c6
Update configuring-playbook-ngnix.md
pirms 6 gadiem
p5t2vspoqqw
4b8190dc3f
serve status page for matrix.DOMAIN only
pirms 6 gadiem
Slavi Pantaleev
bce165f247
Do not suggest DEBUG logging when submitting issues
It's been pointed out that DEBUG logs could contain sensitive
information (access tokens, etc.), which makes them unsuitable
for sharing with others. INFO should be enough.
pirms 6 gadiem
Slavi Pantaleev
d222640140
Add firewall notice about email2matrix
pirms 6 gadiem
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
pirms 6 gadiem
Esko
f084bb4ae5
Clarify sentence about dedicated user for access token
pirms 6 gadiem
Slavi Pantaleev
6fe4bafc2a
Decrease default Synapse logging level
Also discussed previously in #213 (Github Pull Request).
shared-secret-auth and rest-auth logging is still at `INFO`
intentionally, as user login events seem more important to keep.
Those modules typically don't spam as much.
pirms 6 gadiem
kingoftheconnors
49766c5dac
Added Slack role
pirms 6 gadiem
Slavi Pantaleev
99283ef684
Add note about SMTPS not being supported
Fixes #216 (Github Issue).
pirms 6 gadiem
Slavi Pantaleev
0e4030f05c
Add missing word
pirms 6 gadiem
Slavi Pantaleev
76862f4f2a
Suggest running start tag after janitor and Postgres vacuum
We do restart Synapse explicitly, but some other services
(bridges, matrix-corporal, ..) may not restart sometimes.
It's best to restart all services explicitly.
pirms 6 gadiem