update resume to be a bit more working; still not workign but closer...[ci skip]

This commit is contained in:
Viktor Barzin 2026-01-18 14:05:01 +00:00
parent c17b481346
commit add3bc4cbf
3 changed files with 76 additions and 21 deletions

View file

@ -61,6 +61,7 @@ variable "crowdsec_dash_machine_id" { type = string }
variable "crowdsec_dash_machine_password" { type = string }
variable "vaultwarden_smtp_password" {}
variable "resume_database_url" {}
variable "resume_database_password" {}
variable "resume_redis_url" {}
variable "frigate_valchedrym_camera_credentials" { default = "" }
variable "paperless_db_password" {}
@ -575,6 +576,7 @@ module "crowdsec" {
# tls_secret_name = var.tls_secret_name
# redis_url = var.resume_redis_url
# database_url = var.resume_database_url
# db_password = var.resume_database_password
# }
module "uptime-kuma" {