feat: change qbit's proxied port to 30024

This commit is contained in:
cătălin 2025-01-07 13:24:27 +01:00
commit 9552508030
No known key found for this signature in database
2 changed files with 8 additions and 11 deletions

View file

@ -17,7 +17,6 @@ data "authentik_user" "catalin" {
username = "catalin"
}
resource "authentik_group" "ci" {
name = "ci"
users = [data.authentik_user.catalin.id]
@ -152,7 +151,7 @@ module "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 = "http://192.168.1.3:30024"
internal_host_ssl_validation = false
}
@ -166,7 +165,6 @@ module "prowlarr" {
internal_host_ssl_validation = false
}
module "sftpgo" {
source = "../modules/authentik-oidc"
app_name = "SFTPGo"