patch-gitea-anubis-opengraph #6

Merged
colin merged 1 commits from shelvacu/colins-nix-files:patch-gitea-anubis-opengraph into master 2025-08-16 07:00:23 +00:00

View File

@@ -122,7 +122,10 @@
# services.openssh.settings.UsePAM = true; #< required for `git` user to authenticate
services.anubis.instances."git.uninsane.org".settings.TARGET = "http://127.0.0.1:3000";
services.anubis.instances."git.uninsane.org" = {
settings.TARGET = "http://127.0.0.1:3000";
botPolicy.openGraph.enabled = true;
};
# hosted git (web view and for `git <cmd>` use
# TODO: enable publog?