mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Synchronise manifest with example_ynh
This commit is contained in:
parent
3e3cc64e83
commit
18abcb72c1
1 changed files with 50 additions and 53 deletions
103
manifest.json
103
manifest.json
|
@ -1,55 +1,52 @@
|
||||||
{
|
{
|
||||||
"name": "Diaspora",
|
"name": "Diaspora",
|
||||||
"id": "diaspora",
|
"id": "diaspora",
|
||||||
"url": "https://diasporafoundation.org",
|
"packaging_format": 1,
|
||||||
"packaging_format": 1,
|
"description": {
|
||||||
"description": {
|
"en": "Distributed social networking service",
|
||||||
"en": "Distributed social networking service",
|
"fr": "Service de réseau social distribué"
|
||||||
"fr": "Service de réseau social distribué"
|
},
|
||||||
},
|
"version": "0.7.16.0~ynh1",
|
||||||
"license": "AGPL-3.0",
|
"url": "https://diasporafoundation.org",
|
||||||
"version": "0.7.14.0~ynh2",
|
"upstream": {
|
||||||
"maintainer": {
|
"license": "AGPL-3.0",
|
||||||
"name": "rafi59",
|
"website": "https://diasporafoundation.org/",
|
||||||
"email": ""
|
"admindoc": "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers",
|
||||||
},
|
"userdoc": "https://wiki.diasporafoundation.org/FAQ_for_users",
|
||||||
"requirements": {
|
"code": "https://github.com/diaspora/diaspora"
|
||||||
"yunohost": ">= 3.8.1"
|
},
|
||||||
},
|
"license": "AGPL-3.0",
|
||||||
"multi_instance": true,
|
"maintainer": {
|
||||||
"services": [
|
"name": "rafi59",
|
||||||
"nginx",
|
"email": ""
|
||||||
"postgresql"
|
},
|
||||||
],
|
"requirements": {
|
||||||
"arguments": {
|
"yunohost": ">= 4.3.0"
|
||||||
"install" : [
|
},
|
||||||
{
|
"multi_instance": true,
|
||||||
"name": "domain",
|
"services": [
|
||||||
"type": "domain",
|
"nginx",
|
||||||
"ask": {
|
"postgresql"
|
||||||
"en": "Choose a domain for diaspora* (it needs its own domain)",
|
],
|
||||||
"fr": "Choisissez un domaine pour diaspora* (diaspora* a besoin de son propre domaine)"
|
"arguments": {
|
||||||
},
|
"install" : [
|
||||||
"example": "domain.org"
|
{
|
||||||
},
|
"name": "domain",
|
||||||
{
|
"type": "domain"
|
||||||
"name": "admin",
|
},
|
||||||
"type": "user",
|
{
|
||||||
"ask": {
|
"name": "admin",
|
||||||
"en": "Choose the diaspora* administrator (must be an existing YunoHost user)",
|
"type": "user"
|
||||||
"fr": "Choisissez l'administrateur de diaspora* (doit être un utilisateur YunoHost)"
|
},
|
||||||
},
|
{
|
||||||
"example": "johndoe"
|
"name": "admin_password",
|
||||||
},
|
"type": "password",
|
||||||
{
|
"ask": {
|
||||||
"name": "admin_password",
|
"en": "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()').",
|
||||||
"type": "password",
|
"fr": "Mot de passe pour l’administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')."
|
||||||
"ask": {
|
},
|
||||||
"en": "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()').",
|
"optional": false
|
||||||
"fr": "Mot de passe pour l’administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')."
|
}
|
||||||
},
|
]
|
||||||
"optional": false
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue