Slavi Pantaleev
64eac25610
Remove tabs from YAML code snippets
2年前
Slavi Pantaleev
73209a0554
Update aux role documentation, removing old matrix-aux references
2年前
Slavi Pantaleev
30f1034767
Remove matrix_playbook_traefik_role_enabled variable and devture-traefik references
The variable was necessary when multiple playbooks could have
potentially tried to manage a shared `devture-traefik.serivce` systemd service
and shared `/devture-traefik` directory.
Since adcc6d9723086f65f1a72, we use our own `/matrix/traefik`
(`matrix-traefik.service`) installation and no conflicts can arise.
It's safe to always enable the role, just like we do with all the other roles.
3年前
Slavi Pantaleev
ba2a3caaf3
Minor improvements to docs/configuring-playbook-ssl-certificates.md
3年前
Slavi Pantaleev
7331d314c4
Improve wording
3年前
plui29989
4b17a1e73a
formatting
3年前
plui29989
32e700f076
Add doc for self-signed certificates
3年前
Slavi Pantaleev
71ae825f6a
Switch default reverse-proxy to Traefik, force reverse-proxy choice on existing users
3年前
smargold476
ac8312d95f
update link to example
in my environment i see the matrix. conf in that file: /matrix/nginx-proxy/conf.d/matrix-domain.conf
3年前
Julian Foad
85b12b74a7
matrix-ntfy: documentation
3年前
Alejo Diaz
4ec24ec344
Add support for obtain ECDSA keys ( #1667 )
* Add support for obtain ECDSA keys
* Replace matrix_ssl_lets_encrypt_use_ecdsa_keys for matrix_ssl_lets_encrypt_key_type
4年前
ZzMzaw
6576d4596e
Add missing endpoints for SSL certificates
Playbook is retrieving certificates for some endpoints which were
not listed in the doc
4年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Michael-GMH
85777e8f96
merge with upstream
4年前
sakkiii
dcd5e5657d
OCSP Stapling SSL manually-managed
# chain.pem file is required for 'ssl_trusted_certificate`
4年前
sakkiii
fa31a1548b
OCSP Stapling self-signed issue
Fix https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1073
4年前
Slavi Pantaleev
a8e9f35708
Touch up documentation a bit
5年前
Slavi Pantaleev
bae4113422
Mention that we possibly obtain a Jitsi certificate
5年前
chagai95
d96d7f2a43
Adding jitsi as well
5年前
Aaron Raimist
77635c4529
Fix links to using your own webserver doc
5年前
merklaw
205c15a80b
Add note about certificate exceptions when using self-signed
5年前
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
Fixes #586 (Github Issue)
5年前
Slavi Pantaleev
c545d3eb85
Add support for serving base domain via matrix-nginx-proxy
7年前
Slavi Pantaleev
1974935bc6
Update docs a bit
7年前
Slavi Pantaleev
a43bcd81fe
Rename some variables
7年前
Slavi Pantaleev
46accfdb3c
Add guide about certificates for other domains
We had something like that on the Server Delegation how-to page,
but it's better if we have it on the SSL certificates page.
Relocated there and improved linking.
Fixes #94 (Github Issue)
7年前
Slavi Pantaleev
8681a5dc69
Add 'none' SSL certificate retrieval method
7年前
Slavi Pantaleev
d28bdb3258
Add support for 2 more SSL certificate retrieval methods
Adds support for managing certificates manually and for
having the playbook generate self-signed certificates for you.
With this, Let's Encrypt usage is no longer required.
Fixes Github issue #50 .
7年前