kaas
This commit is contained in:
parent
f289c3663a
commit
f1ffa33976
2 changed files with 28 additions and 1 deletions
|
@ -22,12 +22,20 @@ in
|
|||
HTTP_PORT = 5002;
|
||||
};
|
||||
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false;
|
||||
SHOW_REGISTRATION_BUTTON = false;
|
||||
};
|
||||
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "forgejo";
|
||||
};
|
||||
|
||||
session = {
|
||||
COOKIE_SECURE = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -54,6 +62,8 @@ in
|
|||
enable = true;
|
||||
virtualHosts = {
|
||||
"git.kruining.eu".extraConfig = ''
|
||||
import auth
|
||||
|
||||
reverse_proxy http://127.0.0.1:5002
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue