Commit 07e037b31a5de34b6230a6bcf367f9a3d4f0137a

Authored by Alexis Gavoty
1 parent 9b859f962a
Exists in master

Update manifest.json

Showing 1 changed file with 0 additions and 6 deletions Inline Diff

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 }
43 } 37 }
44 ] 38 ]
45 } 39 }
46 } 40 }
47 41