Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 582 Bytes

File metadata and controls

46 lines (30 loc) · 582 Bytes

USB Stick Module

This web server component provides a web interface to simple USB stick operations on linux.

Dependencies

sudo apt-get update && sudo apt-get install -y --no-recommends pmount

Install Requisite Software

yarn install

Run Tests

yarn test

Start the Server

yarn start

Packaging for release

cd package && ./package.sh

installing the package into SystemD

cd package && ./install.sh

API Documentation

See the included postman collection for a complete list of functions

Architecture