use git as ssh user so it doesn't need to be in the clone url

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 14:04:55 -05:00
parent 009d157188
commit 37d4ac85b2
2 changed files with 2 additions and 1 deletions

View file

@ -159,6 +159,7 @@ in
SSH_LISTEN_HOST = "0.0.0.0";
SSH_LISTEN_PORT = 3032; # actual listen port
SSH_PORT = 3032; # used in UI
BUILTIN_SSH_SERVER_USER = "git";
LANDING_PAGE = "explore";
};