Commit a9640746ff4ce122e3c5d9670a6b1efda9579cf8
1 parent
b6ed77c7e9
Exists in
master
Update manifest.json
Showing 1 changed file with 6 additions and 0 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", | 32 | "name": "admin", |
33 | "ask": { | 33 | "ask": { |
34 | "en": "Choose the Owncloud administrator (must be an existing YunoHost user)" | 34 | "en": "Choose the Owncloud administrator (must be an existing YunoHost user)" |
35 | }, | 35 | }, |
36 | "example": "homer" | 36 | "example": "homer" |
37 | }, | ||
38 | { | ||
39 | "name": "password", | ||
40 | "ask": { | ||
41 | "en": "Owncloud administrator password (for this existing YunoHost user)" | ||
42 | } | ||
37 | } | 43 | } |
38 | ] | 44 | ] |
39 | } | 45 | } |
40 | } | 46 | } |
41 | 47 |