mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(mediabox): fix tautulli spelling
This commit is contained in:
parent
ba6060e55a
commit
a191777943
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
credentialsFile = config.sops.secrets.cloudflare_mediabox_tunnel.path;
|
credentialsFile = config.sops.secrets.cloudflare_mediabox_tunnel.path;
|
||||||
ingress = {
|
ingress = {
|
||||||
"plex.gensokyo.zone".service = "http://localhost:32400";
|
"plex.gensokyo.zone".service = "http://localhost:32400";
|
||||||
"tautuli.gensokyo.zone".service = "http://localhost:${toString config.services.tautulli.port}";
|
"tauutuli.gensokyo.zone".service = "http://localhost:${toString config.services.tautulli.port}";
|
||||||
"ombi.gensokyo.zone".service = "http://localhost:${toString config.services.ombi.port}";
|
"ombi.gensokyo.zone".service = "http://localhost:${toString config.services.ombi.port}";
|
||||||
"sonarr.gensokyo.zone".service = "http://localhost:8989";
|
"sonarr.gensokyo.zone".service = "http://localhost:8989";
|
||||||
"radarr.gensokyo.zone".service = "http://localhost:7878";
|
"radarr.gensokyo.zone".service = "http://localhost:7878";
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ module "mediabox" {
|
||||||
"radarr",
|
"radarr",
|
||||||
"jackett",
|
"jackett",
|
||||||
"bazarr",
|
"bazarr",
|
||||||
"tatulli",
|
"tautulli",
|
||||||
"ombi",
|
"ombi",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue