Brendan Abolivier
cdac997ddb
Improve comments for Caddy's TLS instructions
пре 6 година
Brendan Abolivier
e067db613c
Fix exception to proxying
пре 6 година
Slavi Pantaleev
9d14e2dcb1
Fix broken link in changelog
пре 6 година
Slavi Pantaleev
c669ea1b79
Update changelog
пре 6 година
Slavi Pantaleev
2dd8d07ac9
Add docs about using other S3-compatible object stores
пре 6 година
Slavi Pantaleev
216cdf8c74
Merge pull request #166 from izissise/mautrix-facebook
Mautrix facebook
пре 6 година
Slavi Pantaleev
d91cff3f7a
Add docs about integrating mxisd's Registration feature
Docs for #161 (Github issue) and #168 (Github Pull Request).
пре 6 година
Slavi Pantaleev
565236a49c
Merge pull request #168 from danbob/nginx-proxy-3pid-registration
Add option to proxy 3pid registration endpoints
пре 6 година
Slavi Pantaleev
d97e820c89
Merge pull request #167 from danbob/synapse-3pid-options
Add registrations_require_3pid synapse option
пре 6 година
Slavi Pantaleev
ccb33369a7
Merge pull request #169 from verb/federation-tester
Update URL for Matrix federation tester
пре 6 година
Lee Verberne
8b5c1b0bd5
Update URL for Matrix federation tester
The previous URL returns a 404.
пре 6 година
Dan Arnfield
171c6db41e
Add option to proxy 3pid registration endpoints
пре 6 година
Dan Arnfield
958ad68078
Add registrations_require_3pid synapse option
пре 6 година
Hugues Morisset
d4372d5ba8
Add mautrix-facebook doc
пре 6 година
Hugues Morisset
a82d5ed281
Add tulir mautrix-facebook ( https://github.com/tulir/mautrix-facebook )
пре 6 година
Slavi Pantaleev
5f2f17cb1e
Merge pull request #160 from danbob/fix-matrix-mxisd-config
Fix template indentation
пре 6 година
Slavi Pantaleev
105364f548
Merge pull request #153 from huguesdk/bugfix/whitespace_in_templates
Fix whitespace in templates
пре 6 година
Hugues De Keyzer
c451025134
Fix indentation in templates
Use Jinja2 lstrip_blocks option in templates to ensure consistent
indentation in generated files.
пре 6 година
Dan Arnfield
3abed49764
Fix jinja config for indented code blocks
пре 6 година
Dan Arnfield
07e7d518d5
Revert "Fix template indentation"
This reverts commit 172d59ba05 .
пре 6 година
Slavi Pantaleev
0e7310fd7c
Merge pull request #164 from TheLastProject/fix/string_before_to_json
string before to_json when string value is expected
пре 6 година
Sylvia van Os
9ea593df37
Fix incorrect casts
пре 6 година
Sylvia van Os
ed0ecf5bea
string before to_json when string value is expected
This prevents Ansible from sometimes failing to decrypt vault variables
пре 6 година
Slavi Pantaleev
e6fecd51d5
Explain DNS SRV vs /.well-known/matrix/server better
Hopefully, we no longer lead people to believe that DNS SRV
records are going away forever and for all use-cases.
Fixes #156 (Github Issue)
пре 6 година
Slavi Pantaleev
e0b7b4dc61
Merge pull request #159 from TheLastProject/feature/docker_add_hosts
Add the possibility to pass extra flags to the docker container
пре 6 година
Slavi Pantaleev
1653e40239
Merge pull request #158 from lpopov/master
Add the ability to update user passwords with ansible
пре 6 година
Slavi Pantaleev
92eb437bb1
Merge pull request #162 from Cadair/master
urlencode mxisd password
пре 6 година
Stuart Mumford
e1d0667ead
url encode username as well
пре 6 година
Slavi Pantaleev
6bea3237c9
Merge pull request #163 from aaronraimist/synapse-0.99.3.1
Update Synapse (0.99.3 -> 0.99.3.1)
пре 6 година
Aaron Raimist
8051ea9ef9
Update Synapse (0.99.3.1 -> 0.99.3.2)
пре 6 година
Aaron Raimist
d1646bb497
Update Synapse (0.99.3 -> 0.99.3.1)
пре 6 година
Stuart Mumford
4e998f52c5
urlencode mxisd password
пре 6 година
Dan Arnfield
172d59ba05
Fix template indentation
пре 6 година
Lyubomir Popov
c9a2380193
Merge remote-tracking branch 'upstream/master'
пре 6 година
Lyubomir Popov
a206b65ed7
Use the '-p' non-interactive option to generate password hash instead of 'expect'
пре 6 година
Slavi Pantaleev
0e391b5870
Add explicit |int casting for more variables
As discussed in #151 (Github Pull Request), it's
a good idea to not selectively apply casting, but to do it in all
cases involving arithmetic operations.
пре 6 година
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
пре 6 година
Lyubomir Popov
134faa3139
Add the ability to update user passwords with ansible (when using the matrix-postgres container).
пре 6 година
Slavi Pantaleev
1495be1e0e
Merge pull request #157 from TheLastProject/feature/allow_disabling_url_previews
Add variable to disable homeserver url preview
пре 6 година
Sylvia van Os
bf77f776a2
Add variable to disable homeserver url preview
пре 6 година
Slavi Pantaleev
5be1d50b3a
Revert "Enable Native Python Types for Jinja2"
This reverts commit 3387035400 .
Enabling `jinja2_native` does help with the issue it is trying to
address - #151 (Github Pull Request), but it introduces a regression
when generating templates.
An example is
`roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-riot-web.conf.j2`,
which yields a strange resulting value of:
```
location /.well-known/acme-challenge {
resolver 127.0.0.11 valid=5s;
set $backend "matrix-certbot:8080";
proxy_pass http://$backend ;
resolver 127.0.0.11 valid=5s;
set $backend "matrix-certbot:8080";
proxy_pass http://$backend ;
}
```
For whatever reason (still to be investigated), the `if` block's
contents seem to have been outputted twice.
Reverting until this is resolved.
Until then, #151 would rely on the workaround and not on `jinja2_native`.
пре 6 година
Slavi Pantaleev
db977ea584
Merge pull request #151 from huguesdk/bugfix/nginx_proxy_tmpfs_size
Fix value of nginx-proxy tmpfs size
пре 6 година
Slavi Pantaleev
3387035400
Enable Native Python Types for Jinja2
Helps with #151 (Github Pull Request), but only for Ansible >= 2.7
and when Jinja >= 2.10 is in use.
For other version combinations we still need the workaround proposed
in the pull rqeuest.
пре 6 година
Slavi Pantaleev
7c246b4a99
Make error about unset matrix_ssl_lets_encrypt_support_email more descriptive
Previously, we'd show an error like this:
{"changed": false, "item": null, "msg": "Detected an undefined required variable"}
.. which didn't mention the variable name
(`matrix_ssl_lets_encrypt_support_email`).
пре 6 година
Slavi Pantaleev
00ec22688a
Upgrade mxisd (1.4.1 -> 1.4.2)
Looks like we may not have to do this,
since 1.4.2 fixes edge cases for people who used the broken
1.4.0 release.
We jumped straight to 1.4.1, so maybe we're okay.
Still, upgrading anyway, just in case.
пре 6 година
Slavi Pantaleev
817c7143ca
Merge pull request #154 from aaronraimist/mxisd-1.4.1
Update mxisd (1.3.1 -> 1.4.1)
пре 6 година
Slavi Pantaleev
528f537db7
Merge pull request #152 from huguesdk/bugfix/remove_hardcoded_values_in_remove_all
Remove hardcoded values in matrix-remove-all
пре 6 година
Slavi Pantaleev
8a862e2414
Merge pull request #147 from aaronraimist/enable_presence_by_hs_url
Set Riot's enable_presence_by_hs_url to false if presence is disabled
пре 6 година
Aaron Raimist
e42fe4b18c
Include Slavi's improvements to keep roles independent
пре 6 година
Aaron Raimist
5586eaddef
Set Riot's enable_presence_by_hs_url to false if presence is disabled
пре 6 година