add netbox, ebook2audiobook, audiblez, aiostreams and listenarr; alos reenable prowlarr, qbittorrent [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-03 16:58:57 +00:00
parent 48ff047f2a
commit e4473efaea
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 516 additions and 18 deletions

View file

@ -131,6 +131,7 @@ variable "grafana_db_password" { type = string }
variable "clickhouse_password" { type = string }
variable "clickhouse_postgres_password" { type = string }
variable "wealthfolio_password_hash" { type = string }
variable "aiostreams_database_connection_string" { type = string }
provider "kubernetes" {
@ -543,6 +544,8 @@ module "kubernetes_cluster" {
clickhouse_postgres_password = var.clickhouse_postgres_password
wealthfolio_password_hash = var.wealthfolio_password_hash
aiostreams_database_connection_string = var.aiostreams_database_connection_string
}