Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pi-config

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-config

A pluggable web interface to configure your Raspberry Pi

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Pi Config

Configuration of your Raspberry Pi (or similar SoC) in a simple and beautiful web interface!

You are probably used to plugging in your Raspberry Pi to your network and configuring it as one of your first steps. Alternatively, you might have a pre-built SD card image (or a bunch of them) that has your settings preconfigured but always need to be updated after you get up and running.

Pi Config is an alternative to the existing norm. It allows things such as:

  • Configure all of the important parts of your Pi directly from a beautiful web interface
  • Automatic captive Wifi configuration so you never have to wire your Pi to your network
  • A plugin system so anyone can easily extend Pi Config
  • Custom UPnP port assignments
  • Much more!

Thanks

Thanks to CoreUI, the wonderful and open source admin theme that help launch this project.

Development

If you wish to contribute to Pi Config's development, here are some helpful commands:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

FAQs

Package last updated on 24 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts