mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Set forgejo landing page to user page
This commit is contained in:
parent
f47534c8f3
commit
0c4d961879
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
DOMAIN = cfg.domain;
|
||||
ROOT_URL = "https://${cfg.domain}/";
|
||||
HTTP_PORT = cfg.port;
|
||||
LANDING_PAGE = "explore";
|
||||
LANDING_PAGE = "/SebastianStork";
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
session.PROVIDER = "db";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue