From 113127e7aa683c63421140fba0c603e82df7e366 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 29 Mar 2024 19:25:45 -0400 Subject: [PATCH] update port and address for gitea --- machines/cj/gitea.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/cj/gitea.nix b/machines/cj/gitea.nix index 1f79d63..96bdeed 100644 --- a/machines/cj/gitea.nix +++ b/machines/cj/gitea.nix @@ -13,7 +13,9 @@ DOMAIN = "git.jhink.org"; ROOT_URL = "https://git.jhink.org"; HTTP_PORT = 3000; - HTTP_ADDR = "127.0.0.1"; + HTTP_ADDR = "0.0.0.0"; + START_SSH_SERVER = "true"; + SSH_PORT = 22222; }; }; }