All apps · 0 apps
GoRetro
Docker app from Florian Dambrine's Repository
Overview
Install GoRetro on Unraid in a few clicks.
Find GoRetro in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
lowess/goretroRuntime arguments
- Web UI
http://[IP]:[PORT:8080]- Network
bridge- Privileged
- false
Template configuration
Port for the GoRetro HTTP API server. Access API at http://[IP]:[PORT]
- Target
- 8080
- Default
- 8080
- Value
- 8080
Base ROM directory containing system subdirectories (snes/, nes/, etc.). GoRetro reads ROMs from /roms/{system}/ and writes gamelist.xml and media to the same location.
- Target
- /roms
- Default
- /mnt/user/data/media/roms
- Value
- /mnt/user/data/media/roms
Configuration directory. Contains config.yaml (edit this!), favorites.yaml, and .cache/ subdirectory. Copy config.yaml.example to config.yaml on first run.
- Target
- /config
- Default
- /mnt/user/appdata/goretro
- Value
- /mnt/user/appdata/goretro
Optional API key for authentication. When set, all API requests must include this key via X-API-Key header or Authorization: Bearer header. Generate with: openssl rand -hex 32. Leave empty to disable authentication.
- Target
- GORETRO_API_KEY