Skip to content

merliot/hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Reference License Go Report Card Issues

MERLIOT

PRIVATE DEVICE HUB

Merliot Hub is your private device hub, allowing you to monitor and control your devices over the Internet, privately. Deploy your hub on the cloud or on your local PC. View your hub and devices from any web browser, even on your phone. There is no app to install.

Quick Install

Install with Docker

$ sudo docker run -p 8000:8000 merliot/hub

Browse to http://localhost:8000 to view hub.

See other install methods.

Install on Cloud

Run a FREE hub instance on Koyeb. Use the one-click button to get started:

See other cloud install methods.

Run from Source

$ git clone https://github.com/merliot/hub.git
$ cd hub
$ go run ./cmd