chore: update forgejo and miniflux secrets

This commit is contained in:
cătălin 2026-01-05 20:48:30 +01:00
commit 758b40563c
No known key found for this signature in database
7 changed files with 454 additions and 15 deletions

View file

@ -56,11 +56,21 @@ variable "sftpgo_client_secret" {
}
variable "rustical_client_id" {
description = "Radicale client ID"
description = "Rustical client ID"
type = string
}
variable "rustical_client_secret" {
description = "Radicale client secret"
description = "Rustical client secret"
type = string
}
variable "mediamanager_client_id" {
description = "MediaManager client ID"
type = string
}
variable "mediamanager_client_secret" {
description = "MediaManager client secret"
type = string
}