Files
affine-cloudron/CloudronManifest.json
2025-11-13 21:09:52 -06:00

35 lines
1.0 KiB
JSON

{
"id": "pro.affine.cloudron",
"title": "AFFiNE",
"author": "AFFiNE Project",
"description": "Next-gen knowledge base that blends docs, whiteboards, and databases for self-hosted teams.",
"website": "https://affine.pro",
"contactEmail": "support@affine.pro",
"version": "0.25.3",
"changelog": "Upgrade upstream AFFiNE runtime to v0.25.3 and keep Cloudron OIDC wiring",
"icon": "file://icon.png",
"manifestVersion": 2,
"minBoxVersion": "7.0.0",
"httpPort": 3000,
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {},
"oidc": {
"loginRedirectUri": "/oauth/callback",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
}
},
"memoryLimit": 2147483648,
"healthCheckPath": "/api/healthz",
"tags": [
"notes",
"knowledge-base",
"whiteboard",
"collaboration"
],
"postInstallMessage": "AFFiNE is connected to Cloudron single sign-on by default. Sign in with any Cloudron user to create your first workspace."
}