diff --git a/imageroot/actions/configure-module/validate-input.json b/imageroot/actions/configure-module/validate-input.json index d19e577..06cfb23 100755 --- a/imageroot/actions/configure-module/validate-input.json +++ b/imageroot/actions/configure-module/validate-input.json @@ -26,7 +26,8 @@ "host": { "type": "string", "description": "Host name for the application, like 'roundcubemail.domain.org'", - "format": "idn-hostname" + "format": "hostname", + "pattern": "\\." }, "lets_encrypt": { "type": "boolean", diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index 02f5f44..bce568a 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -42,7 +42,9 @@ "mail_server_is_not_valid": "This mail server cannot be used by Roundcube webmail", "upload_max_filesize_number_lte": "Must be less than 120 MB", "no_available_mail_domain_check_users": "Make sure the mail domain you intend to use has \"Add user addresses from user domain\" checkbox enabled", - "mail_module_misconfigured": "No mail domain available" + "mail_module_misconfigured": "No mail domain available", + "host_pattern": "Must be a valid fully qualified domain name", + "host_format": "Must be a valid fully qualified domain name" }, "about": { "title": "About"