1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00
teampass_ynh/manifest.json

56 lines
1.1 KiB
JSON
Raw Normal View History

{
2016-12-14 16:02:43 +01:00
"name": "Teampass",
"id": "teampass",
"packaging_format": 1,
"description": {
"en": "Passwords Manager",
"fr": "Gestionnaire de mots de passes."
},
2018-07-13 17:37:28 +02:00
"version": "2.1.27.15~ynh2",
2016-12-14 16:02:43 +01:00
"url": "http://www.teampass.net",
2021-07-11 13:50:24 +02:00
"upstream": {
"license": "AGPL-3.0",
"website": "http://www.teampass.net",
"admindoc": "https://teampass.readthedocs.io/en/latest/",
"code": "https://github.com/nilsteampassnet/TeamPass"
},
"license": "AGPL-3.0",
2016-12-14 16:02:43 +01:00
"maintainer": {
2021-07-11 12:41:51 +02:00
"name": "",
"email": ""
},
"previous_maintainers": [{
2018-05-22 20:01:55 +02:00
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
2021-07-11 12:41:51 +02:00
}],
2018-05-22 20:01:55 +02:00
"requirements": {
2021-07-11 12:41:51 +02:00
"yunohost": ">= 4.2.4"
2016-12-14 16:02:43 +01:00
},
2018-05-22 20:01:55 +02:00
"multi_instance": true,
2016-12-14 16:02:43 +01:00
"services": [
"nginx",
2021-07-11 12:41:51 +02:00
"php7.3-fpm",
2016-12-14 16:02:43 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/teampass",
"default": "/teampass"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
}
]
}
}