An easily deployable version of MonkeyGG2 with a built-in proxy, powered by Ultraviolet.
Some of the following services may shut down your proxy application because proxies violate their TOS. Notable examples include:
- Replit
- Glitch
- Railway
- Heroku
If you are deploying to an alternative service or to a server, then follow these steps:
-
git clone --recursive https://github.com/MonkeyGG2/VioletGG2
- Edit the config for
/VioletGG2-Static/public/MonkeyGG2/config.jsonc
like this:
{
// ... games and other stuff
"config": {
// don't change any part of the config other than the following lines, unless you know what you are doing
"proxy": true,
"proxyPath": "/proxy.html"
// ... other config
}
}
- Refer to Deploy via terminal.
Additional information regarding Ultraviolet can be found on Titanium-Network's wiki.