Stores a netplay registry for libretro. Now living over at https://github.com/libretro/netplay-lobby-server .
- Retrieve all entries in registry.lpl by visiting index.php
- Add an entry by requesting index.php?username=&ip=&corename=&coreversion=&gamename=&gamecrc=
- Check out the git repository
- Make sure SQLite3 is available to PHP
- Make sure .registry.sqlite is writable by PHP
- Visit index.php and see that the registry is empty
- Visit index.php?username=&ip=&corename=&coreversion=&gamename=&gamecrc= to add an entry
- Visit index.php and see your new entry added
Use Docker Compose to set up a development environment. Instructions are in docker-compose.yml.
- Add some validation and security behind adding entries
The server, hosted at http://lobby.libretro.com is running the following software:
- PHP 5.5.9
- SQLite3
- Nginx