37 lines
911 B
JSON
37 lines
911 B
JSON
{
|
|
"id": "app.romm",
|
|
"title": "Romm",
|
|
"version": "1.0.0",
|
|
"upstreamVersion":"4.7.0",
|
|
"author":"Kevin Whitaker <kevin@eyecreate.org>",
|
|
"description":"file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"healthCheckPath": "/api/heartbeat",
|
|
"httpPort": 3000,
|
|
"memoryLimit": 2097152000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"oidc": {
|
|
"loginRedirectUri": "/api/oauth/openid",
|
|
"logoutRedirectUri": "/login",
|
|
"tokenSignatureAlgorithm": "RS256"
|
|
},
|
|
"redis": { "noPassword": true },
|
|
"turn":{}
|
|
},
|
|
"website":"https://romm.app/",
|
|
"icon":"file://logo.png",
|
|
"mediaLinks": [
|
|
"https://git.cloudron.io/eyecreate/romm/-/raw/main/Screenshot1.png"
|
|
],
|
|
"tagline": "Manage and play games",
|
|
"tags": [
|
|
"game",
|
|
"multiplayer"
|
|
],
|
|
"manifestVersion": 2,
|
|
"minBoxVersion": "8.0.0",
|
|
"postInstallMessage":"file://POSTINSTALL.md"
|
|
}
|