Set Gitea landing page to explore page
This commit is contained in:
parent
9747e7cd03
commit
8a60a0ef51
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user