Commit Graph

7 Commits

Author SHA1 Message Date
Stavros Kois 1ecd4fc869
chore(traefik): Add blacklistMode on geoblock and fix label (#6416) 2023-01-16 11:06:03 +02:00
Stavros Kois 43611dfa76
feat(traefik): add geoblock middleware (#4396)
* feat(traefik): add geoblock middleware

* add the required args

* add UI

* fix indentaiton
2022-11-13 12:03:07 +01:00
Ethan Leisinger 2b29dc8794
feat(traefik): add support for insecureForwardAuth (#4247)
* add support for insecureSkipVerify for forwardAuth

* Fix handling of empty tls

* try something else

* simplify with with

* improve question layout and make proper version

* use piping for default

* Add some warning language for new feature

Signed-off-by: Ethan Leisinger <770373+packruler@users.noreply.github.com>
2022-11-03 00:39:33 +02:00
Stavros Kois 4c2ada63c9
feat(ci): make include replace simpler (#3904)
* move tempaltes

* update scripts

* bump for test

* print some info

* move some more files

* see what is taking so long

* remove time

* simple->LB

* CRLF->LF

* handle both LF and CRLF

* bumps
2022-09-26 10:11:11 +02:00
Kjeld Schouten-Lebbing 42493f8c84
fix(blocky): allow port changes, allow dot, fix prometheus and fix api access (#3899)
* fix(blocky): allow port changes, allow dot and fix api access

* update documentation and remove non-present unbound feature

* more docs

* fix a sponsor link while at it

* fix mistake

* fix two mistakes in prometheus config

* fix questions.yaml as well

* fix bug in basic auth template
2022-09-25 19:42:59 +02:00
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 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