From 2fbda95d1c95057f33bba347ba10327489c98008 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Sat, 21 Mar 2026 23:05:09 -0400 Subject: [PATCH] Document HTML geoblock errors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eef355b..b48748f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ would compromise the project's stated goals of parental autonomy and user privac ├── .env.example ← copy to .env and fill in ├── bootstrap_certs.sh ← run once before first `docker compose up` ├── config/ +│ ├── geoblock_pages/ ← place HTML "blocked" messages here │ └── geo_rules.yml.example ← copy to geo_rules.yml and edit to configure geo-blocking ├── nginx/ │ ├── Dockerfile ← builds nginx + GeoIP2 dynamic module @@ -132,7 +133,7 @@ repos: # Block all of Germany and France with HTTP 403 - locales: ["DE", "FR"] status: 403 - body: "Access to this repository is restricted in your country." + body_file: secret-project-de-fr.html # HTML file in config/geoblock_pages/ - path: /alice/another-repo rules: