Commit Graph
6 Commits
Author SHA1 Message Date
f3083e66b1 feat(cloudflareddns): Add CloudflareDDNS to incubator (#3037)
* Create Chart.yaml

* Create common.yaml

* Create values.yaml

* Update values.yaml

* Create questions.yaml

* Update questions.yaml

* Update questions.yaml

* Fixed # in questions

* Run as root

* apply some fixes

* test non-root

* root

Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-02 12:52:16 +00:00
d8c2ba1dde feat(wg-easy): move to stable and add some envs (#3027)
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-02 14:27:00 +03:00
65bd5fa09f feat(wg-easy): Add WG-Easy Chart (#2982)
* Add WG-Easy Chart

Initial run of creating my own chart from "scratch". Let's see if it runs, especially with the sysctl

* Apply suggestions from code review

Thanks for fixing the icons lol

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

* Apply suggestions from code review

* Update charts/incubator/wg-easy/Chart.yaml

* its always that enable :D

* Update values.yaml

Hopefully fixing the quotation marks fixes the sysctls error, otherwise I'm putting this in the wrong place lol

* Remove the likely unnecessary sysctl

Let’s see how it runs without net.ipv4.conf.all.src_valid_mark since you can’t set it kubernetes

* Update values.yaml

* Fixed the repository for wg-easy

Had wrong URL and their latest version was changed 4 hours ago

* Added missing env-vars to wg-easy

Needs WG_HOST and PASSWORD, the rest people can add themselves

* Update charts/incubator/wg-easy/values.yaml

* recommit

* emtpy space

* Added PUID and PGID to values

Added more stuff to see if the container will pass tests

* Fixed trailing spaces

* identation

* Update charts/incubator/wg-easy/values.yaml

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

* Update charts/incubator/wg-easy/values.yaml

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

* Update charts/incubator/wg-easy/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-06-29 12:18:48 +02:00
b17c20946d Added proper mount folders for Omada (#1968)
* Added missing folder to Omada

Omada-controller needs a /work folder or else it's configurations don't persist after starting/stopping the container

* Update questions.yaml

* Update questions.yaml

* Update charts/incubator/omada-controller/questions.yaml

* Added proper mountpaths for Omada folders

* Update Chart.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-02-25 21:20:29 +01:00
8c7e3e9a47 Added missing folder to Omada (#1963)
* Added missing folder to Omada

Omada-controller needs a /work folder or else it's configurations don't persist after starting/stopping the container

* Update questions.yaml

* Update questions.yaml

* Update charts/incubator/omada-controller/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-02-25 11:13:10 +01:00
StevenMcElligottandGitHub 84b34985e3 Adding Portal (comm) port to Omada-Controller (#1905)
* Update values.yaml

Adding missing ports for Omada to work, let me know how off I am lol

* Adding ports for Omada-Controller

Adding the missing port to Omada-Controller inside questions.yaml and values.yaml

* Adding ports for Omada-Controller

Adding the missing port to Omada-Controller inside questions.yaml and values.yaml, updated ports in manual and changed version
2022-02-17 09:19:43 +01:00