From c14aa3ac8b8b3c61586604d3475b564a441acdf5 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 1 Feb 2026 10:27:48 +0100 Subject: [PATCH] removed GB as allowed country --- adventurelog-system/adventurelog.yaml | 1 - arcade-system/romm.yaml | 1 - audiobookshelf-system/audiobookshelf.yaml | 1 - calibre-system/cwa.yaml | 1 - code-system/code.yaml | 1 - gitea-system/gitea.yaml | 1 - glance-system/glance-kisfenyo.yaml | 1 - glance-system/glance-orsi.yaml | 1 - immich-system/immich.yaml | 1 - kisfenyo-system/filebrowser-quantum.yaml | 1 - mon-system/monitoring.yaml | 1 - outline-system/outline.yaml | 1 - termix-system/termix.yaml | 1 - 13 files changed, 13 deletions(-) diff --git a/adventurelog-system/adventurelog.yaml b/adventurelog-system/adventurelog.yaml index 16d06e8..82bfceb 100644 --- a/adventurelog-system/adventurelog.yaml +++ b/adventurelog-system/adventurelog.yaml @@ -378,7 +378,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 2e78732..2ce42ff 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -297,7 +297,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/audiobookshelf-system/audiobookshelf.yaml b/audiobookshelf-system/audiobookshelf.yaml index cf7a5ed..f33a3c7 100644 --- a/audiobookshelf-system/audiobookshelf.yaml +++ b/audiobookshelf-system/audiobookshelf.yaml @@ -141,7 +141,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/calibre-system/cwa.yaml b/calibre-system/cwa.yaml index 2fe13f9..c6eacd3 100644 --- a/calibre-system/cwa.yaml +++ b/calibre-system/cwa.yaml @@ -944,7 +944,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/code-system/code.yaml b/code-system/code.yaml index 2943d73..85eff87 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -165,7 +165,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/gitea-system/gitea.yaml b/gitea-system/gitea.yaml index e11c652..350d9e3 100644 --- a/gitea-system/gitea.yaml +++ b/gitea-system/gitea.yaml @@ -215,7 +215,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 836b8ec..8103b47 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -2322,7 +2322,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index 080f644..f7d6ded 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1509,7 +1509,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/immich-system/immich.yaml b/immich-system/immich.yaml index d51bf75..1761ac2 100644 --- a/immich-system/immich.yaml +++ b/immich-system/immich.yaml @@ -487,7 +487,6 @@ metadata: # Allow all Hungarian traffic if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } # Public share paths if ($request_uri ~* "^/share") { set $geo_allowed 1; } diff --git a/kisfenyo-system/filebrowser-quantum.yaml b/kisfenyo-system/filebrowser-quantum.yaml index 2af6c29..54ebec0 100644 --- a/kisfenyo-system/filebrowser-quantum.yaml +++ b/kisfenyo-system/filebrowser-quantum.yaml @@ -241,7 +241,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary and UK"; } diff --git a/mon-system/monitoring.yaml b/mon-system/monitoring.yaml index 7c6006b..dd9a8a0 100644 --- a/mon-system/monitoring.yaml +++ b/mon-system/monitoring.yaml @@ -577,7 +577,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/outline-system/outline.yaml b/outline-system/outline.yaml index 5bdf285..33fada6 100644 --- a/outline-system/outline.yaml +++ b/outline-system/outline.yaml @@ -403,7 +403,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; } diff --git a/termix-system/termix.yaml b/termix-system/termix.yaml index 5f45f95..760e93f 100644 --- a/termix-system/termix.yaml +++ b/termix-system/termix.yaml @@ -124,7 +124,6 @@ metadata: if ($remote_addr ~ "^192\.168\.") { set $geo_allowed 1; } if ($remote_addr ~ "^10\.") { set $geo_allowed 1; } if ($geoip2_country_code = "HU") { set $geo_allowed 1; } - if ($geoip2_country_code = "GB") { set $geo_allowed 1; } if ($geo_allowed = 0) { return 403 "Access restricted to Hungary"; }