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

This commit is contained in:
doomtube 2026-01-06 04:53:46 -05:00
parent 01bd631af8
commit 3155eacdac
7 changed files with 8 additions and 109 deletions

View file

@ -105,12 +105,6 @@ variable "forgejo_droplet_image" {
default = "debian-12-x64"
}
variable "forgejo_volume_size" {
description = "Size of the Forgejo data volume in GB"
type = number
default = 50
}
variable "forgejo_domain" {
description = "Domain name for Forgejo (e.g., qbit.realms.pub)"
type = string