iotweb
v1.1.1
更新:这是一个存档项目 - 有关 iotweb 的更新版本,请参阅https://github.com/txn2/asws,asws是一个用 Go 编写的小型快速静态 Web 服务器。
一个用 Go 编写的非常小的 Web 服务器,用于在 Raspberry Pi 等设备上运行的静态站点。使用 Bunyan 日志记录。
使用环境变量进行配置。以下是默认值,需要时可覆盖。
export IOTWEB_BASEPATH=/
export IOTWEB_STATICPATH=www
export IOTWEB_PORT=8080
export IOTWEB_FSAPIPATH=yes
export IOTWEB_FSAPIPATH=fsapi/
docker run -it --rm -p 8080:8080 cjimti/iotweb:1.1.1
对于手臂底座设备使用:
docker run -it --rm -p 8080:8080 cjimti/iotweb:armhf-1.1.1
使用 goreleaser:
使用brew安装goreleaser(mac): brew install goreleaser/tap/goreleaser
构建而不发布: goreleaser --skip-publish --rm-dist --skip-validate