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": {
|
2022-01-21 04:42:56 +01:00
|
|
|
"en": "A remoteStorage server running as a nodejs web service with systemd",
|
|
|
|
"fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
2022-06-01 00:20:23 +02:00
|
|
|
"version": "0.2.0~ynh1",
|
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": {
|
2022-05-27 17:03:32 +02:00
|
|
|
"install": [
|
2021-12-17 11:38:57 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-12-18 18:10:41 +01:00
|
|
|
"type": "domain"
|
2021-12-17 11:38:57 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2022-05-27 17:03:32 +02:00
|
|
|
"default": true
|
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 ?"
|
|
|
|
},
|
2022-01-21 04:42:56 +01:00
|
|
|
"default": false
|
2021-12-17 11:38:57 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|