A web service for installing [Firefly Zero] apps using firefly-installer.
Try it: install.fireflyzero.com
Written in Go using no dependencies except postcard decoder. Requires no auth and uses no tracking and no telemetry.
- In the device FS, create
data/sys/installer/etc/addrfile with the service address (IP:port). For example, for Firefly Emulator running on the same computer, it will be127.0.0.1:19742. - Run the server:
go run .. - Open the web interface in your browser: 127.0.0.1:19742.
- Launch the installer and follow the regular app installation workflow.
MIT License. Feel free to modify the installer server as you see fit or write your own. Keep in mind, though, that there might be breaking changes to the installer app which might require you to update your custom implementation.