pi-finder.xyz is the free backend service for the Pi Finder.
The Pi Finder lets you find your Raspberry Pi or any other unix based device in your network.
Read the Introduction for more information.
You can configure the Pi Finder to talk to your own Poke Server. Just set up this Repo on your own server and modify the Pi Finder configuration on your device.
Install the dependencies
yarn # or npm install
composer install
To build for dev run
npm run webpack
If you want webpack to build on code changes, run
npm run dev
To build for production run
npm run production
This will first build for development, optimize css with uncss
and then minify and version everything.
Thank you for considering to contribute. Just open a issue or create a pull request if you are willing to contribute.
This repo is open-sourced software licensed under the MIT license