A very small web server written in Go for static sites served on devices such as the Raspberry Pi.
8.3K
A very small web server written in Go for static sites served on devices such as the Raspberry Pi. Uses bunyan logging.
Uses environment variables for configuration. The following are default values, override where needed.
export IOTWEB_BASEPATH=/export IOTWEB_STATICPATH=wwwexport IOTWEB_PORT=8080export IOTWEB_FSAPIPATH=yesexport IOTWEB_FSAPIPATH=fsapi/docker run -it --rm -p 8080:8080 cjimti/iotweb:1.1.1
for arm base devices use:
docker run -it --rm -p 8080:8080 cjimti/iotweb:armhf-1.1.1
Content type
Image
Digest
Size
3.8 MB
Last updated
over 8 years ago
docker pull cjimti/iotweb:armhf-1.1.1