mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
matrixsynapse: Remove hard-coded URL
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a918f9a885
commit
3961ccf415
@ -36,12 +36,13 @@
|
|||||||
|
|
||||||
{% if not has_valid_certificate %}
|
{% if not has_valid_certificate %}
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
|
{% url 'letsencrypt:index' as letsencrypt_url %}
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
The configured domain name is using a self-signed certificate.
|
The configured domain name is using a self-signed certificate.
|
||||||
Federation with other Matrix Synapse instances requires a valid TLS certificate.
|
Federation with other Matrix Synapse instances requires a valid TLS
|
||||||
Please go to <a href="/plinth/sys/letsencrypt">Let's Encrypt</a> to obtain one.
|
certificate. Please go to <a href="{{ letsencrypt_url }}">Let's
|
||||||
|
Encrypt</a> to obtain one.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user