25 lines
983 B
JSON
25 lines
983 B
JSON
{
|
|
"title": "Romm",
|
|
"version": "0.1.0",
|
|
"upstreamVersion":"4.5.0",
|
|
"author":"Kevin Whitaker <kevin@eyecreate.org>",
|
|
"description":"A beautiful, powerful, self-hosted rom manager and player.",
|
|
"healthCheckPath": "/api/heartbeat",
|
|
"httpPort": 3000,
|
|
"memoryLimit": 2097152000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"oidc": {
|
|
"loginRedirectUri": "/api/oauth/openid",
|
|
"logoutRedirectUri": "/login",
|
|
"tokenSignatureAlgorithm": "RS256"
|
|
},
|
|
"redis": { "noPassword": true }
|
|
},
|
|
"website":"https://romm.app/",
|
|
"icon":"file://logo.png",
|
|
"manifestVersion": 2,
|
|
"postInstallMessage":"Before setting up the first admin user, please check /app/data/env.sh for some API keys for metadata sources and fill in any you want to use. Put any ROMs in the /app/data/library/roms folder. Please see https://docs.romm.app/latest/Getting-Started/Folder-Structure/ for details on folder structure. RESTART AFTER ANY API KEY CHANGES!"
|
|
}
|