add jitsi to well-known config

This commit is contained in:
Girish Ramakrishnan
2021-12-03 19:16:30 -08:00
parent 8028b93f53
commit 8cbdea57d8
3 changed files with 20 additions and 3 deletions

View File

@@ -911,13 +911,14 @@
"fallbackCertCustomCertInfo": "This <a href=\"{{ customCertLink }}\" target=\"_blank\">wildcard certificate</a> will be used for all apps on this domain. If not provided, a self-signed certificate will be automatically generated.",
"fallbackCertKeyPlaceholder": "Key",
"fallbackCertCertificatePlaceholder": "Certificate",
"matrixHostname": "Matrix server location",
"mastodonHostname": "Mastodon server location",
"matrixHostname": "Matrix Server Location",
"mastodonHostname": "Mastodon Server Location",
"netcupCustomerNumber": "Customer Number",
"netcupApiKey": "API Key",
"netcupApiPassword": "API Password",
"vultrToken": "Vultr Token",
"wellKnownDescription": "The values will be used by Cloudron to respond to <code>/.well-known/</code> URLs. Note that an app must be available on the bare domain <code>{{ domain }}</code> for this to work."
"wellKnownDescription": "The values will be used by Cloudron to respond to <code>/.well-known/</code> URLs. Note that an app must be available on the bare domain <code>{{ domain }}</code> for this to work.",
"jitsiHostname": "Jitsi Location"
},
"removeDialog": {
"title": "Really remove {{ domain }}?",