Skip to content

Commit

Permalink
Merge pull request #8 from geniusdynamics/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
compgeniuses authored Mar 17, 2024
2 parents 83c3be7 + 00ffb4a commit 4836db4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- uses: NethServer/ns8-github-actions/.github/actions/delete-image@v1
with:
images: "kickstart"
images: "glpi"
delete_image_token: ${{ secrets.IMAGES_CLEANUP_TOKEN }}
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 @@ -20,7 +20,8 @@
"host": {
"type": "string",
"description": "Host name for the application, like 'glpi.domain.org'",
"format": "idn-hostname"
"format": "idn-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 @@ -32,7 +32,9 @@
"advanced": "Advanced",
"configuring": "Configuring",
"instance_configuration": "Configure glpi",
"domain_already_used_in_traefik": "Domain already used in traefik"
"domain_already_used_in_traefik": "Domain already used in traefik",
"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 4836db4

Please sign in to comment.