Hey yall. In the spirit of Orbiter going open source, I thought it might be nice to have an open source mods repository, and a resource to help make the add-on experience for Orbiter better. I have registered orbiter-mods.com and started a repo here: https://github.com/computerex/orbiter-mods.com
It uses php/mysql/nginx/slim. It uses docker/docker-compose, so it's easy to run on your local system. If you are in Windows, install WSL2 + docker for desktop, for osx/linux users you just need to install docker/docker-compose. Then you can clone the repo, cd into it and and execute
I think I'll most likely use S3 + cloudflare for storage/egress.
I am going to be a bit busy following 2 weeks but I plan on working on this for the long haul as life allows. I want to make this a resource to help people use Orbiter add-ons. Just wanted to share this with yall. Welcome to any ideas.

It uses php/mysql/nginx/slim. It uses docker/docker-compose, so it's easy to run on your local system. If you are in Windows, install WSL2 + docker for desktop, for osx/linux users you just need to install docker/docker-compose. Then you can clone the repo, cd into it and and execute
Code:
make docker-start
I think I'll most likely use S3 + cloudflare for storage/egress.
I am going to be a bit busy following 2 weeks but I plan on working on this for the long haul as life allows. I want to make this a resource to help people use Orbiter add-ons. Just wanted to share this with yall. Welcome to any ideas.
