mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
feat: closed ports and using reverse proxy only
This commit is contained in:
parent
efa25914cb
commit
2ae226c5ef
|
@ -4,10 +4,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
":5050".extraConfig = ''
|
|
||||||
reverse_proxy :8083
|
|
||||||
'';
|
|
||||||
|
|
||||||
"http://sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
"http://sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||||
reverse_proxy :8003
|
reverse_proxy :8003
|
||||||
'';
|
'';
|
||||||
|
@ -16,10 +12,6 @@
|
||||||
reverse_proxy :3333
|
reverse_proxy :3333
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"http://photos.hypervirtual.world".extraConfig = ''
|
|
||||||
reverse_proxy :2342
|
|
||||||
'';
|
|
||||||
|
|
||||||
"http://books.hypervirtual.world".extraConfig = ''
|
"http://books.hypervirtual.world".extraConfig = ''
|
||||||
reverse_proxy :8083
|
reverse_proxy :8083
|
||||||
'';
|
'';
|
||||||
|
@ -28,10 +20,6 @@
|
||||||
reverse_proxy :3030
|
reverse_proxy :3030
|
||||||
'';
|
'';
|
||||||
|
|
||||||
":2344".extraConfig = ''
|
|
||||||
reverse_proxy :2342
|
|
||||||
'';
|
|
||||||
|
|
||||||
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||||
reverse_proxy :8096
|
reverse_proxy :8096
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -38,12 +38,6 @@ in
|
||||||
22 # ssh
|
22 # ssh
|
||||||
8008 # matrix-synapse
|
8008 # matrix-synapse
|
||||||
8448 # matrix-synapse
|
8448 # matrix-synapse
|
||||||
3030
|
|
||||||
3333
|
|
||||||
2344
|
|
||||||
4000
|
|
||||||
5050 # calibre-web
|
|
||||||
9091 # transmission
|
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [ ];
|
allowedUDPPorts = [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue