mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"name": "Armadietto",
|
|
"id": "armadietto",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Armadietto is a remoteStorage server written for Node.js.",
|
|
"fr": "Armadietto est un serveur remoteStorage écrit pour node.js."
|
|
},
|
|
"version": "0.2.0",
|
|
"url": "https://github.com/remotestorage/armadietto",
|
|
"upstream": {
|
|
"license": "WTFPL",
|
|
"website": "https://example.com",
|
|
"demo": "https://demo.example.com",
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
"userdoc": "https://yunohost.org/apps",
|
|
"code": "https://some.forge.com/example/example"
|
|
},
|
|
"maintainer": {
|
|
"name": "bencharp",
|
|
"email": "contact@bencharp.com",
|
|
"url": "https://www.bencharp.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for your armadietto remoteStorage server",
|
|
"fr": "Choisissez un nom de domaine pour votre serveur remoteStorage armadietto"
|
|
},
|
|
"example": "store.yunohost.packaging"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for armadietto",
|
|
"fr": "Choisissez un chemin pour armadietto"
|
|
},
|
|
"example": "/",
|
|
"default": "/"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Would you like to restrein the access to this web site?",
|
|
"fr": "Souhaitez-vous limiter l'accès à ce site web ?"
|
|
},
|
|
"ask": {
|
|
"en": "Is it a public site?",
|
|
"fr": "Est-ce un site publique ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "is_signup",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Allow signups?",
|
|
"fr": "Accepter les inscriptions ?"
|
|
},
|
|
"help": {
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|