From f7327bef3e4cc3fc73783a3034677cadaebdf573 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 16 Aug 2025 07:04:56 +0000 Subject: [PATCH] servo: document the anubis openGraph setting --- hosts/by-name/servo/services/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/by-name/servo/services/gitea.nix b/hosts/by-name/servo/services/gitea.nix index 5c0a854fd..a9444cfbb 100644 --- a/hosts/by-name/servo/services/gitea.nix +++ b/hosts/by-name/servo/services/gitea.nix @@ -124,6 +124,7 @@ services.anubis.instances."git.uninsane.org" = { settings.TARGET = "http://127.0.0.1:3000"; + # allow IM clients/etc to show embeds/previews, else they just show "please verify you aren't a bot..." botPolicy.openGraph.enabled = true; };