From e339667c2b197c183ed2c1276c043baba8d5c6e7 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 20 Dec 2025 11:30:05 -0500 Subject: [PATCH] updated gitea settings --- systems/jeeves/services/gitea.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/systems/jeeves/services/gitea.nix b/systems/jeeves/services/gitea.nix index 0064173..5f8c733 100644 --- a/systems/jeeves/services/gitea.nix +++ b/systems/jeeves/services/gitea.nix @@ -9,7 +9,6 @@ in appName = "TMM Workshop"; stateDir = "${vars.services}/gitea/"; lfs.enable = true; - recommendedDefaults = true; database = { type = "postgres"; name = "gitea"; @@ -21,11 +20,11 @@ in settings = { service.DISABLE_REGISTRATION = true; server = { - DOMAIN = "nayeonie.com"; - ROOT_URL = "https://nayeonie.com/"; + DOMAIN = "tmmworkshop.com"; + ROOT_URL = "https://gitea.tmmworkshop.com/"; HTTP_PORT = 6443; - SSH_PORT = 2222; - SSH_LISTEN_PORT = 2223; + SSH_PORT = 2223; + SSH_LISTEN_PORT = 2224; START_SSH_SERVER = true; PUBLIC_URL_DETECTION = "auto"; };