mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
added rev proxy for crafty
This commit is contained in:
parent
c6550c473c
commit
1b6335ed72
|
@ -53,7 +53,7 @@ in
|
|||
5030 # slskd
|
||||
8080 # searxng
|
||||
8083 # calibre-web
|
||||
8443 # crafty-controller
|
||||
8400 # crafty-controller
|
||||
9000 # authentik
|
||||
9091 # transmission
|
||||
];
|
||||
|
@ -120,5 +120,8 @@ in
|
|||
virtualHosts.":4001".extraConfig = ''
|
||||
reverse_proxy :4000
|
||||
'';
|
||||
virtualHosts.":8400".extraConfig = ''
|
||||
reverse_proxy :8443
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue