Skip to content

BoazTjallinks/pify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pify

An easy to use control panel for your Raspberry PI or any other device that runs Linux*

Setup

First, clone the repository. Then install all the dependencies using npm i or yarn install (whichever you like). After that you'll have to make a .env file with the following format:

PASSWORD="Your Password Here"

It's recommend to start the script with PM2 so it will automatically reboot if the server restarts.

  1. npm i pm2 -g
  2. sudo pm2 start app.js
  3. sudo pm2 startup
  4. sudo pm2 save Done! Now, when the device starts the panel will launch itself as well.

*= I'm not going to guarantee that the tool is gonna run on another device as it's coded for the Raspberry PI 3B+ and soon Pi 4B

About

A simple tool to manage your Raspberry PI or other devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors