Commit 0aca4e354195a62e7bc652150de4d95bc234335a

Authored by Julien Malik
1 parent cd048276cb
Exists in master

[enh] new manifest specs

Showing 1 changed file with 6 additions and 3 deletions Side-by-side Diff

... ... @@ -5,16 +5,17 @@
5 5 "en": "Sync & share your files, pictures, music, contacts, calendars, and much more !",
6 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 10 "name": "kload",
10   - "email": "kload@kload.fr",
11   - "url": "http://owncloud.org"
  11 + "email": "kload@kload.fr"
12 12 },
13 13 "multi_instance": "true",
14 14 "arguments": {
15 15 "install" : [
16 16 {
17 17 "name": "domain",
  18 + "type": "domain",
18 19 "ask": {
19 20 "en": "Choose a domain for Owncloud"
20 21 },
... ... @@ -22,6 +23,7 @@
22 23 },
23 24 {
24 25 "name": "path",
  26 + "type": "path",
25 27 "ask": {
26 28 "en": "Choose a path for Owncloud"
27 29 },
... ... @@ -30,6 +32,7 @@
30 32 },
31 33 {
32 34 "name": "admin",
  35 + "type": "user",
33 36 "ask": {
34 37 "en": "Choose the Owncloud administrator (must be an existing YunoHost user)"
35 38 },