mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
fix admin panel errors
This commit is contained in:
parent
6677f1e8d0
commit
32c78d10a8
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ in
|
|||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
#DOMAIN = "git.example.com";
|
||||
DOMAIN = "git.ahoneybun.net";
|
||||
# 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;
|
||||
};
|
||||
# You can temporarily allow registration to create an admin user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue