Skip to content

Commit

Permalink
Update hostname format in validate-input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 4703a0f commit a55f108
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -21,7 +21,8 @@
"properties": {
"host": {
"description": "Host name for Nextcloud, like 'nextcloud.nethserver.org'",
"format": "idn-hostname",
"format": "hostname",
"pattern": "\\.",
"type": "string",
"minLength": 1
},
Expand Down

0 comments on commit a55f108

Please sign in to comment.