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

60 lines
1.8 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": {
2022-01-12 00:43:42 +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-01-02 02:37:17 +01:00
"version": "0.0.2~ynh6",
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": "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 ?"
},
2021-12-21 01:17:31 +01:00
"default": true
2021-12-17 11:38:57 +01:00
}
]
}
}