VioletGG2
A modified Ultraviolet-App which adds all of your favorite games from MonkeyGG2.
Install / Use
/learn @MonkeyGG2/VioletGG2README
<p align="center"><img src="https://raw.githubusercontent.com/MonkeyGG2/VioletGG2-Static/main/public/uv.png" height="200"></p>
<h1 align="center">VioletGG2</h1>
An easily deployable version of MonkeyGG2 with a built-in proxy, powered by Ultraviolet.
Deployment
BEWARE ❗❗❗
Some of the following services may shut down your proxy application because proxies violate their TOS. Notable examples include:
- Replit
- Glitch
- Railway
- Heroku
Deploying to Another Service
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.jsonclike 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.
