feat: Update Gitea version to 1.25-rootless and add SSH server key exchanges configuration

This commit is contained in:
2026-03-09 22:03:30 +01:00
parent 5acdfd6b23
commit dcf9a5c796
5 changed files with 5 additions and 52 deletions
+1
View File
@@ -34,6 +34,7 @@ locals {
SMTP_PROTOCOL = var.app_config.smtp_protocol
SMTP_HOST = var.app_config.smtp_host
SMTP_PORT = var.app_config.smtp_port
SSH_SERVER_KEY_EXCHANGES = "mlkem768x25519-sha256"
})
config_checksum = sha256(local.config)
}
@@ -35,6 +35,7 @@ LFS_JWT_SECRET = ${LFS_JWT_SECRET}
DOMAIN = ${DOMAIN}
OFFLINE_MODE = false
SHELL = /bin/sh
SSH_SERVER_KEY_EXCHANGES=${SSH_SERVER_KEY_EXCHANGES}
[lfs]
PATH = /data/git/lfs
+1 -1
View File
@@ -32,7 +32,7 @@ variable "db_root_password" {
variable "tag" {
description = "The version of the websites to install"
type = string
default = "latest-rootless"
default = "1.25-rootless"
}
variable "fqdn" {