diff --git a/webadmin/src/js/setupdns.js b/webadmin/src/js/setupdns.js index d89d4f403..fefd10712 100644 --- a/webadmin/src/js/setupdns.js +++ b/webadmin/src/js/setupdns.js @@ -9,6 +9,7 @@ app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($sc $scope.error = null; $scope.provider = ''; $scope.showDNSSetup = false; + // keep in sync with certs.js $scope.dnsProvider = [ { name: 'AWS Route53', value: 'route53' }, diff --git a/webadmin/src/setupdns.html b/webadmin/src/setupdns.html index 3883902e3..495ce281f 100644 --- a/webadmin/src/setupdns.html +++ b/webadmin/src/setupdns.html @@ -4,7 +4,7 @@ - Cloudron DNS Setup + Cloudron Setup @@ -48,17 +48,17 @@
-

DNS Setup

-

Specify the domain for your Cloudron

+

Cloudron Setup

+

Provide the domain for your Cloudron

+

Apps will be installed on subdomains of that domain.

-

Apps will be installed on subdomains of that domain.

-

DNS Provider Configuration

+

DNS Configuration

{{ dnsCredentials.error }}

@@ -71,23 +71,28 @@
+
+ This domain must be hosted on AWS Route53.
+
+ This domain must be hosted on DigitalOcean.

- A wildcard DNS A record has to be setup for {{ dnsCredentials.domain || 'example.com' }} to this IP! + Setup A records for *.{{ dnsCredentials.domain || 'example.com' }} and {{ dnsCredentials.domain || 'example.com' }} to this server's IP!

- A DNS A record for my.{{ dnsCredentials.domain || 'example.com' }} to this IP has to be created!
-
- All DNS records have to be setup manually for each app installation. + + Setup an A record for my.{{ dnsCredentials.domain || 'example.com' }} to this server's IP!
+ All DNS records have to be setup manually before each app installation. +