Add metube and spotizerr
This commit is contained in:
parent
dab98d9c73
commit
539c8110dd
3 changed files with 42 additions and 23 deletions
|
@ -1,22 +1,20 @@
|
|||
#resource "authentik_provider_proxy" "spotizerr" {
|
||||
# name = "Spotizerr"
|
||||
# internal_host = "http://spotizerr.jellyfin:7171"
|
||||
# external_host = "https://spotizerr.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" "spotizerr" {
|
||||
# name = "Spotizerr"
|
||||
# slug = "spotizerr"
|
||||
#
|
||||
# protocol_provider = authentik_provider_proxy.spotizerr.id
|
||||
#}
|
||||
#
|
||||
#
|
||||
resource "authentik_provider_proxy" "spotizerr" {
|
||||
name = "Spotizerr"
|
||||
internal_host = "http://spotizerr.jellyfin:7171"
|
||||
external_host = "https://spotizerr.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" "spotizerr" {
|
||||
name = "Spotizerr"
|
||||
slug = "spotizerr"
|
||||
|
||||
protocol_provider = authentik_provider_proxy.spotizerr.id
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue