rbxb / place

a clone of r/place
GNU General Public License v3.0
84 stars 61 forks source link

How do i port forward this? #19

Closed inkstray closed 11 months ago

inkstray commented 1 year ago

I tried port forwarding directly through router settings but it doesnt seem to work i dont even know what options to use aswell as what to edit in the js file

rbxb commented 1 year ago

In place.js you need to modify the constants at the top (LOCAL_MODE and LOCAL_IP_ADDRESS) depending on whether you are hosting the server locally or with a public facing IP.

To get a public facing IP you would have to talk to your internet provider or you could host the server on a cloud platform. I use a DigitalOcean Droplet to host my instance of Place.

true-king-al commented 1 year ago

uhh you removed the local mode and local IP address so what do I do now?