1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00
armadietto_ynh/manifest.json

66 lines
1.9 KiB
JSON
Raw Normal View History

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-18 14:56:34 +01:00
"en": "Armadietto is a remoteStorage server written for Node.js.",
"fr": "Armadietto est un serveur remoteStorage écrit pour node.js."
2021-12-17 11:38:57 +01:00
},
"version": "1.0.1~ynh2",
2021-12-18 14:56:34 +01:00
"url": "https://github.com/remotestorage/armadietto",
2021-12-17 11:38:57 +01:00
"upstream": {
"license": "MIT",
"website": "https://remotestorage.io/",
"code": "https://github.com/remotestorage/armadietto"
2021-12-17 11:38:57 +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",
"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",
"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-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 ?"
},
"default": false
2021-12-17 11:38:57 +01:00
}
]
}
}