Commit 28f6b9982cbe8aaa4136d1e636b9a44bddff5918
1 parent
03e52840d2
Exists in
master
Update manifest.json
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
manifest.json
1 | { | 1 | { |
2 | "name": "Owncloud", | 2 | "name": "Owncloud", |
3 | "id": "owncloud", | 3 | "id": "owncloud", |
4 | "description": { | 4 | "description": { |
5 | "en": "Sync & share your files, pictures, music, contacts, calendars, and much more !", | 5 | "en": "Sync & share your files, pictures, music, contacts, calendars, and much more !", |
6 | "fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !" | 6 | "fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !" |
7 | }, | 7 | }, |
8 | "developer": { | 8 | "developer": { |
9 | "name": "kload", | 9 | "name": "kload", |
10 | "email": "kload@kload.fr", | 10 | "email": "kload@kload.fr", |
11 | "url": "http://owncloud.org", | 11 | "url": "http://owncloud.org" |
12 | }, | 12 | }, |
13 | "multi_instance": "true", | 13 | "multi_instance": "true", |
14 | "arguments": { | 14 | "arguments": { |
15 | "install" : [ | 15 | "install" : [ |
16 | { | 16 | { |
17 | "name": "domain", | 17 | "name": "domain", |
18 | "ask": { | 18 | "ask": { |
19 | "en": "Choose a domain for Owncloud" | 19 | "en": "Choose a domain for Owncloud" |
20 | }, | 20 | }, |
21 | "example": "domain.org" | 21 | "example": "domain.org" |
22 | }, | 22 | }, |
23 | { | 23 | { |
24 | "name": "path", | 24 | "name": "path", |
25 | "ask": { | 25 | "ask": { |
26 | "en": "Choose a path for Owncloud" | 26 | "en": "Choose a path for Owncloud" |
27 | }, | 27 | }, |
28 | "example": "/owncloud", | 28 | "example": "/owncloud", |
29 | "default": "/owncloud" | 29 | "default": "/owncloud" |
30 | }, | 30 | }, |
31 | { | 31 | { |
32 | "name": "admin_passwd", | 32 | "name": "admin_passwd", |
33 | "ask": { | 33 | "ask": { |
34 | "en": "Choose a password for Owncloud administrator" | 34 | "en": "Choose a password for Owncloud administrator" |
35 | } | 35 | } |
36 | } | 36 | } |
37 | ] | 37 | ] |
38 | } | 38 | } |
39 | } | 39 | } |
40 | 40 |