Marcel Ackermann
18a2377472
missing Map /.well-known/matrix/server for server discovery
vor 6 Jahren
Slavi Pantaleev
59d807fca7
Ensure auth.clientID is passed as string in Discord configuration
Discord client IDs are numeric (e.g. 12345).
Passing them as integers however, causes the Discord bridge's YAML parser
to parse them as integers and its config schema validation will fail.
Fixes #240 (Github Issue)
vor 6 Jahren
Slavi Pantaleev
0646d4b3ec
Merge pull request #239 from thedanbob/postgres-11.5-10.10-9.6.15
Bump postgres versions (11.5, 10.10, 9.6.15)
vor 6 Jahren
Dan Arnfield
dc11704c11
Bump postgres versions (11.5, 10.10, 9.6.15)
vor 6 Jahren
Slavi Pantaleev
c2c0481d90
Mention Email2Matrix usage alongside Postfix
vor 6 Jahren
Slavi Pantaleev
910ffb481c
Update email2matrix (1.0 -> 1.0.1)
vor 6 Jahren
Slavi Pantaleev
99f5baa7bb
Fix undefined variable error (matrix_synapse_id_servers_public)
This only gets triggered if:
- the Synapse role is used standalone and the default values are used
- the whole playbook is used, with `matrix_mxisd_enabled: false`
vor 6 Jahren
Slavi Pantaleev
5b736c416b
Merge pull request #236 from oleg-fiksel/guest-access
Added possibility to enable guest access on synapse
vor 6 Jahren
Oleg Fiksel
43628ddad6
Added "|to_json" to ensure we really pass a boolean
vor 6 Jahren
Oleg Fiksel
f713bbe0f8
Added possibility to enable guest access on synapse
vor 6 Jahren
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/ )
vor 6 Jahren
Slavi Pantaleev
4abca27df7
Merge pull request #234 from ugs9fsy71cb/master
Serve nginx_status to matrix.DOMAIN
vor 6 Jahren
Slavi Pantaleev
f97175a1c6
Update configuring-playbook-ngnix.md
vor 6 Jahren
p5t2vspoqqw
c32a3e3204
correct defaults
vor 6 Jahren
p5t2vspoqqw
4b8190dc3f
serve status page for matrix.DOMAIN only
vor 6 Jahren
p5t2vspoqqw
281f2ee519
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
vor 6 Jahren
Slavi Pantaleev
949009f254
Merge pull request #233 from thedanbob/riot-web-1.3.2
Update riot-web (1.3.0 -> 1.3.2)
vor 6 Jahren
Dan Arnfield
dc71457132
Update riot-web (1.3.0 -> 1.3.2)
vor 6 Jahren
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.
vor 6 Jahren
Slavi Pantaleev
d222640140
Add firewall notice about email2matrix
vor 6 Jahren
Slavi Pantaleev
847f887e1b
Update README
vor 6 Jahren
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
vor 6 Jahren
p5t2vspoqqw
51d5741bb3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
vor 6 Jahren
Slavi Pantaleev
5d1c76f0e3
Merge pull request #232 from jooize/patch-2
Clarify sentence about dedicated user for access token
vor 6 Jahren
Esko
f084bb4ae5
Clarify sentence about dedicated user for access token
vor 6 Jahren
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.
vor 6 Jahren
Slavi Pantaleev
6fc779dc83
Ensure matrix_ssl_retrieval_method value is valid
We recently had someone in the support room who set it to `false`
and the playbook ran without any issues.
This currently seems to yield the same result as 'none', but it's
better to avoid such behavior.
vor 6 Jahren
Slavi Pantaleev
c40d28a0dc
Relocate user-store.db/room-store.db when migrating Discord bridge files
Refer to 524436ebef and #230 (Github Issue).
vor 6 Jahren
Slavi Pantaleev
524436ebef
Add missing required parameters for Discord bridge
Fixes #230 (Github Issue).
Related to https://github.com/Half-Shot/matrix-appservice-discord/issues/510
vor 6 Jahren
Slavi Pantaleev
18f6b29372
Bump matrix-mailer / exim release (4.92.1-r0-0 -> 4.92.1-r0-1)
It adds support for a new `DISABLE_SENDER_VERIFICATION` environment
variable that can be used to disable verification of sender addresses.
It doesn't matter for us, but we upgrade to keep up with latest.
vor 6 Jahren
Slavi Pantaleev
0e3b73a612
Upgrade matrix-mailer / exim (4.92 -> 4.92.1)
vor 6 Jahren
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
vor 6 Jahren
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
vor 6 Jahren
Slavi Pantaleev
82bb55ae7a
Use new default port config for mautrix-facebook
vor 6 Jahren
Slavi Pantaleev
b0162d6f75
Use mautrix-facebook Docker image from new official registry
vor 6 Jahren
Slavi Pantaleev
becb9a7b8b
Merge pull request #228 from danbob/fix-apt-warning
Fix apt message: docker doesn't support arch 'i386'
vor 6 Jahren
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
vor 6 Jahren
Slavi Pantaleev
bd99dd05b4
Upgrade Synapse (1.2.0 -> 1.2.1)
vor 6 Jahren
Slavi Pantaleev
255b67a0ce
Update homeserver.yaml with new options from Synapse v1.2.0
Related to #223 (Github Pull Request)
vor 6 Jahren
Slavi Pantaleev
bb9fd41403
Merge pull request #223 from danbob/synapse-1.2.0
Update synapse (1.1.0 -> 1.2.0)
vor 6 Jahren
Dan Arnfield
0e54515c9d
Update synapse (1.1.0 -> 1.2.0)
vor 6 Jahren
Slavi Pantaleev
25327abbc3
Merge pull request #222 from danbob/nginx-1.17.2
Update nginx (1.17.1 -> 1.17.2)
vor 6 Jahren
Dan Arnfield
9296dfd094
Update nginx (1.17.1 -> 1.17.2)
vor 6 Jahren
Slavi Pantaleev
11b1de5522
Merge pull request #220 from lpopov/patch-1
Upgrade riot-web (1.2.4 - 1.3.0)
vor 6 Jahren
Lyubomir Popov
5e104e6667
Upgrade riot-web (1.2.4 - 1.3.0)
vor 6 Jahren
p5t2vspoqqw
fde8615d4e
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
vor 6 Jahren
Slavi Pantaleev
479a5137ca
Merge pull request #218 from RedooNetworks/master
introduce configuration to change riot branding / title
vor 6 Jahren
Stefan Warnat
2d24779583
remove newline
vor 6 Jahren
Stefan Warnat
2706ca9586
add configuration to change Riot.im branding
vor 6 Jahren
p5t2vspoqqw
5054fff88b
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
vor 6 Jahren