Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.08 KB

File metadata and controls

18 lines (11 loc) · 1.08 KB

install.fireflyzero.com

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.

Running locally

  1. In the device FS, create data/sys/installer/etc/addr file with the service address (IP:port). For example, for Firefly Emulator running on the same computer, it will be 127.0.0.1:19742.
  2. Run the server: go run . .
  3. Open the web interface in your browser: 127.0.0.1:19742.
  4. Launch the installer and follow the regular app installation workflow.

License

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.