Slavi Pantaleev
a56c2f8921
Mention matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_http3_enabled to people running their own webserver
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3402
před 1 rokem
Jost Alemann
c2ba5c6412
add missing ' in config
před 2 roky
SirHazza
55a8f2ee67
Added mention of nginx proxy manager in fronting the proxy doc
před 2 roky
Slavi Pantaleev
3e3afb79b8
Relocate reverse-proxy example configurations and update docs/configuring-playbook-own-webserver.md with more details
před 2 roky
Slavi Pantaleev
b91ad453be
Adjust TLS variables for homeservers to follow devture_traefik_config_entrypoint_web_secure_enabled (via matrix_federation_traefik_entrypoint_tls)
před 2 roky
Slavi Pantaleev
f4f3d57520
Remove all traces of matrix-nginx-proxy, add validation & uninstallation tasks
před 2 roky
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.
před 2 roky
Slavi Pantaleev
95e5a5c62e
Deprecate direct usage of devture_traefik_additional_entrypoints_auto
před 2 roky
Slavi Pantaleev
f3dfd5e063
Improve "Traefik managed by you" documentation section with entrypoint name details
před 2 roky
Slavi Pantaleev
9c0287f4f8
Update configuring-playbook-own-webserver.md to note that Traefik is the default reverse-proxy since 1 year ago
před 2 roky
tammes
981805002d
add example Caddyfile for fronting Traefik, mark the old one as deprecated and update READMEs
před 2 roky
Slavi Pantaleev
319afc66c1
Fix YAML indentation
před 2 roky
Slavi Pantaleev
a4b401c4da
Upgrade com.devture.ansible.role.traefik and improve front-Traefik-with-another-proxy docs
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2532
před 3 roky
Slavi Pantaleev
73f09d4bb0
Remove fronting matrix-nginx-proxy example
We don't need this anymore. No one should be using matrix-nginx-proxy
anymore.
před 3 roky
Slavi Pantaleev
faa074f7af
Improve wording
před 3 roky
Jost Alemann
84e6677bc0
in own webserver doc link to nginx fronting traefik example
před 3 roky
Jost Alemann
724373b123
add nginx to list of own webserver example configs
před 3 roky
Jan
ffff236167
Update configuring-playbook-own-webserver.md
Change documentation for host bind port when fronting traefik with another reverse proxy
před 3 roky
Slavi Pantaleev
71ae825f6a
Switch default reverse-proxy to Traefik, force reverse-proxy choice on existing users
před 3 roky
Tupsi
c139d139a5
Update configuring-playbook-own-webserver.md
own traefik server option must have the path to the acme.json. Otherwise the service will not start.
před 3 roky
Bergrübe
ba429f6a40
Added matrix_nginx_proxy_https_enabled to the own-nginx documentation
před 3 roky
Tilo Spannagel
6438f1ff42
Add matrix_playbook_ssl_enabled: true to configuring-playbook-own-webserver.md
Otherwise the public hookshot url will use http and not https
před 3 roky
Slavi Pantaleev
0da308e24d
Upgrade com.devture.ansible.role.traefik
před 3 roky
Array in a Matrix
89f2fa53c0
remove comment regarding nginx in traefik doc
před 3 roky
Slavi Pantaleev
93bb117a29
Mention Traefik changes causing backward-compatibility break for own-webserver (non-nginx-proxy) users
This also updates `docs/configuring-playbook-own-webserver.md`,
trying to make it up-to-date with all recent changes.
před 3 roky
Slavi Pantaleev
bc4cb7bb6a
Update configuring-playbook-own-webserver.md with matrix_playbook_reverse_proxy_type awareness
před 3 roky
Slavi Pantaleev
73435dfe10
Announce Traefik support
před 3 roky
Slavi Pantaleev
362954aeab
Remove warning which no longer applies
This warning was added because of:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
The problem has since been fixed by:
e9e84341a9
This current patch was provoked by:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2352
před 3 roky
Slavi Pantaleev
d4a8435fa2
Try to improve own-webserver docs a bit
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2351
před 3 roky
Jaden Down
86f495f461
Add service declaration to sample traefik config
před 3 roky
Slavi Pantaleev
377e703746
Fixup Traefik example configuration
Related to e9e84341a9
před 3 roky
Slavi Pantaleev
e9e84341a9
Reverse-proxy to Synapse via matrix-synapse-reverse-proxy-companion
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
před 3 roky
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
před 3 roky
François Darveau
35e80b7087
Update docs/configuring-playbook-own-webserver.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
před 3 roky
François Darveau
21bed90e13
remove mention of other docker host in external webserver documentation (binding ports section)
před 3 roky
François Darveau
3a1847e193
moved bind port variables documentation for webserver on different docker network or host in a more generic section
před 3 roky
Slavi Pantaleev
99f4f5edc7
Add note that disabling matrix-nginx-proxy may be a bad idea sometimes
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
před 3 roky
ThellraAK
60c14c3550
Update configuring-playbook-own-webserver.md
Fixing code block formatting
před 3 roky
ThellraAK
523a7b4a6e
Update configuring-playbook-own-webserver.md
Adding a bit on how to bind the synapse ports if the webserver isn't in the same docker network, or on a different machine.
před 3 roky
Slavi Pantaleev
26ec3ca1b5
Link to examples/caddy2
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1484
před 4 roky
Slavi Pantaleev
ae45254d83
Add missing headers in Traefik v2 example
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1393
před 4 roky
Slavi Pantaleev
3a9fe48deb
Make matrix-nginx-proxy's X-Forwarded-For header customizable
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1393
před 4 roky
Aaron R
db81fa3415
Fix link to nginx files in configuring-playbook-own-webserver.md
před 4 roky
Colin Shea
120b49a2b2
update docs
před 4 roky
Michael Collins
98e6cd685d
sync with previous repo
před 4 roky
Aaron Raimist
65035c62c1
Mention updating Nginx
před 4 roky
Agustin Ferrario
25d423e6b6
Fix errors per spantaleev suggestions
The different configurations are now all lower case, for consistent
naming.
`matrix_nginx_proxy_ssl_config` is now called
`matrix_nginx_proxy_ssl_preset`. The different options for "modern",
"intermediate" and "old" are stored in the main.yml file, instead of
being hardcoded in the configuration files. This will improve the
maintainability of the code.
The "custom" preset was removed. Now if one of the variables is set, it
will use it instead of the preset. This will allow to mix and match more
easily, for example using all the intermediate options but only
supporting TLSv1.2. This will also provide better backward
compatibility.
před 5 roky
Slavi Pantaleev
24d73a554d
Fix incorrect federation port in Traefik example
před 5 roky
Agustin Ferrario
ff6db5fd3b
Document the new variables for ngingx SSL config
The new variables created to the nginx reverse proxy are properly added
to the documentation.
před 5 roky
Tomas Strand
6a3f6fbcb5
Missing ` in traefik domains instructions
před 5 roky