mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:09:25 +00:00
789 B
789 B
OpenWrt Firmware Selector Wizard
A simple OpenWrt firmware selector using autocompletion.
Features
- Easily search devices
- Option to download Vanilla images
- Option to download custom images
Setting up
You can set it up easily:
- Clone the repository
- Use yarn to install package dependencies
yarn install - Run
scripts/collect.pyto generate required JSON files. - Use the following command to start a dev server:
yarn start
Deployment
In order to deploy the web app, follow the following steps:
-
For gh-pages:
yarn deploy- Enable Github Pages setting to use gh-pages branch.
-
Elsewhere:
- Build the app using:
yarn build - Host the files from
/builddirectory.
- Build the app using: