-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCloudronManifest.json
38 lines (38 loc) · 1.14 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
35
36
37
38
{
"id": "io.cloudron.releasebell",
"title": "ReleaseBell",
"author": "Cloudron Team",
"description": "file://DESCRIPTION.md",
"tagline": "Release notification service",
"tags": [
"tags",
"releases",
"github"
],
"version": "1.11.2",
"upstreamVersion": "1.11.2",
"healthCheckPath": "/api/v1/status",
"httpPort": 3000,
"manifestVersion": 2,
"website": "https://releasebell.com",
"contactEmail": "[email protected]",
"icon": "logo.png",
"addons": {
"oidc": {
"loginRedirectUri": "/api/v1/callback"
},
"mysql": {},
"sendmail": {},
"localstorage": {}
},
"mediaLinks": [
"https://screenshots.cloudron.io/io.cloudron.releasebell/releasebell_1.png",
"https://screenshots.cloudron.io/io.cloudron.releasebell/releasebell_2.png",
"https://screenshots.cloudron.io/io.cloudron.releasebell/releasebell_3.png",
"https://screenshots.cloudron.io/io.cloudron.releasebell/releasebell_4.png"
],
"forumUrl": "https://forum.cloudron.io/category/55/release-bell",
"changelog": "file://CHANGELOG",
"minBoxVersion": "7.5.1",
"documentationUrl": "https://docs.cloudron.io/apps/releasebell/"
}