TangentFoxy / ClickMine

(ON HOLD) Cookie clicker, Minecraft-inspired edition.

Home Page:https://clickmine.guard13007.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Run install.sh on an Ubuntu server (16.04 last tested I believe).

  2. Put this in your NGINX http block:

    server {
      listen 80;
      server_name DOMAIN;
      return 301 https://$host$request_uri;
    }
    server {
      listen 443 ssl;
      server_name DOMAIN;
      location / {
        proxy_pass https://DOMAIN:8078;
      }
    }
    

About

(ON HOLD) Cookie clicker, Minecraft-inspired edition.

https://clickmine.guard13007.com/


Languages

Language:JavaScript 50.1%Language:MoonScript 39.1%Language:Shell 10.7%Language:CSS 0.1%