feat(traefik): add geoblock middleware (#4396)

* feat(traefik): add geoblock middleware

* add the required args

* add UI

* fix indentaiton
This commit is contained in:
Stavros Kois
2022-11-13 13:03:07 +02:00
committed by GitHub
parent 5c34ce2d06
commit 43611dfa76
7 changed files with 161 additions and 1 deletions

View File

@@ -42,8 +42,12 @@ update_plugin() {
}
# Example
# update_plugin "repo" "key_holding_version_in_values.yaml" "plugin_name_used_for_verbose_printing_only"
# Real IP
update_plugin "soulbalz/traefik-real-ip" "realIPVersion" "RealIP"
# Theme Park
update_plugin "packruler/traefik-themepark" "themeParkVersion" "ThemePark"
# GeoBlock
update_plugin "PascalMinder/geoblock" "geoBlockVersion" "GeoBlock"