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.
5 years ago
Mike
4edb1eb131
Update init.yml
...
Removed a set_facts that I have used for tracing down the issue
5 years ago
Michael Haak
5b213e6ad0
Replace constructs appending elements with variables to matrix_synapse_container_extra_arguments. Fixes issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/304
5 years ago
Aaron Raimist
c600ff758d
Upgrade riot-web (1.5.2 -> 1.5.3)
5 years ago
Slavi Pantaleev
f0e80218b0
Upgrade Synapse (1.5.0 -> 1.5.1)
5 years ago
Dan Arnfield
80265bfec5
Update riot-web (1.5.0 -> 1.5.2)
5 years ago
recklesscoder
5d3b765241
Actually use matrix_synapse_storage_path
...
matrix_synapse_storage_path is already defined in matrix-synapse/defaults/main.yml (with a default of "{{ matrix_synapse_base_path }}/storage"), but was not being used for its presumed purpose in matrix-synapse.service.j2. As a result, if matrix_synapse_storage_path was overridden (in a vars.yml), the synapse service failed to start.
5 years ago
Slavi Pantaleev
721ca9b83f
Add missing publicUrl configuration for Dimension
...
Discussed in #282 (Github Issue).
5 years ago
Dan Arnfield
9b187eca8f
Update nginx (1.17.4 -> 1.17.5)
5 years ago
Dan Arnfield
f0ce0db7dc
Update synapse (1.4.1 -> 1.5.0)
5 years ago
Slavi Pantaleev
e81837a586
Undo some formatting changes
5 years ago
Noah Fleischmann
1df3d53243
Verbose logging should be off per default
5 years ago
Noah Fleischmann
9728bdffee
Undo auto formatting
5 years ago
Noah Fleischmann
852fceb33f
Add documentation
5 years ago
Noah Fleischmann
c3fb7ebf4c
Add variable for mxisd verbose logging
5 years ago
Slavi Pantaleev
3bf7a7a85e
Upgrade riot-web (1.4.2 -> 1.5.0)
5 years ago
Slavi Pantaleev
e0ea708acc
Upgrade Synapse (1.4.0 -> 1.4.1)
5 years ago
Julian Foad
7ce80bc58e
Quote docker args in case inputs contain spaces
5 years ago
Slavi Pantaleev
e32aaacaa7
Make gzipped SQL dumps by default during --upgrade-postgres
5 years ago
Slavi Pantaleev
29526e7bb1
Add support for backing up / importing all Postgres databases/users
5 years ago
Aaron Raimist
5a2c1a44e4
Upgrade riot-web (1.4.1 -> 1.4.2)
5 years ago
Paul Tötterman
aabb16d78b
Fix spelling ngnix -> nginx
5 years ago
Slavi Pantaleev
9c438a3870
Add support for Postgres v12
5 years ago
Dan Arnfield
b59642950e
Update riot-web (1.4.0 -> 1.4.1)
5 years ago
Slavi Pantaleev
f25696489b
Merge pull request #273 from Sporiff/patch-1
...
Bump riot web version 1.3.6 -> 1.4.0
5 years ago
Slavi Pantaleev
19fb96fa57
Merge pull request #275 from aaronraimist/synapse-1.4.0
...
Upgrade Synapse (1.3.1 -> 1.4.0)
5 years ago
Slavi Pantaleev
a37b96d829
Upgrade Synapse to 1.4.0
5 years ago
Slavi Pantaleev
392f8202bd
Make SAML2 configuration match sample config generated using generate command
5 years ago
Slavi Pantaleev
810d0fb0e4
Make it possible to serve static websites from the base domain
5 years ago
Aaron Raimist
413d9ec143
WIP: Upgrade Synapse (1.3.1 -> 1.4.0rc2)
5 years ago
Ciarán Ainsworth
271d32b866
Bump riot web version 1.3.6 -> 1.4.0
5 years ago
Slavi Pantaleev
1dd1f9602f
Merge pull request #271 from thedanbob/certbot-0.38
...
Update certbot (0.37.1 -> 0.38.0)
5 years ago
Dan Arnfield
c12ca8fff0
Update certbot (0.37.1 -> 0.38.0)
5 years ago
Dan Arnfield
2dd9dc4882
Update nginx (1.17.3 -> 1.17.4)
5 years ago
Slavi Pantaleev
3264024055
Update matrix-corporal (1.5.0 -> 1.6.0)
5 years ago
Slavi Pantaleev
73c90e9513
Try to make Synapse config/key generation respect uid/gid
...
Attempt at fixing #268 (Github Issue)
5 years ago
Dan Arnfield
f076bd2474
Update riot-web (1.3.5 -> 1.3.6)
5 years ago
Slavi Pantaleev
39ae7959bd
Upgrade Telegram bridge (0.6.0 -> 0.6.1)
5 years ago
gusttt
25262fa0e1
Disable docker network tasks in check mode to allow running the playbook in check mode (--check --diff)
5 years ago
Aaron Raimist
b930c29bf0
Upgrade riot-web (1.3.3 -> 1.3.5)
5 years ago
Slavi Pantaleev
68ed2ebefa
Add support for Synapse Simple Antispam
...
Fixes #255 (Github Issue).
5 years ago
Slavi Pantaleev
4b1e9a4827
Add support for configuring Synapse spam_checker setting
5 years ago
Slavi Pantaleev
6b8ca70a0b
Upgrade Exim (4.92.1 -> 4.92.2)
5 years ago
Slavi Pantaleev
14e242aec1
Make matrix-mailer exit more gracefully
5 years ago
Slavi Pantaleev
1784bde226
Ensure Postgres data ownership is correct
...
Fixes #257 (Github Issue)
5 years ago
Slavi Pantaleev
a6d51ebe9b
Force-pull Slack Docker image if :latest
5 years ago
Julian Foad
a5eb845a2d
Fix force-pulling of mautrix-whatsapp
5 years ago
Slavi Pantaleev
f2f3d41649
Make matrix-corporal configuration extensible
...
Fixes #70 (Github Issue).
5 years ago
Slavi Pantaleev
2d4e19326d
Add missing when statement
5 years ago
Slavi Pantaleev
0edd7e8089
Make Riot-web configuration extensible
...
Fixes #71 (Github Issue).
5 years ago
Slavi Pantaleev
c4eebc5355
Add information about community-grouping for the Facebook bridge
5 years ago
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
5 years ago
Slavi Pantaleev
b440d5b73c
Remove some fact definitions during runtime
5 years ago
Slavi Pantaleev
65da600426
Merge branch 'master' into master
5 years ago
Slavi Pantaleev
c8a4d59a81
Merge pull request #251 from Munfred/master
...
Add mautrix-hangouts bridge role and documentation
5 years ago
Slavi Pantaleev
2ef8898421
Add comment
5 years ago
Slavi Pantaleev
97fb71d98c
Change privilege level
5 years ago
Slavi Pantaleev
1bcbc4a9ba
Update matrix-corporal (1.4.0 -> 1.5.0)
5 years ago
Slavi Pantaleev
2efcf11ee8
Remove some whitespace
5 years ago
Dan Arnfield
1ce3526bf2
Update riot-web (1.3.2 -> 1.3.3)
5 years ago
Dan Arnfield
42ea3cb0e1
Update synapse (1.3.0 -> 1.3.1)
5 years ago
Slavi Pantaleev
db57618abd
Update nginx and certbot
5 years ago
Slavi Pantaleev
1b2191a0f1
Add new Synapse configuration options (since 1.3.0)
...
Continuation of #246 (Github Pull Request)
5 years ago
Dan Arnfield
7b5e633776
Update synapse (1.2.1 -> 1.3.0)
5 years ago
Slavi Pantaleev
a1afafeb35
Upgrade mxisd (1.4.5 -> 1.4.6)
5 years ago
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)
5 years ago
Dan Arnfield
dc11704c11
Bump postgres versions (11.5, 10.10, 9.6.15)
5 years ago
Slavi Pantaleev
910ffb481c
Update email2matrix (1.0 -> 1.0.1)
5 years ago
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`
5 years ago
Slavi Pantaleev
5b736c416b
Merge pull request #236 from oleg-fiksel/guest-access
...
Added possibility to enable guest access on synapse
5 years ago
Oleg Fiksel
43628ddad6
Added "|to_json" to ensure we really pass a boolean
5 years ago
Oleg Fiksel
f713bbe0f8
Added possibility to enable guest access on synapse
5 years ago
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/ )
5 years ago
p5t2vspoqqw
c32a3e3204
correct defaults
5 years ago
p5t2vspoqqw
4b8190dc3f
serve status page for matrix.DOMAIN only
5 years ago
p5t2vspoqqw
281f2ee519
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Dan Arnfield
dc71457132
Update riot-web (1.3.0 -> 1.3.2)
5 years ago
microchipster
122c3f1ec0
sync more chats in hangouts, switch to admin mode
5 years ago
microchipster
1e8d593f7a
fix hangout displayname bug
5 years ago
microchipster
75785a0734
fix login url
5 years ago
microchipster
74d9eb1ec0
fix incorrect nginx proxy entry for hangouts bridge
5 years ago
microchipster
754c475338
matrix-hangouts/login instead of just /login
5 years ago
microchipster
95750c1bc7
attempt to inject nginx config for hangouts bridge
5 years ago
microchipster
264704a29e
absorb Munfred changes
5 years ago
Eduardo Beltrame
c1aea7c3fc
Update validate_config.yml
5 years ago
Eduardo Beltrame
85c7e9eb09
Update validate_config.yml
5 years ago
Eduardo Beltrame
0a9ce65d3b
Update validate_config.yml
5 years ago
Eduardo Beltrame
ad682f2180
Update main.yml
5 years ago
Eduardo Beltrame
ef9f6efd12
Update main.yml
5 years ago
Eduardo Beltrame
451d84a981
Update main.yml
5 years ago
Eduardo Beltrame
da6d2e5621
Update main.yml
5 years ago
Eduardo Beltrame
bc1c30168c
remove login block -- wrong file
5 years ago
Eduardo Beltrame
c71cef3f70
Add hangouts /login in the right place
5 years ago
Eduardo Beltrame
b0f203b2ec
Update main.yml
5 years ago
Eduardo Beltrame
ab6e808bc6
fix /login for mautrix-hangouts bridge
5 years ago
Eduardo Beltrame
4528e6402b
add Publicly accessible base URL for the login endpoints.
...
# Auth server config
auth:
# Publicly accessible base URL for the login endpoints.
# The prefix below is not implicitly added. This URL and all subpaths should be proxied
# or otherwise pointed to the appservice's webserver to the path specified below (prefix).
# This path should usually include a trailing slash.
public: http://example.com/login/
# Internal prefix in the appservice web server for the login endpoints.
prefix: /login
5 years ago
Eduardo Beltrame
2d3fc98d18
Update main.yml
5 years ago
microchipster
a16347789d
nginx settings for hangouts bridge login
5 years ago
microchipster
0585889d5a
add hangouts bridge by copying facebook bridge and find-replacing
5 years ago
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
5 years ago
p5t2vspoqqw
51d5741bb3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
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.
5 years ago
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.
5 years ago
Slavi Pantaleev
c40d28a0dc
Relocate user-store.db/room-store.db when migrating Discord bridge files
...
Refer to 524436ebef
and #230 (Github Issue).
5 years ago
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
5 years ago
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.
5 years ago
Slavi Pantaleev
0e3b73a612
Upgrade matrix-mailer / exim (4.92 -> 4.92.1)
5 years ago
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
5 years ago
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
5 years ago
Slavi Pantaleev
82bb55ae7a
Use new default port config for mautrix-facebook
5 years ago
Slavi Pantaleev
b0162d6f75
Use mautrix-facebook Docker image from new official registry
5 years ago
kingoftheconnors
177ec295b4
Fixed matrix-appservice-slack docker command problems
5 years ago
kingoftheconnors
49766c5dac
Added Slack role
5 years ago
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
5 years ago
Slavi Pantaleev
bd99dd05b4
Upgrade Synapse (1.2.0 -> 1.2.1)
5 years ago
Slavi Pantaleev
255b67a0ce
Update homeserver.yaml with new options from Synapse v1.2.0
...
Related to #223 (Github Pull Request)
5 years ago
Dan Arnfield
0e54515c9d
Update synapse (1.1.0 -> 1.2.0)
5 years ago
Dan Arnfield
9296dfd094
Update nginx (1.17.1 -> 1.17.2)
5 years ago
Lyubomir Popov
5e104e6667
Upgrade riot-web (1.2.4 - 1.3.0)
5 years ago
p5t2vspoqqw
fde8615d4e
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
479a5137ca
Merge pull request #218 from RedooNetworks/master
...
introduce configuration to change riot branding / title
5 years ago
Stefan Warnat
2d24779583
remove newline
5 years ago
Stefan Warnat
2706ca9586
add configuration to change Riot.im branding
5 years ago
p5t2vspoqqw
5054fff88b
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
3a8ed2dd81
Upgrade riot-web (1.2.3 -> 1.2.4)
5 years ago
Slavi Pantaleev
5a6c546d87
Upgrade Telegram bridge (0.5.2 -> 0.6.0)
5 years ago
Slavi Pantaleev
87e3650327
Ensure Discord client id is passed as a string
...
Looks like these client ids are actually integers,
but unless we pass them as a string, the bridge would complain with
an error like:
{"field":"data.auth.clientID","message":"is the wrong type","value":123456789012345678,"type":"string","schemaPath":["properties","auth","properties","clientID"]}
Explicitly-casting to a string should fix the problem.
The Discord bridge should probably be improved to handle both ints and
strings though.
5 years ago
Slavi Pantaleev
277a6eb7da
Merge pull request #215 from danbob/update-riot-web
...
Update to riot 1.2.3
5 years ago
Dan Arnfield
b087d06f1e
Update to riot 1.2.3
5 years ago
Slavi Pantaleev
1316d36f8b
Fix deprecation warning (using cron module without name)
5 years ago
Slavi Pantaleev
9d07aaefbf
Fix passkey.pem permissions breaking IRC bridge
...
Regression since 174a6fcd1b
, #204 (Github Pull Request),
which only affects new servers.
Old servers which had their passkey.pem file relocated were okay.
5 years ago
Slavi Pantaleev
0ca21d80d7
Add Synapse Maintenance docs and synapse-janitor integration
5 years ago
Slavi Pantaleev
631a14bf0c
Rename run control variables for consistency
5 years ago
Slavi Pantaleev
e805044b80
Delete scripts when uninstalling Postgres
5 years ago
p5t2vspoqqw
d88e261150
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Dan Arnfield
f83bbf8525
Bump nginx version
5 years ago
Slavi Pantaleev
17cd52ced6
Make Synapse log messages a bit prettier
...
ef5e4ad061
intentionally makes us conform to
the logging format suggested by the official Docker image.
Reverting this part, because it's uglier.
This likely should be fixed upstream as well though.
5 years ago
Slavi Pantaleev
ef5e4ad061
Make Synapse not log to text files
...
Somewhat related to #213 (Github Pull Request).
We've been moving in the opposite direction for quite a long time.
All services should just leave logging to systemd's journald.
5 years ago
Slavi Pantaleev
b84139088c
Fix password providers not working on Synapse v1.1.0
...
Fixes a regression introduced during the upgrade to
Synapse v1.1.0 (in 2b3865ceea
).
Since Synapse v1.1.0 upgraded to Python 3.7
(https://github.com/matrix-org/synapse/pull/5546 ),
we need to use a different modules directory when mounting
password provider modules.
5 years ago
Slavi Pantaleev
73158e6c2f
Fix unintentionally inverted boolean
...
Fixes a problem introduced by da6edc9cba
.
Related to #145 (Github Pull Request).
5 years ago
Slavi Pantaleev
da6edc9cba
Add support for disabling Synapse's local database for user auth
...
This is a new feature of Synapse v1.1.0.
Discussed in #145 (Github Pull Request).
5 years ago
Slavi Pantaleev
2b3865ceea
Upgrade Synapse (1.0.0 -> 1.1.0)
5 years ago
p5t2vspoqqw
9874c3df90
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
8529efcd1c
Make Discord bridge configuration playbook-managed
...
Well, `config.yaml` has been playbook-managed for a long time.
It's now extended to match the default sample config of the Discord
bridge.
With this patch, we also make `registration.yaml` playbook-managed,
which leads us to consistency with all other bridges.
Along with that, we introduce `./config` and `./data` separation,
like we do for the other bridges.
5 years ago
Slavi Pantaleev
918526c5fe
Update riot-web (1.2.1 -> 1.2.2)
5 years ago
Dan Arnfield
1eaa7b6967
Update postgres versions to latest
5 years ago
Dan Arnfield
ae3a1bb148
Update nginx to 1.17.0
5 years ago
Slavi Pantaleev
37c8b96d06
Use stricter regex in bridges' registration.yaml
...
I've been thinking of doing before, but haven't.
Now that the Whatsapp bridge does it (since 4797469383
),
it makes sense to do it for all other bridges as well.
(Except for the IRC bridge - that one manages most of registration.yaml by itself)
5 years ago
Slavi Pantaleev
c876a7df1d
Use |regex_escape in Whatsapp registration.yaml
...
Doesn't matter much, but it makes it consistent with the other bridges.
5 years ago
Slavi Pantaleev
3ff57ed74d
Use container network for communication between homeserver and Whatsapp bridge
5 years ago