2021-12-17 11:38:57 +01:00
|
|
|
{
|
2021-12-18 14:56:34 +01:00
|
|
|
"name": "Armadietto",
|
|
|
|
"id": "armadietto",
|
2021-12-17 11:38:57 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-12-31 13:24:11 +01:00
|
|
|
"en": "A remoteStorage server written for Node.js.",
|
|
|
|
"fr": "Un serveur remoteStorage écrit pour node.js."
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
2022-01-01 16:14:00 +01:00
|
|
|
"version": "0.0.2-beta.10~ynh4",
|
2021-12-18 14:56:34 +01:00
|
|
|
"url": "https://github.com/remotestorage/armadietto",
|
2021-12-17 11:38:57 +01:00
|
|
|
"upstream": {
|
2021-12-18 18:10:41 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://remotestorage.io/",
|
|
|
|
"code": "https://github.com/remotestorage/armadietto"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
2021-12-18 18:10:41 +01:00
|
|
|
"license": "WTFPL",
|
2021-12-17 11:38:57 +01:00
|
|
|
"maintainer": {
|
2021-12-18 14:56:34 +01:00
|
|
|
"name": "bencharp",
|
|
|
|
"email": "contact@bencharp.com",
|
|
|
|
"url": "https://www.bencharp.com"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
2021-12-18 14:56:34 +01:00
|
|
|
"multi_instance": false,
|
2021-12-17 11:38:57 +01:00
|
|
|
"services": [
|
2021-12-18 14:56:34 +01:00
|
|
|
"nginx"
|
2021-12-17 11:38:57 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-12-18 18:10:41 +01:00
|
|
|
"type": "domain"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2021-12-18 14:56:34 +01:00
|
|
|
"example": "/",
|
|
|
|
"default": "/"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-12-18 18:10:41 +01:00
|
|
|
"default": true,
|
2021-12-18 14:56:34 +01:00
|
|
|
"help": {
|
|
|
|
"en": "Would you like to restrein the access to this web site?",
|
|
|
|
"fr": "Souhaitez-vous limiter l'accès à ce site web ?"
|
2021-12-18 18:10:41 +01:00
|
|
|
}
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-18 14:56:34 +01:00
|
|
|
"name": "is_signup",
|
|
|
|
"type": "boolean",
|
2021-12-17 11:38:57 +01:00
|
|
|
"ask": {
|
2021-12-18 14:56:34 +01:00
|
|
|
"en": "Allow signups?",
|
|
|
|
"fr": "Accepter les inscriptions ?"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
"help": {
|
2021-12-18 14:56:34 +01:00
|
|
|
"en": "Would you like to allow visitors to register and create an account?",
|
|
|
|
"fr": "Souhaitez-vous autoriser les visiteurs à s'inscrire et créer un compte ?"
|
|
|
|
},
|
2021-12-21 01:17:31 +01:00
|
|
|
"default": true
|
2021-12-17 11:38:57 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|