mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
allow hyphens
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
671edeb1d1
commit
182f24bb4c
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z/_]+$"
|
||||
"pattern": "^/[a-z/_-]+$"
|
||||
}
|
||||
},
|
||||
"volumes": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue