feat: add prowlarr and qbit tofu deployments

This commit is contained in:
cătălin 2024-12-31 13:37:42 +01:00
commit 7027b31667
No known key found for this signature in database

View file

@ -146,6 +146,27 @@ module "lidarr" {
app_icon = "https://lidarr.audio/img/background/logo.png"
}
module "qbit" {
source = "../modules/authentik-proxy"
app_name = "qBit"
app_slug = "qbit"
app_access_group_id = authentik_group.admins.id
app_url = "https://qbit.fukurokuju.dev"
internal_host = "http://192.168.1.3:38080"
internal_host_ssl_validation = false
}
module "prowlarr" {
source = "../modules/authentik-proxy"
app_name = "Prowlarr"
app_slug = "prowlarr"
app_access_group_id = authentik_group.admins.id
app_url = "https://prowlarr.fukurokuju.dev"
internal_host = "http://192.168.1.3:38014"
internal_host_ssl_validation = false
}
module "sftpgo" {
source = "../modules/authentik-oidc"
app_name = "SFTPGo"