forgejo: fix yubikey not working
This commit is contained in:
parent
2bd027e333
commit
d0284bc21b
|
@ -73,7 +73,7 @@ in
|
|||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.${domainName}";
|
||||
ROOT_URL = "http://git.${domainName}:${toString forgejoPort}";
|
||||
ROOT_URL = "https://git.${domainName}";
|
||||
HTTP_PORT = forgejoPort;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue