Add icon and wire Cloudron email addon

This commit is contained in:
Codex
2025-11-13 21:09:52 -06:00
parent 21a9ac6c86
commit 17bb921941
4 changed files with 88 additions and 16 deletions

View File

@@ -5,8 +5,9 @@
"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.1.15",
"changelog": "Initial Cloudron packaging",
"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,
@@ -16,10 +17,9 @@
"redis": {},
"sendmail": {},
"oidc": {
"redirectUris": [
"/api/v1/session/callback"
],
"loginRedirectUri": "/api/v1/session/callback"
"loginRedirectUri": "/oauth/callback",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
}
},
"memoryLimit": 2147483648,