add fressh rss [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-25 12:22:39 +00:00
parent cfce28b468
commit 110becb45c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 122 additions and 0 deletions

View file

@ -669,3 +669,8 @@ module "xray" {
xray_reality_private_key = var.xray_reality_private_key
xray_reality_short_ids = var.xray_reality_short_ids
}
module "freshrss" {
source = "./freshrss"
tls_secret_name = var.tls_secret_name
}