From 1418dd275b1cae229202f367e20fc3fda2f45277 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 5 Jul 2026 00:44:33 +0200 Subject: [PATCH] config(api): exclude own IP from popularity page-view tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds 83.135.64.30 to popularity.exclude_ips so local/manual testing against prod doesn't inflate real-visitor page-view stats. IP is dynamic — a stopgap; smoke tests should target the test instance. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU --- config/plugins/api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/plugins/api.yaml b/config/plugins/api.yaml index e3b1e18..8a89c21 100644 --- a/config/plugins/api.yaml +++ b/config/plugins/api.yaml @@ -49,7 +49,8 @@ invitations: popularity: enabled: true exclude_admin: true - exclude_ips: { } + exclude_ips: + - 83.135.64.30 history: daily: 30 monthly: 12