Files
cloudron-romm/CloudronManifest.json

23 lines
593 B
JSON

{
"title": "Romm",
"version": "0.1.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
}