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 = [
80
3000
3001
8384
8080
443
@ -152,6 +153,9 @@
handle /auth/* {
reverse_proxy localhost:3001
}
handle /smart-buttons/* {
reverse_proxy localhost:3001
}
handle {
reverse_proxy localhost:3000
}