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 server or Raspberry Pi. 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

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

CREDITS

Merliot is written in Go, TinyGo, and htmx. Thank you to those who built and maintain these fine tools.