Commit 0aca4e354195a62e7bc652150de4d95bc234335a
1 parent
cd048276cb
Exists in
master
[enh] new manifest specs
Showing 1 changed file with 6 additions and 3 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 | "url": "http://owncloud.org", |
| 9 | "maintainer": { | ||
| 9 | "name": "kload", | 10 | "name": "kload", |
| 10 | "email": "kload@kload.fr", | 11 | "email": "kload@kload.fr" |
| 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 | "type": "domain", | ||
| 18 | "ask": { | 19 | "ask": { |
| 19 | "en": "Choose a domain for Owncloud" | 20 | "en": "Choose a domain for Owncloud" |
| 20 | }, | 21 | }, |
| 21 | "example": "domain.org" | 22 | "example": "domain.org" |
| 22 | }, | 23 | }, |
| 23 | { | 24 | { |
| 24 | "name": "path", | 25 | "name": "path", |
| 26 | "type": "path", | ||
| 25 | "ask": { | 27 | "ask": { |
| 26 | "en": "Choose a path for Owncloud" | 28 | "en": "Choose a path for Owncloud" |
| 27 | }, | 29 | }, |
| 28 | "example": "/owncloud", | 30 | "example": "/owncloud", |
| 29 | "default": "/owncloud" | 31 | "default": "/owncloud" |
| 30 | }, | 32 | }, |
| 31 | { | 33 | { |
| 32 | "name": "admin", | 34 | "name": "admin", |
| 35 | "type": "user", | ||
| 33 | "ask": { | 36 | "ask": { |
| 34 | "en": "Choose the Owncloud administrator (must be an existing YunoHost user)" | 37 | "en": "Choose the Owncloud administrator (must be an existing YunoHost user)" |
| 35 | }, | 38 | }, |
| 36 | "example": "homer" | 39 | "example": "homer" |
| 37 | } | 40 | } |
| 38 | ] | 41 | ] |
| 39 | } | 42 | } |
| 40 | } | 43 | } |