forked from nico/dots
caddy: use more topic-based subdomains for services
ex. jellyfin -> watch sonarr -> shows.arr miniflux -> rss
This commit is contained in:
parent
174202b36e
commit
eff7cf084e
3 changed files with 14 additions and 14 deletions
|
|
@ -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}";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue