Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
/ recalbox-manager Public archive

A web interface to manage recalbox configuration

Notifications You must be signed in to change notification settings

DjLeChuck/recalbox-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a0bddc · May 31, 2018
Apr 8, 2018
Mar 19, 2018
Apr 8, 2018
May 31, 2018
Feb 12, 2017
May 25, 2017
Nov 19, 2017
Jan 2, 2018
Apr 8, 2018
Sep 29, 2017
Apr 28, 2017
Jan 2, 2018
Apr 8, 2018
Jan 29, 2017

Repository files navigation

recalbox-manager

Build Status Known Vulnerabilities

A web interface to manage recalbox configuration.

Note

The API activation step is only needed if you want launch game through the web interface. Otherwise, it's not necessary.

Installation from sources

  1. Clone or download the repository: git clone https://github.com/DjLeChuck/recalbox-manager.git
  2. Compile the project from a computer (not recalbox): ./compile.sh
  3. Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
  4. Launch the server (connect through SSH on the recalbox): cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
  5. Go on http://recalbox:3000/

Installation from releases

  1. Download the release: https://github.com/DjLeChuck/recalbox-manager/releases/
  2. Extract the package on recalbox: \recalbox\share\manager for example
  3. Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
  4. Launch the server (connect through SSH on the recalbox): cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
  5. Go on http://recalbox:3000/

Known issues

  • Some changes are not directly applied; The recalbox must be restarted.

Contributing

  • Translations are managed with POEditor