GitXplorerGitXplorer
f

firmware-report-client

public
3 stars
0 forks
0 issues

Commits

List of commits on branch dev.
Unverified
9a6ce16111d988735f71453dd21fc01866cf14ef

Fix CI/CD

ddrunkbatya committed 4 months ago
Unverified
1a3270e167006f85e79b3a4ffce4c25ffa97df00

Update workflow

ddrunkbatya committed 4 months ago
Unverified
fd4a1c4a8148e860bda5a269fb6e34724fcc6573

Fix deploy

ddrunkbatya committed 4 months ago
Unverified
324da9da22694e3ef4298f068929320d28c5d654

Fix permanent https backend fetch, add CI/CD to pushes

ddrunkbatya committed 4 months ago
Unverified
463b854f25afbfb1366ec4e48644550aad1b285f

Add autodeploy

ddrunkbatya committed 2 years ago
Unverified
de6adec89bd383cd05e3505c16063cf1461050b1

Merge branch 'main' of https://github.com/flipperdevices/firmware-report-client

DDrZlo13 committed 2 years ago

README

The README file for this repository.

About

Flipper Zero FW build report analyzer frontend

Requirements

Docker or node.js

Development

You need to set the FW_BACKEND_URL env variable to point to the backend server, eg FW_BACKEND_URL=127.0.0.1:6754

  • make install - to install node.js modules
  • make run - to start node.js development server
  • make build - to build site dist
  • make preview - to build site dist and start preview server
  • make docker - build firmware-report-client and tag with latest
  • make docker_nginx - build docker image and start nginx service

Testing

curl -v http://127.0.0.1:5173

Production

  • make docker - build firmware-report-client and tag with latest
  • Upload to container docker repository