]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - CloudronManifest.json
Make listen port and ldap filter more flexible
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
1 {
2 "id": "io.cloudron.surfer",
3 "title": "Surfer",
4 "author": "Cloudron Team",
5 "description": "file://DESCRIPTION.md",
6 "tagline": "Static file server",
7 "tags": [
8 "fileserver",
9 "webserver",
10 "hosting",
11 "server"
12 ],
13 "version": "5.10.0",
14 "healthCheckPath": "/api/healthcheck",
15 "httpPort": 3000,
16 "manifestVersion": 2,
17 "minBoxVersion": "4.1.4",
18 "website": "https://git.cloudron.io/cloudron/surfer",
19 "documentationUrl": "https://cloudron.io/documentation/apps/surfer/",
20 "contactEmail": "support@cloudron.io",
21 "icon": "logo.png",
22 "addons": {
23 "ldap": {},
24 "localstorage": {
25 "ftp": {
26 "uid": 1000,
27 "uname": "cloudron"
28 }
29 }
30 },
31 "mediaLinks": [
32 "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img01.png",
33 "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img02.png",
34 "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img03.png"
35 ],
36 "changelog": "file://CHANGELOG",
37 "postInstallMessage": "file://POSTINSTALL.md"
38 }