Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-07 18:34:14 +00:00
parent d6c977db7d
commit 5a3cc32e74
7 changed files with 109 additions and 50 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
## Admin Username
Usernames for an administrator in spotweb have some restrictions.
* Following words are not allowed:
* god
* mod
@@ -23,7 +23,7 @@ Usernames for an administrator in spotweb have some restrictions.
## Admin Firstname and Lastname
The firstname and lastname in spotweb have some restrictions.
* Following characters are not allowed:
* <
* \>
@@ -34,7 +34,7 @@ The firstname and lastname in spotweb have some restrictions.
## Admin Email
The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EMAIL`.
* Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)):
```^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$```