Files
truecharts/charts/stable/invidious/docs/validation.md
MaverickD650 16d2859b88 feat (invidious): move to stable (#6161)
* invidious move to stable

* bump

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-08 16:20:49 +00:00

322 B

Input Validation

Speed Accepted formats are:

  • Integers (eg 1, 2)
  • Floats (eg 1.25, 1.50, 2.5)

Regex used to match those: ^[0-9]+(\.[0-9]{1,2})?$ You can try live here


If you find a field that you think it needs validation, please open an issue on github