Drakonix1050 / VioletGG2

A modified Ultraviolet-App which adds all of your favorite games from MonkeyGG2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VioletGG2

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

Deploy to Heroku Run on Replit Remix on Glitch Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy to Oracle Cloud Deploy on Railway Deploy to Koyeb Deploy to Render Deploy to Cyclic

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.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
  }
}

Additional information regarding Ultraviolet can be found on Titanium-Network's wiki.

About

A modified Ultraviolet-App which adds all of your favorite games from MonkeyGG2.

License:MIT License


Languages

Language:Shell 65.3%Language:JavaScript 23.7%Language:Dockerfile 10.2%Language:Nix 0.7%