feat: Update Gitea version to 1.25-rootless and add SSH server key exchanges configuration
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user