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

fix hookshot public urls in non-https scenarios

Open HarHarLinks opened this issue 3 years ago • 0 comments

configuration such as

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L55

and

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L105

etc needs to be updated similar to this method

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/group_vars/matrix_servers#L698-L700

to support non-https setups and setups with nonstandard http(s) ports.

the above approach can be refactored to generate a common denominator and then used in the applicable cases to set public urls

HarHarLinks avatar Mar 31 '22 11:03 HarHarLinks