2015-05-30 19:37:21 +02:00
|
|
|
{
|
2022-07-03 14:58:24 +02:00
|
|
|
"name": "Teampass",
|
|
|
|
"id": "teampass",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Passwords Manager",
|
|
|
|
"fr": "Gestionnaire de mots de passes."
|
|
|
|
},
|
2022-11-14 07:16:48 +01:00
|
|
|
"version": "3.0.0.21~ynh1",
|
2022-07-03 14:58:24 +02:00
|
|
|
"url": "http://www.teampass.net",
|
|
|
|
"upstream": {
|
2021-07-11 13:50:24 +02:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"website": "http://www.teampass.net",
|
|
|
|
"admindoc": "https://teampass.readthedocs.io/en/latest/",
|
|
|
|
"code": "https://github.com/nilsteampassnet/TeamPass"
|
|
|
|
},
|
2022-07-03 14:58:24 +02:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "",
|
|
|
|
"email": ""
|
|
|
|
},
|
2022-07-20 02:29:33 +02:00
|
|
|
"previous_maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Maniack Crudelis",
|
|
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
|
|
}
|
|
|
|
],
|
2022-07-03 14:58:24 +02:00
|
|
|
"requirements": {
|
2022-03-12 15:39:54 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2022-07-03 14:58:24 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.3-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/teampass",
|
|
|
|
"default": "/teampass"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-05-30 19:37:21 +02:00
|
|
|
}
|