Port 3001

This commit is contained in:
Jack Mechem 2026-05-27 00:13:33 -07:00
parent 1faebe8624
commit 5bd1049ae7
Signed by: jackmechem
SSH key fingerprint: SHA256:GjIjMAC33pzYOe+hWcX5uvgnPrVFAXSrquvt84AOJbU

View file

@ -32,6 +32,7 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 80
3000 3000
3001
8384 8384
8080 8080
443 443
@ -152,6 +153,9 @@
handle /auth/* { handle /auth/* {
reverse_proxy localhost:3001 reverse_proxy localhost:3001
} }
handle /smart-buttons/* {
reverse_proxy localhost:3001
}
handle { handle {
reverse_proxy localhost:3000 reverse_proxy localhost:3000
} }