1
0
Fork 0

bekkalokk/gitea: direct non-logged-in users to the explore tab

This is a much more interesting page rather than trying to sell gitea
This commit is contained in:
Daniel Lovbrotte Olsen 2024-07-19 21:19:06 +02:00
parent 78caceddce
commit 8f3013dc00
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ in {
SSH_PORT = sshPort; SSH_PORT = sshPort;
START_SSH_SERVER = true; START_SSH_SERVER = true;
START_LFS_SERVER = true; START_LFS_SERVER = true;
LANDING_PAGE = "explore";
}; };
mailer = { mailer = {
ENABLED = true; ENABLED = true;