forgejo: fix yubikey not working
This commit is contained in:
parent
c9aefef891
commit
01e5475981
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue