JeremyWhiteDev / chia

A CRUD application for managing home inventory. Will Use Docker, Go, MySQL, HTMX
MIT License
0 stars 0 forks source link

Remove the need to enter {{IP}}:8080 to reach website #7

Closed JeremyWhiteDev closed 3 weeks ago

JeremyWhiteDev commented 3 weeks ago

Currently, either because of firewall issues or some other reason, I can only serve on the vm's port 8080. I'd prefer to serve on port 800, as that is the default for IP traffic, and would remove the need to specify the port number in the IP address.

JeremyWhiteDev commented 3 weeks ago

Got this working, it just takes a few minutes for the Firewall rules to propogate