Files
truecharts/charts/stable/plex/docs/validation.md

559 B

Input Validation

Advertise IP

Accepts:

  • http:// or https://
  • IP or DNS host
  • Port is optional
  • , Separated

Accepted formats are:

  • https://192.168.1.100:32400
  • https://192.168.1.100:32400
  • http://dnshost:32400
  • https://dnshost:32400
  • https://dnshost
  • https://dnshost,http://192.168.1.100:32400

Regex used to match this: ^(http(s)?:\/\/([a-z0-9.]*)(:\d{0,5})?,?)*$ You can try live here


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