feat: Update Gitea version to 1.25-rootless and add SSH server key exchanges configuration
This commit is contained in:
@@ -18,7 +18,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# gitea
|
# gitea
|
||||||
gitea_version = "1.24-rootless"
|
gitea_version = "1.25-rootless"
|
||||||
gitea_fqdn = "code.${local.primary_domain}"
|
gitea_fqdn = "code.${local.primary_domain}"
|
||||||
|
|
||||||
# sftpgo
|
# sftpgo
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ locals {
|
|||||||
SMTP_PROTOCOL = var.app_config.smtp_protocol
|
SMTP_PROTOCOL = var.app_config.smtp_protocol
|
||||||
SMTP_HOST = var.app_config.smtp_host
|
SMTP_HOST = var.app_config.smtp_host
|
||||||
SMTP_PORT = var.app_config.smtp_port
|
SMTP_PORT = var.app_config.smtp_port
|
||||||
|
SSH_SERVER_KEY_EXCHANGES = "mlkem768x25519-sha256"
|
||||||
})
|
})
|
||||||
config_checksum = sha256(local.config)
|
config_checksum = sha256(local.config)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ LFS_JWT_SECRET = ${LFS_JWT_SECRET}
|
|||||||
DOMAIN = ${DOMAIN}
|
DOMAIN = ${DOMAIN}
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
SSH_SERVER_KEY_EXCHANGES=${SSH_SERVER_KEY_EXCHANGES}
|
||||||
|
|
||||||
[lfs]
|
[lfs]
|
||||||
PATH = /data/git/lfs
|
PATH = /data/git/lfs
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ variable "db_root_password" {
|
|||||||
variable "tag" {
|
variable "tag" {
|
||||||
description = "The version of the websites to install"
|
description = "The version of the websites to install"
|
||||||
type = string
|
type = string
|
||||||
default = "latest-rootless"
|
default = "1.25-rootless"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "fqdn" {
|
variable "fqdn" {
|
||||||
|
|||||||
@@ -10,59 +10,10 @@
|
|||||||
"group-title": "Beachcam",
|
"group-title": "Beachcam",
|
||||||
"radio": "true"
|
"radio": "true"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"iptv_be": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/be.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_nl": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/nl.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_pt_samsung": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/pt_samsung.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_nl_samsung": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/nl_samsung.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_uk_rakuten": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/uk_rakuten.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_uk_samsung": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/uk_samsung.m3u"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"iptv_us_pluto": {
|
|
||||||
"provider": "file",
|
|
||||||
"config": {
|
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us_pluto.m3u"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"providers_priority": [
|
"providers_priority": [
|
||||||
"m3upt",
|
"m3upt"
|
||||||
"iptv_be",
|
|
||||||
"iptv_nl",
|
|
||||||
"iptv_nl_samsung",
|
|
||||||
"iptv_pt_samsung",
|
|
||||||
"iptv_uk_rakuten",
|
|
||||||
"iptv_uk_samsung",
|
|
||||||
"iptv_us_pluto"
|
|
||||||
],
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"RTP1.pt": {
|
"RTP1.pt": {
|
||||||
|
|||||||
Reference in New Issue
Block a user