mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
||
"name": "Diaspora",
|
||
"id": "diaspora",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Distributed social networking service",
|
||
"fr": "Service de réseau social distribué"
|
||
},
|
||
"version": "0.7.18.1~ynh1",
|
||
"url": "https://diasporafoundation.org",
|
||
"upstream": {
|
||
"license": "AGPL-3.0",
|
||
"website": "https://diasporafoundation.org/",
|
||
"admindoc": "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers",
|
||
"userdoc": "https://wiki.diasporafoundation.org/FAQ_for_users",
|
||
"code": "https://github.com/diaspora/diaspora"
|
||
},
|
||
"license": "AGPL-3.0",
|
||
"maintainer": {
|
||
"name": "rafi59",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"help": {
|
||
"en": "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()').",
|
||
"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
|
||
}
|
||
]
|
||
}
|
||
}
|