matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

self-check in nginx-prox assumes well-known file is used

Open openbrian opened this issue 2 years ago • 1 comments

I'm very new to this project and ansible in general. I just fired up the default configuration for the first time. I do run my own name server, so I chose to use SRV records for server delegation.

I set matrix_well_known_matrix_server_enabled: false in my vars.yml.

When I run the self-check. I get an error about

TASK [matrix-nginx-proxy: Check .well-known on the identity hostname]

Shouldn't this have a when: matrix_well_known_matrix_server_enabled condition?

Let me know if you want a PR.

openbrian avatar Feb 17 '22 13:02 openbrian

Looks like you're correct! A PR is welcome

spantaleev avatar Feb 17 '22 14:02 spantaleev