21 lines
725 B
Terraform
21 lines
725 B
Terraform
|
#resource "authentik_provider_proxy" "tubearchivist" {
|
||
|
# name = "Tube Archivist"
|
||
|
# internal_host = "http://tubearchivist.jellyfin:7171"
|
||
|
# external_host = "https://tubearchivist.lab.cowley.tech"
|
||
|
#
|
||
|
# internal_host_ssl_validation = false
|
||
|
#
|
||
|
# authentication_flow = data.authentik_flow.default-authentication-flow.id
|
||
|
# authorization_flow = data.authentik_flow.default-provider-authorization-implicit-consent.id
|
||
|
# invalidation_flow = data.authentik_flow.default-provider-invalidation-flow.id
|
||
|
#
|
||
|
# access_token_validity = "hours=24"
|
||
|
#}
|
||
|
#
|
||
|
#resource "authentik_application" "tubearchivist" {
|
||
|
# name = "Tube Archivist"
|
||
|
# slug = "tubearchivist"
|
||
|
#
|
||
|
# protocol_provider = authentik_provider_proxy.tubearchivist.id
|
||
|
#}
|