feat: internal tls
This commit is contained in:
parent
9a761a36e1
commit
742e8b7f74
1 changed files with 8 additions and 0 deletions
|
|
@ -168,27 +168,35 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."jackett.saberofxebec".extraConfig = ''
|
virtualHosts."jackett.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :9117
|
reverse_proxy :9117
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."qbittorrent.saberofxebec".extraConfig = ''
|
virtualHosts."qbittorrent.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8080
|
reverse_proxy :8080
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."radarr.saberofxebec".extraConfig = ''
|
virtualHosts."radarr.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :7878
|
reverse_proxy :7878
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."sonarr.saberofxebec".extraConfig = ''
|
virtualHosts."sonarr.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8989
|
reverse_proxy :8989
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."readarr.saberofxebec".extraConfig = ''
|
virtualHosts."readarr.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8787
|
reverse_proxy :8787
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."jellyfin.saberofxebec".extraConfig = ''
|
virtualHosts."jellyfin.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8787
|
reverse_proxy :8787
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8787
|
reverse_proxy :8787
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."pihole.saberofxebec".extraConfig = ''
|
virtualHosts."pihole.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :12345
|
reverse_proxy :12345
|
||||||
|
tls internal
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue