Add self-hosting docs
Has there been any movement on this? Would be great to see a way to do this, maybe even a docker container or something.
I haven't had time to write docs, although any pull requests are appreciated. BuildSize is a pretty standard Laravel app.
I thought about this some more, and I realised that self-hosting is almost the same as setting up a development environment, which is documented at https://buildsize.org/docs/development. The only major difference is that you'd host it using Nginx rather than the built-in PHP webserver. The nginx config I use in prod is at https://github.com/Daniel15/BuildSize/blob/master/nginx.conf
Awesome, thanks for sharing 😄 !. I'll have a look when I get a chance.