Refactor Nix configurations to update URLs from hypervirtual.world to rougebordeaux.xyz

- Updated flake.nix to change Alejandra and other inputs to follow the new repository structure.
- Modified uptime-kuma configurations to reflect the new domain for Caddy reverse proxy settings.
- Adjusted various multimedia services in Sisyphe to use the new domain for Caddy virtual hosts.
- Disabled the Sabnzbd service in Sisyphe and updated its Caddy configuration.
- Corrected multiple service configurations in Sisyphe to point to the new domain, including Grafana, Nextcloud, and Synapse Matrix.
- Ensured all references to hypervirtual.world are replaced with rougebordeaux.xyz across all relevant files.
This commit is contained in:
chloe 2025-05-08 16:02:47 +02:00
parent 85e2ce21e3
commit 8a522c525c
20 changed files with 136 additions and 537 deletions

View file

@ -58,31 +58,31 @@ in
*/
services.caddy.virtualHosts = {
"http://radarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://radarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :7878
'';
"http://sonarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://sonarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :8989
'';
"http://sonarr-anime.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://sonarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :8999
'';
"http://prowlarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://prowlarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :9696
'';
"http://katflix.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://katflix.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :5055
'';
"http://bazarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://bazarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :6767
'';
"http://bazarr-anime.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://bazarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :6777
'';
};

View file

@ -11,7 +11,7 @@
};
};
services.caddy.virtualHosts."http://books.hypervirtual.world".extraConfig = ''
reverse_proxy :8083
'';
services.caddy.virtualHosts."http://books.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :8083
'';
}

View file

@ -23,11 +23,11 @@
};
services.caddy.virtualHosts = {
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
"http://jellyfin.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :8096
'';
"http://media.hypervirtual.world".extraConfig = ''
"http://media.rougebordeaux.xyz.extraConfig = ''
reverse_proxy :8096
'';
};

View file

@ -1,11 +1,11 @@
{ ... }:
{
services.sabnzbd = {
enable = true;
openFirewall = true;
enable = false;
openFirewall = false;
};
services.caddy.virtualHosts."http://nzb.sisyphe.normandy.hypervirtual.world".extraConfig = ''
services.caddy.virtualHosts."http://nzb.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
reverse_proxy 8080
'';
}

View file

@ -36,8 +36,8 @@ in
};
};
services.caddy.virtualHosts."http://slskd.sisyphe.normandy.hypervirtual.world".extraConfig = ''
reverse_proxy :5030
'';
services.caddy.virtualHosts."http://slskd.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :5030
'';
};
}

View file

@ -45,7 +45,8 @@ in
};
};
services.caddy.virtualHosts."http://transmission.sisyphe.normandy.hypervirtual.world".extraConfig = ''
services.caddy.virtualHosts."http://transmission.sisyphe.normandy.rougebordeaux.xyz".extraConfig =
''
reverse_proxy :9091
'';
};