Files
cloudron-romm/CloudronManifest.json

17 lines
317 B
JSON

{
"title": "Romm",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 5000,
"addons": {
"localstorage": {},
"postgresql": {},
"oidc": {
"loginRedirectUri": "/api/oauth/openid",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
}
},
"manifestVersion": 2
}