Marcel Partap
2d1b9f2dbf
synapse workers: reworkings + get endpoints from upstream docs via awk
(yes, a bit awkward and brittle… xD)
há 5 anos
Dan Arnfield
b65bfc38ce
Update nginx (1.19.2 -> 1.19.3)
há 5 anos
Slavi Pantaleev
d250727e8b
Upgrade certbot (1.7.0 -> 1.9.0)
há 5 anos
Max Klenk
fc2edcbecf
fix media routing
há 5 anos
Max Klenk
132daba1af
fix worker routes
há 5 anos
Slavi Pantaleev
2a1ec38e3a
Stop using Ansible's cron module
This is mainly to address SSL renewal not working for us due to:
- https://github.com/ansible/ansible/issues/71213
- https://github.com/ansible/ansible/pull/71207
Using the cron module was hacky anyway. We shouldn't need an extra
level of buggy abstraction to manage a cronjob file.
há 5 anos
Max Klenk
06bc430c7c
refactor to use new workers and routes they serve
há 5 anos
Max Klenk
59d1fb76b6
only apply worker redirects if workers are enabled
há 5 anos
Dan Arnfield
c8754f422a
Update certbot (1.6.0 -> 1.7.0)
há 5 anos
Dan Arnfield
8d373409b8
Update nginx (1.19.1 -> 1.19.2)
há 5 anos
Justin Croonenberghs
31e2a1f06b
Undo ill-advised change
In #628 I proposed a CORS change that turns out not to be the root of the issue. Caffeine-addled diagnosis leads to sloppy thinking, and this change should be reverted. In fact, if left it will cause problems for new installations.
há 5 anos
Justin Croonenberghs
c5d18733d2
Update CORS for ma1sd
Even with the v2 updates listed in #503 and partially addressed in #614 , this is still needed to enable identity services to function with Element Desktop/Web. Testing on multiple clients with a clean config has confirmed this, at least for my installation.
há 5 anos
Slavi Pantaleev
54195b22c7
Allow framing Jitsi
Hopefully fixes a regression caused by b106a9592e .
Related to #597 (Github Pull Request).
há 5 anos
Slavi Pantaleev
3f8e5b4363
Allow framing Dimension
Fix regression since 2a50b8b6bb (#597 ).
Dimension is intended to be embedded in various clients,
be it the Element service that we host (at element.DOMAIN),
some other Element (element-desktop running locally), etc.
há 5 anos
TwoTwenty
b106a9592e
Update matrix-jitsi.conf.j2
há 5 anos
TwoTwenty
c97e7c5a3e
Update matrix-dimension.conf.j2
há 5 anos
TwoTwenty
18ba885ca2
Update matrix-client-element.conf.j2
há 5 anos
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
Fixes #586 (Github Issue)
há 5 anos
Dan Arnfield
c47a55d170
Update nginx (1.19.0 -> 1.19.1) and certbot (1.5.0 -> 1.6.0)
há 5 anos
shadow
6293f1bdb0
Run all API self checks in check_mode
há 5 anos
Slavi Pantaleev
65e5020596
Proxy other /_synapse endpoints to the client API
Besides /_synapse/admin, there are other things like
/_synapse/oidc, etc.
We should just proxy everything.
Fixes #534 (Github Issue).
há 5 anos
Slavi Pantaleev
88a4a3ab55
Update components
há 5 anos
Chris van Dijk
74df10633a
Remove hardcoded command paths in playbook cron usage
há 5 anos
Chris van Dijk
6e3b877dc2
Remove hardcoded command paths in playbook shell usage
há 5 anos
Chris van Dijk
6334f6c1ea
Remove hardcoded command paths in systemd unit files
Depending on the distro, common commands like sleep and chown may either
be located in /bin or /usr/bin.
Systemd added path lookup to ExecStart in v239, allowing only the
command name to be put in unit files and not the full path as
historically required. At least Ubuntu 18.04 LTS is however still on
v237 so we should maintain portability for a while longer.
há 5 anos
Slavi Pantaleev
7a2dbdc2d7
Update components
há 5 anos
Chris van Dijk
7585bcc4ac
Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
há 5 anos
Marcel Partap
46984a4f99
Nginx conf: more testing less b0rk
há 6 anos
Christoph Johannes Kleine
765c046beb
add missing ; to matrix-synapse.conf.j2
há 6 anos
Marcel Partap
e4763c21bc
nginx config: route traffic to workers on matrix-synapse
FIXME: horrid duplication in template file
há 6 anos
Marcel Partap
a14b9c09ad
Add to synapse nginx template conditional URL rewrites for workers
· 😅 How to keep this in sync with the matrix-synapse documentation?
· regex location matching is expensive
· nginx syntax limit: one location only per block / statement
· thus, lots of duplicate statements in this file
há 6 anos
Dan Arnfield
e2de6a1569
Update nginx (1.17.9 -> 1.17.10)
há 6 anos
Horvath Gergely
bd61598faf
add experimental(?) architecture support for arm32 and arm64
the changes are necessary because certbot images are tagged, so docker does not recognize the necessary architecture
há 6 anos
Chris van Dijk
d83236ea0e
Fix inconsistent whitespace
há 6 anos
Marcel Partap
874e2e1fc0
Rename variables (s/mxisd/ma1sd/) and adapt roles
há 6 anos
Slavi Pantaleev
8bcc9712d0
Make follow_redirects configurable when checking /.well-known/matrix/client
Discussed in #101 (Github Issue).
há 6 anos
Christian Wolf
8c9b5ea6dd
Removed a few syntax bugs in Archlinux configuration
há 6 anos
Christian Wolf
d84b2868b7
Added basic changes to make it compatible with Archlinux
há 6 anos
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
há 6 anos
Slavi Pantaleev
0f39cb9987
Fix incorrect server_name for Jitsi
Fixes #417 (Github Issue)
há 6 anos
Slavi Pantaleev
cdd9ee1962
Add Jitsi support
há 6 anos
Dan Arnfield
c7440b723a
Update certbot (1.2.0 -> 1.3.0)
há 6 anos
Dan Arnfield
4065d74a5f
Update nginx (1.17.8 -> 1.17.9)
há 6 anos
Dan Arnfield
bb08022623
Update certbot (1.0.0 -> 1.2.0)
há 6 anos
Dan Arnfield
74235df820
Update nginx (1.17.7 -> 1.17.8)
há 6 anos
Daniel Hoffend
b280b05c25
matrix-nginx-proxy: adding additional configuration blocks
há 6 anos
Slavi Pantaleev
f18037ae42
Disable TLSv1.1 by default
há 6 anos
Dan Arnfield
86eff45e8b
uri.follow_redirects is now a string field
há 6 anos
Slavi Pantaleev
a84a24d9f5
Upgrade nginx (1.17.6 -> 1.17.7)
há 6 anos
Slavi Pantaleev
89dbe5cfc5
Add the ability to control the certbot HTTP bind port
Fixes #330 (Github Issue).
há 6 anos