Suguru Hirahara
55fcaac1f1
Fix capitalization: matrix → Matrix
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 vuosi sitten
Slavi Pantaleev
ec5e379672
Update old references to com.devture.ansible.role.postgres & com.devture.ansible.role.traefik
Provoked by https://github.com/mother-of-all-self-hosting/mash-playbook/pull/280
1 vuosi sitten
krassle
a2db5c3d70
Fix validate_config.yml
`devture_postgres_*` -> `postgres_*`
1 vuosi sitten
Slavi Pantaleev
f93101f791
Switch traefik/traefik-certs-dumper Ansible role sources and adjust variable names (devture_traefik_ -> traefik_)
1 vuosi sitten
Slavi Pantaleev
8445843562
Switch postgres/postgres-backup Ansible role sources and adjust variable names (devture_postgres_ -> postgres_)
1 vuosi sitten
Slavi Pantaleev
283dd6494f
Switch all etke.cc links (from Gitlab to Github)
Related to https://etke.cc/news/d3uw4utq4t3_rpxicrrfqqou_ynmptqjgk95pt-3n2s/
1 vuosi sitten
Slavi Pantaleev
b09555f764
Use Go-style regexp and PathRegexp (not Path) for some ma1sd routes
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3430
1 vuosi sitten
Slavi Pantaleev
b94ae91d0a
Fix ansible-lint-reported errors
1 vuosi sitten
Slavi Pantaleev
3a4e58c34d
Add migration task for Debiant apt repositories for Docker referencing /etc/apt/keyrings/docker.asc key
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3337
- https://github.com/geerlingguy/ansible-role-docker/pull/436
1 vuosi sitten
Slavi Pantaleev
a967f44c10
Ensure matrix-ssl-nginx-proxy-reload.{timer,service} are removed
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3307
1 vuosi sitten
Slavi Pantaleev
50813c600d
Only run Debian Signed-By migration if Docker installation is managed by the playbook
2 vuotta sitten
Slavi Pantaleev
b1413a5645
Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
We may have had another migration task before, but I cannot find it now.
Some people have reported a leftover systemd timer and service,
so it's evident that not everyone has gone through that previous migration.
2 vuotta sitten
Slavi Pantaleev
1468c08065
Wire matrix_server_fqn_matrix_federation to matrix_SERVICE_*_public_federation_api_traefik_hostname for ease of use
2 vuotta sitten
Slavi Pantaleev
dafeee92f4
Adjust matrix_nginx_proxy_container_labels_traefik_proxy_matrix_federation_hostname validation check message to mention matrix_static_files_file_matrix_server_property_m_server
2 vuotta sitten
Slavi Pantaleev
b48b06d2f8
Add missing bracket
2 vuotta sitten
Slavi Pantaleev
5ca4d6ebc5
Add validation check for matrix_nginx_proxy_container_labels_traefik_proxy_matrix_federation_hostname
2 vuotta sitten
Slavi Pantaleev
474db10238
Reorder Ansible task module parameters to make ansible-lint happy
2 vuotta sitten
Slavi Pantaleev
f9e19e9623
Always uninstall matrix-nginx-proxy, if discovered
This changes the behavior of
`matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled`
and is against what we initially described in the changelog entry,
but I've discovered some problems when the `matrix-nginx-proxy` service
and container remain running. They need to go.
2 vuotta sitten
Slavi Pantaleev
042c74f90c
Remove some useless oidc variables and /_synapse/oidc route handling
After some checking, it seems like there's `/_synapse/client/oidc`,
but no such thing as `/_synapse/oidc`.
I'm not sure why we've been reverse-proxying these paths for so long
(even in as far back as the `matrix-nginx-proxy` days), but it's time we
put a stop to it.
The OIDC docs have been simplified. There's no need to ask people to
expose the useless `/_synapse/oidc` endpoint. OIDC requires
`/_synapse/client/oidc` and `/_synapse/client` is exposed by default
already.
2 vuotta sitten
Slavi Pantaleev
1036ae212f
Update deprecation message for matrix_playbook_ssl_retrieval_method
2 vuotta sitten
Slavi Pantaleev
8f56166e6b
Restore invocation of matrix-mailer migration tasks
Seems like calling these tasks got removed at some point
while merge the `bye-bye-nginx-proxy` branch.
2 vuotta sitten
Slavi Pantaleev
b91ad453be
Adjust TLS variables for homeservers to follow devture_traefik_config_entrypoint_web_secure_enabled (via matrix_federation_traefik_entrypoint_tls)
2 vuotta sitten
Slavi Pantaleev
8f64262e31
Fix yamllint-reported errors
2 vuotta sitten
Slavi Pantaleev
f4f3d57520
Remove all traces of matrix-nginx-proxy, add validation & uninstallation tasks
2 vuotta sitten
Slavi Pantaleev
aff57d67c0
Adjust Synapse OIDC variable wiring and docs
Auto-enabling the OIDC APIs is convenient for people
using the new `matrix_synapse_oidc_*` variables.
2 vuotta sitten
Slavi Pantaleev
b2aeb8cde9
Rename label-related variables for homeservers
We'd be adding integration with an internal Traefik entrypoint
(`matrix_playbook_internal_matrix_client_api_traefik_entrypoint`),
so renaming helps disambiguate things.
There's no need for deperecation tasks, because the old names
have only been part of this `bye-bye-nginx-proxy` branch and not used by
anyone publicly.
2 vuotta sitten
Slavi Pantaleev
39bddefd39
Make addons communicate with the homeserver via a new internal Traefik entrypoint
This also adds labels for Synapse. Support for other homeservers and
components will be added later.
2 vuotta sitten
Slavi Pantaleev
49066d41a9
Deprecate matrix_docker_network
2 vuotta sitten
Slavi Pantaleev
07d0ec4217
Fix variable name typo in validation task
2 vuotta sitten
Slavi Pantaleev
d6e91116ab
Update documentation related to variables for prometheus-node-exporter/prometheus-postgres-exporter metrics exposure
2 vuotta sitten
Slavi Pantaleev
c468a860f8
Switch to exposing prometheus-postgres-exporter via native Traefik labels, not via matrix-prometheus-services-proxy-connect.. and remove `matrix-prometheus-services-proxy-connect` role
This requires at least `v0.14.0-2` of the `prometheus-postgres-exporter`
Ansible role.
2 vuotta sitten
Slavi Pantaleev
beb0f2387d
Switch to exposing prometheus-node-exporter via native Traefik labels, not via matrix-prometheus-services-proxy-connect
This requires at least `v1.7.0-2` of the `prometheus-node-exporter`
Ansible role.
2 vuotta sitten
Slavi Pantaleev
7fba83924c
Remove etherpad-proxy-connect role
2 vuotta sitten
Slavi Pantaleev
41a52945d6
Add support for exposing metrics for Synapse workers
2 vuotta sitten
Slavi Pantaleev
bea41e28b0
Remove Dendrite support from matrix-nginx-proxy
2 vuotta sitten
Slavi Pantaleev
f78adfde47
Remove Synapse support from matrix-nginx-proxy
2 vuotta sitten
Slavi Pantaleev
030e8065e4
Remove Conduit support from matrix-nginx-proxy
2 vuotta sitten
Slavi Pantaleev
aea66442a1
Move matrix-ma1sd to its own container network and add native Traefik support
2 vuotta sitten
Slavi Pantaleev
ba0a4e864a
Replace matrix-mailer with an external role
2 vuotta sitten
Slavi Pantaleev
1f6bb281e9
Fix typo in old devture-traefik migration task
2 vuotta sitten
Slavi Pantaleev
abde681b56
Clean up some matrix_nginx_proxy_proxy_matrix_metrics_* references
2 vuotta sitten
Slavi Pantaleev
54fb153acf
Expose /_synapse/* APIs via matrix-synapse-reverse-proxy-companion
This also updates validation tasks and documentation, pointing to
variables in the matrix-synapse role which don't currently exist yet
(e.g. `matrix_synapse_container_labels_client_synapse_admin_api_enabled`).
These variables will be added soon, as Traefik labels are added to the
`matrix-synapse` role. At that point, the `matrix-synapse-reverse-proxy-companion` role
will be updated to also use them.
2 vuotta sitten
Slavi Pantaleev
84cedff355
Adjust validation message
2 vuotta sitten
Slavi Pantaleev
4752e7f9a0
Get rid of matrix_nginx_proxy_proxy_matrix_client_redirect_root_uri_to_domain
2 vuotta sitten
Slavi Pantaleev
e81a395a98
Drop some matrix_nginx_proxy_proxy_riot_compat_* variables
matrix-nginx-proxy is going away and this is one of the features it
offered.
This feature will have no equivalent in our new Traefik-only
setup, although it's possible to implement it manually by using
`matrix_client_element_container_labels_additional_labels`
2 vuotta sitten
Slavi Pantaleev
cc75be9c65
Add support for serving the base domain via matrix-static-files
2 vuotta sitten
Slavi Pantaleev
da48a605bb
More progress on matrix-static-files role and cleaning up of matrix-base and matrix-nginx-proxy
2 vuotta sitten
Slavi Pantaleev
065b70203d
[WIP] Initial work on matrix-static-files role
2 vuotta sitten
Slavi Pantaleev
4a6287c528
Initial work on matrix-homeserver-proxy role and eliminating matrix-nginx-proxy
This is still very far from usable.
Various bridges and bots are still talking to
`matrix-nginx-proxy` instead of the new `matrix-homeserver-proxy` role.
These services need to be reworked. While reworking them,
various cleanups are being done as well as adding Traefik-labels to
those that need them.
2 vuotta sitten
Slavi Pantaleev
36c94b9364
Fix potential Docker apt repository signed-by conflict on Debian-based systems
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2999
Related to https://github.com/geerlingguy/ansible-role-docker/pull/410
2 vuotta sitten