caddy: use more topic-based subdomains for services

ex.
jellyfin -> watch
sonarr   -> shows.arr
miniflux -> rss
This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent 174202b36e
commit eff7cf084e
3 changed files with 14 additions and 14 deletions

View file

@ -65,27 +65,27 @@
}
{
title = "Radarr";
url = "https://radarr.${config.homelab.domain}";
url = "https://movies.arr.${config.homelab.domain}";
}
{
title = "Sonarr";
url = "https://sonarr.${config.homelab.domain}";
url = "https://shows.arr.${config.homelab.domain}";
}
{
title = "Lidarr";
url = "https://lidarr.${config.homelab.domain}";
url = "https://music.arr.${config.homelab.domain}";
}
{
title = "Prowlarr";
url = "https://prowlarr.${config.homelab.domain}";
url = "https://index.arr.${config.homelab.domain}";
}
{
title = "Bazarr";
url = "https://bazarr.${config.homelab.domain}";
url = "https://subtitles.arr.${config.homelab.domain}";
}
{
title = "Deluge";
url = "https://deluge.${config.homelab.domain}";
url = "https://torrent.${config.homelab.domain}";
}
];
}
@ -99,7 +99,7 @@
}
{
title = "Karakeep";
url = "https://karakeep.${config.homelab.domain}";
url = "https://save.${config.homelab.domain}";
}
];
}