adding radarr to caddy

This commit is contained in:
Chris Cochrun 2022-10-27 18:53:16 -05:00
parent 1a2020c900
commit 7f2b4c0902
2 changed files with 10 additions and 0 deletions

View file

@ -1270,6 +1270,11 @@ Dalinar's config is of course server oriented.
reverse_proxy localhost:7879
'';
};
virtualHosts = {
"radarr.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:7878
'';
};
virtualHosts = {
"192.168.1.2".extraConfig = ''
reverse_proxy localhost:9091

View file

@ -212,6 +212,11 @@
reverse_proxy localhost:7879
'';
};
virtualHosts = {
"radarr.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:7878
'';
};
virtualHosts = {
"192.168.1.2".extraConfig = ''
reverse_proxy localhost:9091