Enable federation

This commit is contained in:
Henry Hiles 2025-03-25 18:16:05 -04:00
parent a832cfc5e5
commit 84a93bfa26
No known key found for this signature in database

View file

@ -19,10 +19,15 @@
ROOT_URL = "https://${domain}";
HTTP_ADDR = socket;
PROTOCOL = "http+unix";
START_SSH_SERVER = true;
SSH_LISTEN_PORT = 2222;
BUILTIN_SSH_SERVER_USER = "git";
LANDING_PAGE = "explore";
};
federation.enable = true;
};
};