-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.jps
More file actions
33 lines (27 loc) · 1.03 KB
/
manifest.jps
File metadata and controls
33 lines (27 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
type: install
id: etherpad
name: Etherpad
homepage: https://etherpad.org/
logo: images/etherpad-logo.png
baseUrl: https://raw.githubusercontent.com/reclaimhosting/etherpad-jps/master
categories:
- apps/collaboration
- apps/popular
- apps/e-learning
description:
text: Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
nodes:
nodeType: docker
nodeGroup: cp
fixedCloudlets: 1
flexibleCloudlets: 8
image: etherpad/etherpad:latest
env:
SUPPRESS_ERRORS_IN_PAD_TEXT: true
displayName: Etherpad Server
volumes: ["/opt/etherpad-lite/src/plugin_packages", "/opt/etherpad-lite/var"]
ssl: true
skipNodeEmails: true
success: |
**Etherpad Server**: [https://${env.domain}/](https://${env.domain}/)
It may take several minutes for your environment to be ready. Read more on customizing your install using environment variables at [https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md](https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md)