diff --git a/content/posts/keeping-scrapers-out/chat-screenshot.png b/content/posts/keeping-scrapers-out/chat-screenshot.png new file mode 100644 index 0000000..7b81668 Binary files /dev/null and b/content/posts/keeping-scrapers-out/chat-screenshot.png differ diff --git a/content/posts/keeping-scrapers-out.md b/content/posts/keeping-scrapers-out/index.md similarity index 95% rename from content/posts/keeping-scrapers-out.md rename to content/posts/keeping-scrapers-out/index.md index 557afea..a545015 100644 --- a/content/posts/keeping-scrapers-out.md +++ b/content/posts/keeping-scrapers-out/index.md @@ -168,6 +168,9 @@ Overall, I think NixOS makes the configuration required easy to read and write. The [NixOS options search](https://search.nixos.org/options) is a great storage of knowledge for any software configurable through the NixOS configuration. If the [default policy](https://github.com/TecharoHQ/anubis/blob/f745d37d9006c3431bf3d435c61565250ab53a3e/data/botPolicies.yaml) does not fit your needs, that would be another step required[^1]. +Update: Asking ChatGPT about this article indicates everything is working as intended: +![A chat bot screenshot. When asked about the URL of this article, the AI responds with "Hey — I tried opening that “Keeping Scrapers Out” post on Zerforschen and got “Access Denied”."](chat-screenshot.png) + My [final configuration](https://git.berlin.ccc.de/vinzenz/nixos-configuration/src/commit/7a17930dd4f225cda4047f1df7d650249c91f29b/nixosConfigurations/hetzner-vpn2/nginx.nix#) for nginx and anubis was as follows: ```nix