forked from catalin/fukuops
feat: change qbit's proxied port to 30024
This commit is contained in:
parent
96bf8e40bb
commit
9552508030
2 changed files with 8 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue