Multi-player map for Fallout 4. You, your friends, people around the world.
Assuming you have a nice place to run Docker images, run
docker run --name multi --restart=always -p 80:8080 -d rgbkrk/multipipboy
If your host has a domain, have players point their pipboyrelay to it. Otherwise, use docker port to find out where it's serving.
$ docker port multi 8080
172.99.78.157:8000
Then have players connect their pipboyrelay up to your running server.
(TODO: Add an argument on to pipboyrelay)
Clone it and npm install.
$ npm run dev
Hackity hack away.
