Add external jellyfin service
This commit is contained in:
parent
ee6f7bd937
commit
ae6fe918ef
@ -79,3 +79,12 @@ resource "nomad_variable" "traefik_external_appdaemon" {
|
||||
# path_prefix = "/add"
|
||||
}
|
||||
}
|
||||
|
||||
resource "nomad_variable" "traefik_external_jellyfin" {
|
||||
path = "traefik_external/jellyfin"
|
||||
items = {
|
||||
name = "jellyfin"
|
||||
subdomain = "jellyfin",
|
||||
url = "http://agnosticfront.thefij:8096"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user