feat: add arrs authentik-proxy providers
This commit is contained in:
parent
399dd397bb
commit
8db4abe79c
1 changed files with 33 additions and 0 deletions
|
|
@ -103,3 +103,36 @@ module "paperless" {
|
||||||
app_publisher = "Paperless"
|
app_publisher = "Paperless"
|
||||||
app_url = "https://paperless.roboces.dev"
|
app_url = "https://paperless.roboces.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "sonarr" {
|
||||||
|
source = "../modules/authentik-proxy"
|
||||||
|
app_name = "Sonarr"
|
||||||
|
app_slug = "sonarr"
|
||||||
|
app_access_group_id = authentik_group.admins.id
|
||||||
|
app_url = "https://sonarr.fukurokuju.dev"
|
||||||
|
internal_host = "http://192.168.1.3:38013/"
|
||||||
|
internal_host_ssl_validation = false
|
||||||
|
app_icon = "https://sonarr.tv/img/logo.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
module "radarr" {
|
||||||
|
source = "../modules/authentik-proxy"
|
||||||
|
app_name = "Radarr"
|
||||||
|
app_slug = "radarr"
|
||||||
|
app_access_group_id = authentik_group.admins.id
|
||||||
|
app_url = "https://radarr.fukurokuju.dev"
|
||||||
|
internal_host = "http://192.168.1.3:38012/"
|
||||||
|
internal_host_ssl_validation = false
|
||||||
|
app_icon = "https://radarr.video/img/background/logo.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
module "lidarr" {
|
||||||
|
source = "../modules/authentik-proxy"
|
||||||
|
app_name = "Lidarr"
|
||||||
|
app_slug = "lidarr"
|
||||||
|
app_access_group_id = authentik_group.admins.id
|
||||||
|
app_url = "https://radarr.fukurokuju.dev"
|
||||||
|
internal_host = "http://192.168.1.3:38010/"
|
||||||
|
internal_host_ssl_validation = false
|
||||||
|
app_icon = "https://lidarr.audio/img/background/logo.png"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue