Skip to content

Kamothy/VioletGG2

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.4%
  • JavaScript 23.7%
  • Dockerfile 10.2%
  • Nix 0.7%