feat(gitea): refactor configuration to use structured app_config and add TLS support
This commit is contained in:
@@ -82,3 +82,27 @@ variable "root_ca_key" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "gitea_lfs_jwt_secret" {
|
||||
description = "Gitea LFS JWT secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "gitea_secret_key" {
|
||||
description = "Gitea secret key"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "gitea_internal_token" {
|
||||
description = "Gitea internal token"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "gitea_jwt_secret" {
|
||||
description = "Gitea JWT secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user