Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s

This commit is contained in:
doomtube 2026-01-06 03:46:28 -05:00
parent 1220c5101d
commit 38ecb718e7
8 changed files with 92 additions and 31 deletions

View file

@ -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
}