Enable federation

This commit is contained in:
Henry Hiles 2025-03-25 18:16:05 -04:00
parent a832cfc5e5
commit 84a93bfa26
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

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