-
-
- To automatically setup DNS records, Cloudron needs to know which IP address should be used.
-
-
-
- | Current Backend |
- {{ prettySysinfoProviderName(sysinfo.provider) }} |
-
-
- | IP Address |
- {{ sysinfo.ip }} |
-
-
- | Network Interface Name |
- {{ sysinfo.ifname }} |
-
-
-
+
+ Cloudron uses this IP address when setting up DNS records.
+
+
+
+ Provider
+
+
+ {{ prettySysinfoProviderName(sysinfo.provider) }}
+
+
+
+
+
+ IP Address
+
+
+ {{ sysinfo.ip }}
+
+
+
+
+
+ Network Interface Name
+
+
+ {{ sysinfo.ifname }}
+
+
+
+
+
-
+
diff --git a/src/views/network.js b/src/views/network.js
index 13c87eaff..a586ff8cb 100644
--- a/src/views/network.js
+++ b/src/views/network.js
@@ -10,17 +10,17 @@ angular.module('Application').controller('NetworkController', ['$scope', '$locat
// keep in sync with sysinfo.js
$scope.sysinfoProvider = [
- { name: 'Automatic (default)', value: 'generic' },
+ { name: 'Public IP', value: 'generic' },
{ name: 'Static IP Address', value: 'fixed' },
{ name: 'Network Interface', value: 'network-interface' }
];
$scope.prettySysinfoProviderName = function (provider) {
switch (provider) {
- case 'generic': return 'Automatic';
- case 'fixed': return 'Static IP Address';
- case 'network-interface': return 'Network Interface';
- default: return 'Unknown';
+ case 'generic': return 'Public IP';
+ case 'fixed': return 'Static IP Address';
+ case 'network-interface': return 'Network Interface';
+ default: return 'Unknown';
}
};
diff --git a/src/views/settings.html b/src/views/settings.html
index 7250386c5..a77e35a6f 100644
--- a/src/views/settings.html
+++ b/src/views/settings.html
@@ -209,7 +209,7 @@
- A Cloudron account provides access to the Cloudron App Store. This ensures you are running the latest versions to keep your apps and server secure.
+ A Cloudron.io account provides access to the Cloudron App Store. This ensures you are running the latest versions to keep your apps and server secure.