fix admin panel errors

This commit is contained in:
Aaron Honeycutt 2025-02-25 13:42:32 +00:00
parent 6677f1e8d0
commit 32c78d10a8

View file

@ -11,9 +11,9 @@ in
lfs.enable = true; lfs.enable = true;
settings = { settings = {
server = { server = {
#DOMAIN = "git.example.com"; DOMAIN = "git.ahoneybun.net";
# You need to specify this to remove the port from URLs in the web UI. # You need to specify this to remove the port from URLs in the web UI.
#ROOT_URL = "https://${srv.DOMAIN}/"; ROOT_URL = "https://${srv.DOMAIN}/";
HTTP_PORT = 3001; HTTP_PORT = 3001;
}; };
# You can temporarily allow registration to create an admin user. # You can temporarily allow registration to create an admin user.