Skip to content

firefly-zero/install.fireflyzero.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

📥 Web service for installing apps on a Firefly Zero device

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors