mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19: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;
|
||||
ingress = {
|
||||
"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}";
|
||||
"sonarr.gensokyo.zone".service = "http://localhost:8989";
|
||||
"radarr.gensokyo.zone".service = "http://localhost:7878";
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ module "mediabox" {
|
|||
"radarr",
|
||||
"jackett",
|
||||
"bazarr",
|
||||
"tatulli",
|
||||
"tautulli",
|
||||
"ombi",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue