No description
- JavaScript 66.3%
- Shell 25.3%
- Dockerfile 8.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cloud | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| DESCRIPTION.md | ||
| Dockerfile | ||
| index.js | ||
| LICENSE | ||
| logo.png | ||
| package-lock.json | ||
| package.json | ||
| POSTINSTALL.md | ||
| README.md | ||
| start.sh | ||
Parse Suite for Cloudron
Parse Suite packages Parse Server and Parse Dashboard as a single Cloudron app.
- Parse API is exposed at
/parse - Parse Dashboard is exposed at
/dashboardand/ - Health check endpoint is
/healthz - Persistent data is stored in
/app/data - Cloudron addons used:
mongodb,localstorage - Requires Cloudron platform version
>= 9.1.0(minBoxVersion) - Recommended Cloudron app memory limit is 2 GiB
- Uses Parse Server
9.10.0and Parse Dashboard9.2.0
First Run
On first start, the app generates:
- Application ID and Master Key for Parse Server
- Dashboard admin user
adminwith a random password - These values are stored in
/app/data/config/secrets.json
The dashboard credentials are printed to the app logs only once on first run.
Data Model Notes
Parse Server runs on Cloudron’s MongoDB addon. Parse file storage uses the default Mongo-backed adapter (GridFS). This aligns with Cloudron’s backup/restore model.
Licensing
This Cloudron packaging (the contents of this repository) is licensed under the MIT License.
This package installs and runs upstream projects with their own licenses:
- Parse Server (parse-community/parse-server): Apache License 2.0
- Parse Dashboard (parse-community/parse-dashboard): LICENSE AGREEMENT (Parse, LLC)