migrate internal domain to home.arpa

This commit is contained in:
♥ Minnie ♥ 2024-11-22 07:15:34 +08:00
parent b636d31d9d
commit 1f776ec51d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 11 additions and 50 deletions

View file

@ -33,7 +33,7 @@ in {
services.traefik.dynamicConfigOptions.http.routers = {
jellyfin = {
rule = "Host(`jellyfin.kanto.dev`)";
rule = "Host(`jellyfin.home.arpa`)";
entryPoints = [
"websecure"
];

View file

@ -27,7 +27,7 @@ in {
services.traefik.dynamicConfigOptions.http.routers = {
lidarr = {
rule = "Host(`lidarr.kanto.dev`)";
rule = "Host(`lidarr.home.arpa`)";
entryPoints = [
"websecure"
];

View file

@ -24,7 +24,7 @@ in {
};
services.traefik.dynamicConfigOptions.http.routers = {
prowlarr = {
rule = "Host(`prowlarr.kanto.dev`)";
rule = "Host(`prowlarr.home.arpa`)";
entryPoints = [
"websecure"
];

View file

@ -27,7 +27,7 @@ in {
services.traefik.dynamicConfigOptions.http.routers = {
qbittorrent = {
rule = "Host(`qbittorrent.kanto.dev`)";
rule = "Host(`qbittorrent.home.arpa`)";
entryPoints = [
"websecure"
];

View file

@ -26,7 +26,7 @@ in {
};
services.traefik.dynamicConfigOptions.http.routers = {
radarr = {
rule = "Host(`radarr.kanto.dev`)";
rule = "Host(`radarr.home.arpa`)";
entryPoints = [
"websecure"
];

View file

@ -27,7 +27,7 @@ in {
services.traefik.dynamicConfigOptions.http.routers = {
sonarr = {
rule = "Host(`sonarr.kanto.dev`)";
rule = "Host(`sonarr.home.arpa`)";
entryPoints = [
"websecure"
];