Files
cloudron-romm/CloudronManifest.json
2026-01-03 12:17:57 -05:00

17 lines
317 B
JSON

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