Files
cloudron-romm/CloudronManifest.json
2026-01-03 15:48:16 -05:00

19 lines
385 B
JSON

{
"title": "Romm",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 3000,
"memoryLimit": 1048576000,
"addons": {
"localstorage": {},
"postgresql": {},
"oidc": {
"loginRedirectUri": "/api/oauth/openid",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
},
"redis": { "noPassword": true }
},
"manifestVersion": 2
}