mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 04:51:22 -03:00
* Better regex on collabora * bump collabora * Move per-app validation to per-app docs * Update valid_chars and allowPrivEsc on collabora * revert bump
967 B
967 B
Input Validation
Domain(s) using collabora
Accepted formats are:
- Single domain (eg.
cloud.mydomain.com) - Multiple domains (eg.
cloud.mydomain.com|nextcloud.mydomain.com) - Each domain is separated with|
Regex used to match those: ^([a-z]{1,}\.[a-z]{1,}\.[a-z]{1,})((\|[a-z]{1,}\.[a-z]{1,}\.[a-z]{1,}))*$
You can try live here
Server Name
Accepted formats are:
- Single domain (eg.
collabora.mydomain.com)
Regex used to match this: ^([a-z]{1,}\.[a-z]{1,}\.[a-z]{1,})$
You can try live here
Password for WebUI
Accepted formats are:
- Letters, Numbers, Symbols, Minimum 8 characters (eg.
dg523$*a) - It acceptsa-z,A-Z,0-9and!@#$%^&*?
Regex used to match those: [a-zA-Z0-9!@#$%^&*?]{8,}
You can try live here
If you find a field that you think it needs validation, please open an issue on github