feat: add tandoor
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
OpenTofu deployments / authentik (push) Has been cancelled
OpenTofu deployments / adguard (push) Has been cancelled

This commit is contained in:
cătălin 2026-01-26 19:37:42 +01:00
commit d0b57297ea
No known key found for this signature in database
5 changed files with 49 additions and 42 deletions

View file

@ -39,12 +39,6 @@ variable "paperless_client_secret" {
type = string
}
variable "netbird_client_id" {
description = "Netbird client ID"
type = string
}
variable "sftpgo_client_id" {
description = "SFTPGo client ID"
type = string
@ -61,16 +55,16 @@ variable "rustical_client_id" {
}
variable "rustical_client_secret" {
description = "Rustical client secret"
description = "Tandoor client secret"
type = string
}
variable "mediamanager_client_id" {
description = "MediaManager client ID"
variable "tandoor_client_id" {
description = "Tandoor client ID"
type = string
}
variable "mediamanager_client_secret" {
description = "MediaManager client secret"
variable "tandoor_client_secret" {
description = "Tandoor client secret"
type = string
}