Commit Graph
133 Commits
Author SHA1 Message Date
kjeld Schouten-Lebbing 3bc750cca3 Fix middleware naming mistake on Traefik 2021-07-05 17:28:56 +02:00
kjeld Schouten-Lebbing d31f86aa85 remove basic redirect scheme from basic traefik stack 2021-07-05 11:25:18 +02:00
kjeld Schouten-Lebbing 2ef1fe0226 add basic redirect for testing purposes 2021-07-05 11:05:09 +02:00
kjeld Schouten-Lebbing e1c451e34c force traefik and nextcloud re-release 2021-07-05 10:42:44 +02:00
Kjeld Schouten-LebbingandGitHub 6b739c25ac Add more middlewares to traefik and move nextcloud to stable (#658)
* Add more middlewares to traefik and move nextcloud to stable

* oops
2021-07-05 10:36:05 +02:00
f149f72bd5 chore(deps): update helm chart common to v6.5.1 (#654)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 13:42:10 +02:00
37a11bad69 chore(deps): update helm chart common to v6.5.0 (#651)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-03 12:46:18 +02:00
kjeld Schouten-Lebbing 4889d80c34 slight tweaking for using https behind traefik on Nextcloud 2021-07-03 11:53:00 +02:00
Stavros KoisandGitHub 756c31c54b Apply default nodePorts && fix transmission portal (#646)
* Fixes focalboard nodeport

* fixes transmissions portal path

* Update wishlist

* Change default ports pt1

* Change default ports pt2

* Change default ports pt3

* Also change nextcloud default nodeport

* Restore identation
2021-07-02 22:27:56 +02:00
kjeld Schouten-Lebbing 374ffccb6e fix releases 2021-07-01 21:50:27 +02:00
322b802a96 chore(deps): update patch docker tags (#639)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-07-01 21:30:22 +02:00
Kjeld Schouten-LebbingandGitHub bfc305913c KAH Port project (#635)
* add tooling to automate kah->truecharts porting somewhat

* small tweak for tooling

* another small tooling fix

* some more tweaking to the tooling

* initial temporary output

* process and output fixes

* More chart.yaml fixes

* pushing more fixes

* small fixes

* some little fixes

* another fix catched

* regenerate docs

* some more cleaning/tweaking

* remove more prometheus related Apps for now

* processing questions.yaml up to hyperion-ng

* questions.yaml till owncloud-ocis

* Finish questions.yaml setup and polish

* fix some deconz indent issues

* no message

* fix healtchecks questions.yaml

* another fix

* ser2sock fix

* move apps to normal trains
2021-07-01 20:26:22 +02:00
kjeld Schouten-Lebbing 4a4827c0b6 fix common-test release and trigger re-release 2021-07-01 12:46:16 +02:00
kjeld Schouten-Lebbing 1d6f41520f bump common on all apps 2021-07-01 12:39:34 +02:00
kjeld Schouten-Lebbing ea92225754 bump common on all Apps 2021-07-01 11:59:08 +02:00
kjeld Schouten-Lebbing d587ae9b09 fix scaleCert references 2021-07-01 10:26:42 +02:00
kjeld Schouten-Lebbing 9b2abc225e Traefik: fix typo 2021-06-30 22:39:38 +02:00
kjeld Schouten-Lebbing f6d53d4270 test opaque basicauthsecret 2021-06-30 22:29:34 +02:00
kjeld Schouten-Lebbing f4d76c506e bump 2021-06-30 21:52:19 +02:00
kjeld Schouten-Lebbing 1ab2775c0b Add middlewares and entrypoint to ingress gui for all Apps 2021-06-30 21:26:16 +02:00
kjeld Schouten-Lebbing af83ae0936 traefik: fix users section for basicauth 2021-06-30 20:54:55 +02:00
kjeld Schouten-Lebbing 13a82ceb03 fix broken traefik middleware GUI 2021-06-30 20:29:26 +02:00
4b007e34c0 chore(deps): update helm chart postgresql to v10.5.1 (#621)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 18:16:15 +02:00
kjeld Schouten-Lebbing c48892c10e bump common version on all apps 2021-06-30 17:42:38 +02:00
kjeld Schouten-Lebbing 5e066134b7 Default websecure entrypoint and default enable tls on websecure entrypoint 2021-06-30 17:19:32 +02:00
kjeld Schouten-Lebbing 28f68b8b69 update all apps to latest common 2021-06-30 16:51:13 +02:00
kjeld Schouten-Lebbing bdec3545d2 update jackett to use latest common for testing 2021-06-30 16:37:11 +02:00
3c122eb09c chore(deps): update helm chart common to v6.4.1 (#626)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 15:49:34 +02:00
kjeld Schouten-Lebbing 2bd437715e try correctly appending path to traefik portal 2021-06-30 14:55:31 +02:00
b55427f63a chore(deps): update helm chart common to v6.4.0 (#624)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 14:08:19 +02:00
kjeld Schouten-Lebbing 1f1b34d778 fix traefik portal link 2021-06-30 13:22:21 +02:00
kjeld Schouten-Lebbing 3c09a26dfa unhide middleware GUI for traefik 2021-06-30 13:06:55 +02:00
Kjeld Schouten-LebbingandGitHub 373c834d35 Add traefik middleware support (#601)
* add basic middleware chain to traefik

* Try some idea's for common ingress middleware support

* create middleware namespace as pre-install hook

* rename namespace file

* Add additional list with middlewares and tune the output a bit

* Add basic auth middleware spawner

* add forwardAuth support

* polish middleware names and add config examples

* initial go at traefik middleware GUI elements

* fix labels

* more missing labels
2021-06-30 12:56:17 +02:00
d711191ef2 chore(deps): update container image vaultwarden/server to v1.22.1 (#619)
* chore(deps): update container image vaultwarden/server to v1.22.1

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-29 20:46:52 +02:00
40c15ba27c chore(deps): update container image ghcr.io/k8s-at-home/jackett to v0.18.385 (#612)
* chore(deps): update container image ghcr.io/k8s-at-home/jackett to v0.18.385

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-29 20:35:47 +02:00
f13090903d chore(deps): update container image zwavejs/zwavejs2mqtt to v5.2.0 (#616)
* chore(deps): update container image zwavejs/zwavejs2mqtt to v5.2.0

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-29 17:08:14 +02:00
45b7da9113 chore(deps): update minor docker tags (#611)
* chore(deps): update minor docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-29 10:05:50 +02:00
9477fac8ec chore(deps): update patch docker tags (#610)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-29 09:37:48 +02:00
kjeld Schouten-Lebbing 184c09f0b7 Add disabled persistence to traefik 2021-06-28 19:36:49 +02:00
kjeld Schouten-Lebbing 5c6ffc42c5 Update and Fix Traefik
(cherry picked from commit ab76bbc21f4383590aad7ff8b5eeabeb969917b3)
2021-06-27 08:47:43 +02:00
37e7304cdf chore(deps): update patch docker tags (#579)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-27 08:23:46 +02:00
Kjeld Schouten-LebbingandGitHub ace75d2372 Update common to fix probe issues (#596) 2021-06-26 10:04:44 +02:00
Stavros KoisandGitHub 2fa696441b Default to blank for persistenceList (#593)
* Default to blank for persistenceList

* also on prototype

* Also require it
2021-06-26 09:02:41 +02:00
Stavros KoisandGitHub 5ac360b4ec [Plex] Fix portal path and add default allowed networks (#582)
* Fix portal path

* Add default allowed networks

* Increase version

* Rephrase description of allowed networks
2021-06-23 00:00:23 +02:00
9e87e385e5 chore(deps): update minor docker tags (#578)
* chore(deps): update minor docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-21 12:52:07 +02:00
f63ddef265 chore(deps): update patch docker tags (#577)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-21 12:33:30 +02:00
cca1b51d04 chore(deps): update helm chart common to v6.3.7 (#576)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-20 11:51:59 +02:00
kjeld Schouten-Lebbing 1a4cb5f343 fix versioning issues 2021-06-20 11:05:17 +02:00
Stavros KoisandGitHub 9a5d71e113 Explicitly set persistence db to pvc (#575) 2021-06-20 10:58:18 +02:00
Stavros KoisandGitHub 57b8e5e681 Fix postgresql username/database to match app name (#573) 2021-06-20 10:26:55 +02:00