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; };