From 17d906ff4d0e5ce5429ac542f9122db618750c9d Mon Sep 17 00:00:00 2001 From: Midou Date: Mon, 28 Jul 2025 17:35:50 +0100 Subject: [PATCH] Prevent scrapers from accessing the real service --- privfrontends/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privfrontends/vars.yaml b/privfrontends/vars.yaml index 2cd40f9..417a46d 100644 --- a/privfrontends/vars.yaml +++ b/privfrontends/vars.yaml @@ -114,7 +114,7 @@ apps: - name: redlib image: quay.io/redlib/redlib:latest ports: - - "6465:8080" + - "127.0.0.1:6465:8080" environment: FRONT_PAGE: popular COMMENT_SORT: new