forgejo: enable ssh
All checks were successful
/ check (push) Successful in 2m5s
All checks were successful
/ check (push) Successful in 2m5s
This commit is contained in:
parent
67f7089c02
commit
566f22e61f
1 changed files with 6 additions and 1 deletions
|
@ -20,9 +20,14 @@
|
|||
};
|
||||
server = {
|
||||
HTTP_PORT = 3200;
|
||||
DOMAIN = "git.notohh.dev";
|
||||
DOMAIN = "git.flake.sh";
|
||||
ROOT_URL = "https://git.flake.sh";
|
||||
LANDING_PAGE = "/explore/repos";
|
||||
START_SSH_SERVER = true;
|
||||
SSH_DOMAIN = "git.flake.sh";
|
||||
SSH_PORT = 2222;
|
||||
SSH_LISTEN_PORT = 2222;
|
||||
SSH_LISTEN_HOST = "100.121.201.47";
|
||||
};
|
||||
database = {
|
||||
DB_TYPE = lib.mkForce "postgres";
|
||||
|
|
Loading…
Reference in a new issue