change landing page forgejo

This commit is contained in:
Squibid 2026-03-06 21:39:10 -05:00
parent 890ef168de
commit cb4325f7ef
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -25,6 +25,7 @@ in {
DOMAIN = "git.squi.bid"; DOMAIN = "git.squi.bid";
ROOT_URL = "https://${srv.DOMAIN}/"; ROOT_URL = "https://${srv.DOMAIN}/";
HTTP_PORT = 3000; HTTP_PORT = 3000;
LANDING_PAGE = "explore";
}; };
service = { service = {
ENABLE_CAPTCHA = true; ENABLE_CAPTCHA = true;