feat: add prowlarr and qbit tofu deployments
Some checks failed
checks / pre-commit (push) Successful in 1m14s
checks / k8s (push) Successful in 12s
checks / tflint (push) Successful in 11s
Kaniko deployments / nextcloud (push) Failing after 2m10s
OpenTofu deployments / adguard (push) Successful in 42s
OpenTofu deployments / authentik (push) Failing after 3h4m22s
Some checks failed
checks / pre-commit (push) Successful in 1m14s
checks / k8s (push) Successful in 12s
checks / tflint (push) Successful in 11s
Kaniko deployments / nextcloud (push) Failing after 2m10s
OpenTofu deployments / adguard (push) Successful in 42s
OpenTofu deployments / authentik (push) Failing after 3h4m22s
This commit is contained in:
parent
1875cdb7a7
commit
7027b31667
1 changed files with 21 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue