mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-12 00:20:18 +02:00
fix: bad replace
This commit is contained in:
parent
06e89225e1
commit
5b0e2828d1
1 changed files with 21 additions and 23 deletions
|
@ -18,8 +18,6 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
services.prowlarr = {
|
services.prowlarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
@ -58,32 +56,32 @@ in
|
||||||
*/
|
*/
|
||||||
|
|
||||||
services.caddy.virtualHosts = {
|
services.caddy.virtualHosts = {
|
||||||
"http://radarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
"http://radarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :7878
|
reverse_proxy :7878
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://sonarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://sonarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :8989
|
reverse_proxy :8989
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://sonarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://sonarr-anime.sisyphe.normandy.rougebordeaux".xyz.extraConfig = ''
|
||||||
reverse_proxy :8999
|
reverse_proxy :8999
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://prowlarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://prowlarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :9696
|
reverse_proxy :9696
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://katflix.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://katflix.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :5055
|
reverse_proxy :5055
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://bazarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://bazarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :6767
|
reverse_proxy :6767
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://bazarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = ''
|
"http://bazarr-anime.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
|
||||||
reverse_proxy :6777
|
reverse_proxy :6777
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue