Serve firmware images to IOT devices
- ESP8266 Arduino for ESP8266
TZ the timezone to use. If not set, it defaults to Etc/UTC.
FIRMWARESERVER__PASSWORD set to the password used to get access to the web gui. If not set, the gui is not password proteted.
FIRMWARESERVER__CULTURE the culture to use in web gui (e.g. date format). If not set, invariant culture is used.
docker run -d -p 5000:80 jenscski/fwsrv
docker run -d -p 5000:80 -e "TZ=Europe/Oslo" -e "FIRMWARESERVER__PASSWORD=123456" jenscski/fwsrv
When Firmware Server is running in a docker image, the data is stored in /var/lib/fwsrv.
To read how to make this folder persistent, visit Manage data in Docker