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.3 KiB
JSON
Raw Normal View History

{
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."
},
2023-03-23 07:22:39 +01:00
"version": "3.0.0.22~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"
}
]
}
}