Commit 8765f92959dd7328f913dbff00dd305b5583d0fb

Authored by Kload
1 parent 7feccd368a
Exists in master

woops

Showing 1 changed file with 1 additions and 1 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 } 37 }
38 ] 38 ]
39 } 39 }
40 } 40 }
41 41