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;
|
||||
|
||||
virtualHosts = {
|
||||
":5050".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
|
||||
"http://sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8003
|
||||
'';
|
||||
|
@ -16,10 +12,6 @@
|
|||
reverse_proxy :3333
|
||||
'';
|
||||
|
||||
"http://photos.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :2342
|
||||
'';
|
||||
|
||||
"http://books.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
|
@ -28,10 +20,6 @@
|
|||
reverse_proxy :3030
|
||||
'';
|
||||
|
||||
":2344".extraConfig = ''
|
||||
reverse_proxy :2342
|
||||
'';
|
||||
|
||||
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
|
|
|
@ -38,12 +38,6 @@ in
|
|||
22 # ssh
|
||||
8008 # matrix-synapse
|
||||
8448 # matrix-synapse
|
||||
3030
|
||||
3333
|
||||
2344
|
||||
4000
|
||||
5050 # calibre-web
|
||||
9091 # transmission
|
||||
];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue