Skip to content

Commit

Permalink
Fix hostname validation in validate-input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 13, 2024
1 parent 23a378c commit 3aa644a
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 @@ -49,7 +49,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

0 comments on commit 3aa644a

Please sign in to comment.