Skip to content

Commit

Permalink
Merge pull request #13 from NethServer/dev6853
Browse files Browse the repository at this point in the history
Update hostname format validation NethServer/dev#6853
  • Loading branch information
stephdl authored Feb 22, 2024
2 parents 61e8da8 + 72a4e7f commit b4a90e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"host": {
"type": "string",
"description": "Host name for the wiki, like 'wiki.nethserver.org'",
"format": "idn-hostname"
"format": "hostname",
"pattern": "\\."
},
"lets_encrypt": {
"type": "boolean",
Expand Down
4 changes: 3 additions & 1 deletion ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"http2https": "Redirect HTTP to HTTPS",
"lets_encrypt": "Let's Encrypt certificate",
"disabled": "Disabled",
"enabled": "Enabled"
"enabled": "Enabled",
"host_pattern": "Must be a valid fully qualified domain name",
"host_format": "Must be a valid fully qualified domain name"
},
"about": {
"title": "About"
Expand Down

0 comments on commit b4a90e3

Please sign in to comment.