recalbox-manager
                                
                                
                                
                                    recalbox-manager copied to clipboard
                            
                            
                            
                        A web interface to manage recalbox configuration
recalbox-manager
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
- Clone or download the repository: 
git clone https://github.com/DjLeChuck/recalbox-manager.git - Compile the project from a computer (not recalbox): 
./compile.sh - Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
 - Launch the server (connect through SSH on the recalbox): 
cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js - Go on http://recalbox:3000/
 
Installation from releases
- Download the release: https://github.com/DjLeChuck/recalbox-manager/releases/
 - Extract the package on recalbox: 
\recalbox\share\managerfor example - Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
 - Launch the server (connect through SSH on the recalbox): 
cd /recalbox/share/manager && NODE_ENV=production PORT=3000 node dist/server.js - Go on http://recalbox:3000/
 
Known issues
- Some changes are not directly applied; The recalbox must be restarted.
 
Contributing
- Translations are managed with POEditor