Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 7m17s
All checks were successful
Build and Push / build-all (push) Successful in 7m17s
This commit is contained in:
parent
01bd631af8
commit
3155eacdac
7 changed files with 8 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue