12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "id": "alt.org.etherpad.cloudronapp",
- "title": "Etherpad",
- "author": "Etherpad Developers",
- "description": "file://DESCRIPTION.md",
- "tagline": " Collaborating in real-time",
- "version": "0.0.1",
- "healthCheckPath": "/healthcheck",
- "httpPort": 9001,
- "manifestVersion": 1,
- "website": "http://etherpad.org/",
- "contactEmail": "support@iske.dk",
- "icon": "file://logo.png",
- "postInstallMessage": "file://POSTINSTALL.md",
- "mediaLinks": [
- "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-01.png",
- "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-02.png",
- "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-03.png"
- ],
- "addons": {
- "mysql": {},
- "ldap": {},
- "localstorage": {}
- },
- "memoryLimit": 524288000,
- "tags": [
- "document",
- "docs",
- "collaboration",
- "editor",
- "notes"
- ],
- "changelog": "file://CHANGELOG",
- "minBoxVersion": "1.8.1",
- "documentationUrl": "https://cloudron.io/documentation/apps/etherpad/",
- "optionalSso": true
- }
|