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

56 lines
1.6 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": {
"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": {
"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": {
2022-05-27 17:03:32 +02:00
"install": [
2021-12-17 11:38:57 +01:00
{
"name": "domain",
"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 ?"
},
"default": false
2021-12-17 11:38:57 +01:00
}
]
}
}