Skip to content

Lupino/holehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoleHUB

A cluster server of holed.

An easy way to run hole

Dirctory

  • /config the config of holehub.com.
  • /front the site front of holehub.com
  • /holehubd the backend server of holehub.com.
  • /holehub the client of holehub.com.

Install

go get -v github.com/Lupino/holehub/holehub

Quick start

Go to holehub.com then signup or signup by curl:

# signup on holehub.com
curl -d username=yourusername -d password=yourpassword -d email=youremail http://holehub.com/api/signup/
# then go to you email inbox active you account

Process the client:

# Login holehub.com
holehub login

# run a app
holehub run --rm -n sshd -lp 22