gitea over ssh is working, https in progress
Some checks failed
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Failing after 6m50s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9m43s
Check Nix formatting / Perform Nix format checks (push) Failing after 5m36s
Update flakes / createPullRequest (push) Failing after 3h13m22s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-11-30 00:30:57 -05:00
parent 8280d40eae
commit c18e54fcdd
6 changed files with 87 additions and 5 deletions

View File

@ -21,14 +21,24 @@ in
};
settings = {
server = {
DOMAIN = "git.alicehuston.xyz";
ROOT_URL = "https://git.alicehuston.xyz/";
DOMAIN = "nayeonie.com";
ROOT_URL = "https://nayeonie.com/";
HTTP_PORT = 6443;
SSH_PORT = 2222;
SSH_LISTEN_PORT = 2223;
START_SSH_SERVER = true;
};
service = {
DISABLE_REGISTRATION = true;
};
log = {
LEVEL = "Trace";
ENABLE_SSH_LOG = true;
};
"log.console-warn" = {
LEVEL = "Trace";
ENABLE_SSH_LOG = true;
};
};
stateDir = base_path;
lfs.enable = true;