Commit Graph
7 Commits
Author SHA1 Message Date
Joachim BatenandGitHub bdba3de36b fix(spotweb): Add validation to user information (#1645)
* Add validation to username, firstname and lastname

* Add email validation

* Bump version number

* Add validation.md to docs + fix unescaped char in email regex

* Remove comments from questions.yaml
2022-01-06 12:16:54 +01:00
ae6c924126 feat(spotweb): Add Spotweb (#1617)
* Intial chart files for spotweb

* Tweak questions for needed information

* Add descriptions to env vars and make password private

* Update charts/incubator/spotweb/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Remove unneeded escalation setting

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/spotweb/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/spotweb/values.yaml

* Update charts/incubator/spotweb/Chart.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-12-28 13:02:51 +01:00
Joachim BatenandGitHub e18a7a0da5 Update docs to reflect correct default port for unifi guest portal (#1417) 2021-11-28 13:41:26 +01:00
Joachim BatenandGitHub 1ba0241662 fix(Logitech Media Server): Duplicate port name (#1148)
* fix duplicated port name

* Increase version number

* Update description to reflect the variable name change
2021-10-15 17:54:16 +02:00
Joachim BatenandGitHub 034a185c0c fix(Logitech Media Server): Fix service name casing in questions.yaml (#1145)
* Fix service name casing in questions.yaml

* Update version number
2021-10-14 23:43:11 +02:00
c18532525a (feat) Add logitech media server (#1121)
* Add chart for Logitech Media Server

* Add SQUEEZE_UID & GID env forms + fix incorrect naming of ports

* Add a valid version number

* Second attempt to fix the version number :)

* Fix line endings, app name in chart and file endings

* Add spaces to comments

* Fix trailing spaces

* Add a default hostPath values for music library and playlists

* Add security context and env settings to values.yaml

* Updates based on PR Feedback

* Make root filesystem writeable

* Add HTTP_PORT env to fix the port conflict with traefik

* Remove trailing space

* Fix schema type mismatch

* Remove obsolete HTTP_PORT env var from values. Should come from main service port value.

* Attempt to link configuration values together

* Simplify by using loadbalancer and envTpl

* Re-add targetport to questions

* renamed http port back to main

* fix wrong HTTP_PORT template redirect

* Update charts/incubator/logitech-media-server/SCALE/ix_values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/incubator/logitech-media-server/values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Remove PGID env + split main service

* Change digest of docker image

* Fix trailing spaces (again)...

* Remove target ports from questions.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-10-14 21:47:51 +02:00
ce454f8283 feat: unifi guest portal and speedtest (#921)
* Add SpeedTest service

* Add guest portal service

* Update Chart.yaml

* Use correct version increment

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Make the Speedtest Service optional

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Make the Guest Portal Service optional

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update values.yaml with new services and ports

* Update charts/stable/unifi/values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-09-08 10:12:36 +02:00