feat: set landing page and theme
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
d5d3984557
commit
3aa3570617
1 changed files with 3 additions and 0 deletions
|
|
@ -20,8 +20,11 @@ in
|
||||||
DOMAIN = "git.escapeangle.com";
|
DOMAIN = "git.escapeangle.com";
|
||||||
ROOT_URL = "https://${srv.DOMAIN}";
|
ROOT_URL = "https://${srv.DOMAIN}";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ui.DEFAULT_THEME = "gitea-auto";
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = false;
|
DISABLE_REGISTRATION = false;
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue