diff --git a/webadmin/src/views/certs.html b/webadmin/src/views/certs.html index f9d00f382..c88b360af 100644 --- a/webadmin/src/views/certs.html +++ b/webadmin/src/views/certs.html @@ -9,29 +9,29 @@

{{ dnsCredentials.error }}

-
- +
+
- +
- +
- +
- +
@@ -75,12 +75,12 @@ - + - + @@ -107,16 +107,16 @@ - + - + - + @@ -125,6 +125,7 @@ + @@ -151,10 +152,10 @@
-

By default, certificates are obtained via Let’s Encrypt.

+

Certificates are obtained via Let’s Encrypt.


-

A wildcard certificate that will be used for apps, if getting a Let’s Encrypt certificate failed. This might be due to rate limits on Let’s Encrypt side.

+

This wildcard certificate that will be used for apps, if getting a Let’s Encrypt certificate failed. This might be due to rate limits on Let’s Encrypt side.

{{ defaultCert.error }}
Upload successful
diff --git a/webadmin/src/views/settings.html b/webadmin/src/views/settings.html index e1e9451e2..0cfaa7486 100644 --- a/webadmin/src/views/settings.html +++ b/webadmin/src/views/settings.html @@ -70,10 +70,12 @@ The Cloudron will setup Email related DNS records automatically. If this domain is already configured for Email with some other provider, it will overwrite those records, potentially breaking the setup. Disabling Cloudron Email later will not put the old records back. +
+
@@ -143,7 +145,7 @@
- +
- +
- +
- +
- +
@@ -226,7 +228,7 @@ - + @@ -287,8 +289,11 @@
- Cloudron has a built-in email server that allows users to send and receive email for your domain. Apps can still send email regardless of this setting. - The User manual has information on how to setup your mail client. + Cloudron has a built-in email server that allows users to send and receive email for your domain. + The User manual has information on how to setup email clients. +
+
+ Apps can send email regardless of this setting. If this option is enabled, apps are able to receive emails.

@@ -354,7 +359,7 @@
- Last Backup + Last backup
{{ lastBackup.creationTime | prettyDate }} @@ -392,9 +397,8 @@
- Configure the auto-update schedule for the platform and for the installed apps:
-
-

{{ autoUpdate.error }}

+

Configure the auto-update schedule for the platform and the apps:

+


{{ autoUpdate.error }}

diff --git a/webadmin/src/views/tokens.html b/webadmin/src/views/tokens.html index fd1804c7e..c96f9f3b0 100644 --- a/webadmin/src/views/tokens.html +++ b/webadmin/src/views/tokens.html @@ -3,15 +3,15 @@
Domain NameDomain name {{ config.fqdn }}
DNS ProviderDNS provider {{ dnsConfig.provider }}
Access Key IdAccess key id {{ dnsConfig.accessKeyId || 'unset' }}
Secret Access KeySecret access key hidden
API TokenAPI token hidden

{{ config.cloudronName }}
Appstore AccountApp store account {{ appstoreConfig.profile.email }}