8000 GitHub - cjimti/iotweb at v0.1.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

cjimti/iotweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Web Server

A very small web server written in Go for static sites served on devices such as the Raspberry Pi. Uses bunyan logging.

Try

docker run -it --rm -p 8080:8080 cjimti/iotweb:0.1.3

for arm base devices use:

docker run -it --rm -p 8080:8080 cjimti/iotweb:armhf-0.1.3

Development

Uses goreleaser:

Install goreleaser with brew (mac): brew install goreleaser/tap/goreleaser

Build without releasing: goreleaser --skip-publish --rm-dist --skip-validate

0