Set Gitea landing page to explore page

This commit is contained in:
Jordan Holt 2024-05-03 21:32:19 +01:00
parent 9747e7cd03
commit 8a60a0ef51
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -64,12 +64,14 @@ in {
}; };
settings = { settings = {
server = { server = {
DOMAIN = config.networking.domain;
DISABLE_ROUTER_LOG = true;
LANDING_PAGE = "explore";
OFFLINE_MODE = true;
PROTOCOL = "http+unix";
SSH_USER = "git"; SSH_USER = "git";
SSH_DOMAIN = "git.vimium.com"; SSH_DOMAIN = "git.vimium.com";
SSH_PORT = lib.head config.services.openssh.ports; SSH_PORT = lib.head config.services.openssh.ports;
OFFLINE_MODE = true;
PROTOCOL = "http+unix";
DOMAIN = config.networking.domain;
ROOT_URL = "https://git.vimium.com/"; ROOT_URL = "https://git.vimium.com/";
}; };
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;