fixed geoip tag
This commit is contained in:
@@ -487,7 +487,7 @@ data:
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
|
||||
/* Make the image fill it */
|
||||
#information-widgets .information-widget-logo img {
|
||||
max-height: 100px !important;
|
||||
@@ -554,7 +554,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: homepage-secrets
|
||||
key: prowlarr-api-key
|
||||
key: prowlarr-api-key
|
||||
- name: HOMEPAGE_VAR_SONARR_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -716,7 +716,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
if ($geoip2_city_country_code != "HU") {
|
||||
if ($geoip2_country_code != "HU") {
|
||||
return 403 "Access restricted to Hungary";
|
||||
}
|
||||
# Homepage auto-discovery annotation
|
||||
@@ -752,4 +752,4 @@ spec:
|
||||
- hosts:
|
||||
- homepage.dooplex.hu
|
||||
secretName: homepage-tls
|
||||
---
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user