From a3b58b96deb34dfea65d8caa2eb341805899d4e5 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 6 Jan 2026 03:00:03 +0000 Subject: [PATCH] Migrate to new domain --- compose.yml | 2 +- server/config/app.template.ini | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 56a285f..26b3605 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: - gitea_server environment: CONFIG_FILE: /config.yaml - GITEA_INSTANCE_URL: "https://git.illegal-crime.org" + GITEA_INSTANCE_URL: "https://gitea.leaf.home.kappeh.org" GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}" GITEA_RUNNER_NAME: "Gitea Runner" volumes: diff --git a/server/config/app.template.ini b/server/config/app.template.ini index a6d3cab..3791c48 100644 --- a/server/config/app.template.ini +++ b/server/config/app.template.ini @@ -14,9 +14,9 @@ TEMP_PATH = /tmp/gitea/uploads [server] APP_DATA_PATH = /var/lib/gitea -SSH_DOMAIN = git.illegal-crime.org +SSH_DOMAIN = gitea.leaf.home.kappeh.org HTTP_PORT = 3000 -ROOT_URL = https://git.illegal-crime.org/ +ROOT_URL = https://gitea.leaf.home.kappeh.org/ DISABLE_SSH = false ; In rootless gitea container only internal ssh server is supported START_SSH_SERVER = true @@ -25,7 +25,7 @@ SSH_PORT = 2222 SSH_LISTEN_PORT = 2222 BUILTIN_SSH_SERVER_USER = git LFS_START_SERVER = true -DOMAIN = git.illegal-crime.org +DOMAIN = gitea.leaf.home.kappeh.org LFS_JWT_SECRET = ${CFG_LFS_JWT_SECRET} OFFLINE_MODE = true @@ -81,9 +81,9 @@ PATH = /var/lib/gitea/git/lfs [mailer] ENABLED = true -FROM = gitea@illegal-crime.org +FROM = gitea@kappeh.org PROTOCOL = smpt -SMTP_ADDR = leaf.illegal-crime.org +SMTP_ADDR = leaf.home.kappeh.org SMTP_PORT = 8025 [openid] @@ -101,3 +101,4 @@ DEFAULT_TRUST_MODEL = committer [oauth2] JWT_SECRET = ${CFG_JWT_SECRET} +