mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
letencrypt: Fix issue with disabling matrixsynapse checkbox
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
781ac3d5dd
commit
ee38f32f2b
@ -270,7 +270,7 @@
|
||||
</noscript>
|
||||
{% else %}
|
||||
<input type="checkbox" name="matrixsynapse" id="matrixsynapse"
|
||||
class="disabled"></input>
|
||||
disabled></input>
|
||||
<noscript>
|
||||
<button class="btn btn-sm btn-default disabled" type="submit">
|
||||
{% trans "Update config" %}</button>
|
||||
@ -294,7 +294,7 @@
|
||||
{% if 'matrixsynapse' in installed_modules and 'enabled' in status.current_domain.manage_hooks_status %}
|
||||
{% blocktrans trimmed %}
|
||||
If enabled, the app <a href="{{ matrixsynapse_url }}">Matrix Synapse</a>
|
||||
will also use the same Let's Encrypt certificate.
|
||||
will also use the same Let's Encrypt certificate.
|
||||
Other Matrix Synapse instances running version 1.0 or greater expect
|
||||
your server to produce a valid TLS certificate. Federation with other
|
||||
instances will not work without this.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user