Files
community-rule/CloudronManifest.json
T
2026-05-23 18:28:20 -06:00

20 lines
484 B
JSON

{
"manifestVersion": 2,
"id": "com.medlab.communityrule",
"title": "Community Rule",
"author": "MEDLab",
"description": "Community governance and rule-building app",
"version": "0.1.7",
"httpPort": 3000,
"healthCheckPath": "/api/health",
"memoryLimit": 805306368,
"minBoxVersion": "9.0.0",
"addons": {
"postgresql": {},
"sendmail": {},
"localstorage": {}
},
"website": "https://communityrule.info",
"contactEmail": "hello@communityrule.info"
}