Open xvsun opened 1 year ago
I stumpled upon the same problem when migrating from nginx to traefik and creating /matrix/traefik/ssl
beforehand worked for me as well
@janonym1 what is a full path to create this directory at?
@janonym1 what is a full path to create this directory at?
wdym? /matrix/traefik/ssl
is the full path needed so the ansible playbook is working
If the folder/matrix/traefik/ssl
does not exist on the host beforehand, you may have to create it by hand (mkdir -p /matrix/traefik/ssl
) before deploying the playbook.
The playbook may be missing the existence+create check for this folder
Describe the bug When trying to deploy the playbook and using your own certificate, the certificate doesn't get deployed because the directory /matrix/traefik/ssl is missing. Is "devture_traefik_ssl_dir_enabled = true" working?
To Reproduce From original as reference
Giving the values so the certificate and key are getting deployed.
Expected behavior Certificates are stored on the server under /matrix/traefik/ssl
Matrix Server:
Additional context Adding the ssl folder under /matrix/traefik/ does solve the problem and the setup is running through.