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