Commit Graph

39 Commits

Author SHA1 Message Date
Stavros Kois ccf932740b
feat(treafik): add RealIP and addPrefix middleware (#3884)
* fix typo

* feat(treafik): add RealIP middleware

* move middlewares to includes

* bump minor

* remove pilot reference

* lint

* lint

* fix typo in workflow

* add script to update traefikMiddlewares

* add empty space

* realIP empty array

* add addprefix middleware
2022-09-25 11:14:39 +02:00
Stavros Kois 78641e0a77
chore(charts): fix prometheus annotations (#3841) 2022-09-22 10:04:43 +02:00
Stavros Kois 274c522df6
feat(traefik): add support for proxyProtocol (#3593)
* feat(traefik): add support for proxyProtocol

* whoops

* empty space

* proxyprot on all entrypoints

* whoops again

* no fixes here

* Update charts/stable/traefik/templates/_args.tpl

* formatting

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-27 22:58:46 +02:00
Ethan Leisinger 9b843e2360
Remove deprecated references in basic middleware (#3570) 2022-08-26 00:32:49 +02:00
Ethan Leisinger 2d70a94a01
feat(traefik) update theme.park plugin to support addons (#3521)
* Add support for theme-park addons in middleware

* update themepark plugin version

* update addon description

* Add some line breaks

* Bump chart version
2022-08-21 10:42:25 +02:00
Ethan Leisinger 51e8ef963d
feat(traefik) update theme.park integration (#3246)
* Add support for traefik-themepark plugin

* move plugin config to middleware section

* Move theme-park enable toggle to middleware section

* Fix enableThemePark variable reference

* Remove Traefik Pilot dependency

* Minor question updates

* Fix merge of updated code

* Make links clickable

* Update middlware file structure

* Remove enable theme.park checkbox

* Update charts/stable/traefik/templates/middlewares/theme-park.yaml

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

* update enableThemePark reference

* Update how baseUrl is handled

* Remove crd update

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-07-22 17:31:30 +02:00
Stavros Kois 721ec70d30
feat(treafik): Adds theme.park middleware and remove Traefik pilot (#3245)
* chore(traefik): add deprecation pilot notice

* feat(treafik): Adds theme.park middleware and deprecation notice on pilot

* Update charts/stable/traefik/templates/middlewares/theme-park.yaml

* just remove pilot

* Apply suggestions from code review

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-21 15:32:49 +02:00
uranderu 84f0f542ad
fix(traefik): don't set xrobots header on default middleware (#3211)
* Update Chart.yaml

* Remove 'x-robots-tag: none' from default-basic-secure-headers middleware
2022-07-18 23:04:25 +02:00
Kjeld Schouten-Lebbing 0f76262fef
fix(traefik): don't set xrobots header by default (#3183)
* fix(traefik): don't set xrobots header by default

* Update Chart.yaml
2022-07-14 22:54:43 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
kjeld Schouten-Lebbing b7b107c99a
chore(Apps): move traefik and k8s gateway to core train 2021-11-14 11:43:45 +01:00
kjeld Schouten-Lebbing 799baea4dc
seperate setup and post-setup to prevent double setup runs on common chart 2021-10-10 00:03:07 +02:00
kjeld Schouten-Lebbing fbb340e2d0
(chore) restructure common setup templates 2021-10-09 23:43:48 +02:00
kjeld Schouten-Lebbing 59a8d8423d
(fix) correct case on Traefik customRequestHeaders in middleware 2021-10-02 10:32:09 +02:00
kjeld Schouten-Lebbing abee34bac6
(feat) force STS when using Traefik globally and set x-forwarded-proto 2021-10-01 21:56:20 +02:00
Kjeld Schouten-Lebbing 5e920673a8
(fix) correct authForwardHeader lists on Traefik (#1073) 2021-10-01 20:01:58 +02:00
kjeld Schouten-Lebbing 0e99d95c94
fix: ensure traefik TLSOPtions get rendered correctly 2021-09-16 22:19:12 +02:00
kjeld Schouten-Lebbing b123f41786
fix: remove non-functional redirectmiddelwares for nextcloud 2021-09-09 00:42:32 +02:00
kjeld Schouten-Lebbing 7d70fd7143
fix: correct nextcloud middleware namespaces 2021-09-09 00:25:23 +02:00
Kjeld Schouten-Lebbing f39c7e968f
feat: Add IPWhitelist, redirectRegex and (internal) nextcloud middlewares (#929)
* feat: Add IPWhitelist and redirectRegex middlewares to traefik

* fix: add nextcloud middlewares

* fix nextcloud cronjob
2021-09-08 15:38:31 +02:00
kjeld Schouten-Lebbing d2f09df913
fixing some traefik bugs 2021-09-07 09:43:55 +02:00
kjeld Schouten-Lebbing 84bc6d68fc
fix traefik objects not being encapsuled by --- correctly 2021-09-05 00:27:30 +02:00
kjeld Schouten-Lebbing c00c8c9ac3
Fixed a bug where traefik didn't correctly set the IP's on ingress for k8s-gateway 2021-09-04 21:34:58 +02:00
Kjeld Schouten-Lebbing 353a4337fe
move default middleware location to default namespace (#890) 2021-09-04 11:07:09 +02:00
kjeld Schouten-Lebbing 829d7d25a1
move jdownloader and new traefik to Stable 2021-09-04 00:55:57 +02:00
kjeld Schouten-Lebbing fe242b8d03
apply traefik emergency fix 2021-09-01 02:08:59 +02:00
kjeld Schouten-Lebbing b277ab3171
Fix traefik not auto-updating 2021-08-31 19:45:33 +02:00
Kjeld Schouten-Lebbing 224efec466
Traefik fixes (#659)
* fix chain middleware for traefik

* try adding portal button fix to dynamically fetch traefik port

* try hook quote

* correctly quote namespace name

* common version bump
2021-07-05 18:13:44 +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 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
kjeld Schouten-Lebbing 4889d80c34
slight tweaking for using https behind traefik on Nextcloud 2021-07-03 11:53:00 +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 1f1b34d778
fix traefik portal link 2021-06-30 13:22:21 +02:00
Kjeld Schouten-Lebbing 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
kjeld Schouten-Lebbing 5c6ffc42c5
Update and Fix Traefik
(cherry picked from commit ab76bbc21f4383590aad7ff8b5eeabeb969917b3)
2021-06-27 08:47:43 +02:00
Kjeld Schouten-Lebbing 111680d41b
Traefik rework (#546)
* first part

* port most relevant settings

* Don't include common or old crap

* Try moving persistence to common

* Initial work on Traefik SCALE UI

* some cleanup and consistency patches. Also:
Enable metrics, because that's just container-side metrics and doesn't require prometheus CRD's

* super basic portal

* don't use portal as a template

* whoops

* whoops 2.0
2021-06-10 14:49:42 +02:00
Kjeld Schouten-Lebbing ffc823bccc
Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +02:00