Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s
All checks were successful
Build and Push / build-all (push) Successful in 15s
This commit is contained in:
parent
1220c5101d
commit
38ecb718e7
8 changed files with 92 additions and 31 deletions
|
|
@ -99,3 +99,12 @@ variable "forgejo_registry" {
|
|||
type = string
|
||||
default = "qbit.realms.pub"
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# SSL Certificate Configuration
|
||||
# =============================================================================
|
||||
|
||||
variable "letsencrypt_email" {
|
||||
description = "Email for Let's Encrypt certificate notifications"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue