Revert "caddy: use more topic-based subdomains for services"
breaks ssl with arr sites This reverts commit 71d13e9b6cf97925af4cc631c1e7b67d79969ca3.
This commit is contained in:
parent
eff7cf084e
commit
8d96a11cb7
3 changed files with 14 additions and 14 deletions
|
|
@ -65,27 +65,27 @@
|
|||
}
|
||||
{
|
||||
title = "Radarr";
|
||||
url = "https://movies.arr.${config.homelab.domain}";
|
||||
url = "https://radarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Sonarr";
|
||||
url = "https://shows.arr.${config.homelab.domain}";
|
||||
url = "https://sonarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Lidarr";
|
||||
url = "https://music.arr.${config.homelab.domain}";
|
||||
url = "https://lidarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Prowlarr";
|
||||
url = "https://index.arr.${config.homelab.domain}";
|
||||
url = "https://prowlarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Bazarr";
|
||||
url = "https://subtitles.arr.${config.homelab.domain}";
|
||||
url = "https://bazarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Deluge";
|
||||
url = "https://torrent.${config.homelab.domain}";
|
||||
url = "https://deluge.${config.homelab.domain}";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
{
|
||||
title = "Karakeep";
|
||||
url = "https://save.${config.homelab.domain}";
|
||||
url = "https://karakeep.${config.homelab.domain}";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue