-
Notifications
You must be signed in to change notification settings - Fork 39
/
CloudronManifest.json
34 lines (34 loc) · 1.19 KB
/
CloudronManifest.json
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
34
{
"id": "de.nebulon.guacamoly",
"title": "Meemo",
"author": "Johannes Zellner",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"icon": "file://logo.png",
"tagline": "Your personal notes",
"version": "1.18.0",
"upstreamVersion": "1.18.0",
"healthCheckPath": "/api/healthcheck",
"httpPort": 3000,
"addons": {
"mongodb": {},
"oidc": {
"loginRedirectUri": "/api/callback"
},
"localstorage": {}
},
"tags": ["notes", "bookmarks", "todo", "ideas", "feed", "markdown"],
"manifestVersion": 2,
"minBoxVersion": "7.5.0",
"forumUrl": "https://forum.cloudron.io/category/35/meemo",
"website": "https://meemo.minimal-space.de/",
"documentationUrl": "https://cloudron.io/documentation/apps/meemo/",
"contactEmail": "[email protected]",
"mediaLinks": [
"https://screenshots.cloudron.io/de.nebulon.guacamoly/screenshot0.png",
"https://screenshots.cloudron.io/de.nebulon.guacamoly/screenshot1.png",
"https://screenshots.cloudron.io/de.nebulon.guacamoly/screenshot2.png",
"https://screenshots.cloudron.io/de.nebulon.guacamoly/screenshot3.png",
"https://screenshots.cloudron.io/de.nebulon.guacamoly/screenshot4.png"
]
}