2022-03-25 18:30:41 +01:00
|
|
|
{
|
|
|
|
"name": "2FAuth",
|
|
|
|
"id": "2fauth",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "self-hosted alternative to One Time Passcode",
|
|
|
|
"fr": "self-hosted alternative to One Time Passcode"
|
|
|
|
},
|
2022-03-26 06:52:14 +01:00
|
|
|
"version": "2.1.0~ynh2",
|
2022-03-25 18:30:41 +01:00
|
|
|
"url": "https://github.com/Bubka/2FAuth",
|
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"demo": "https://demo.2fauth.app/login",
|
|
|
|
"code": "https://github.com/Bubka/2FAuth"
|
|
|
|
},
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"maintainer": {
|
2022-03-30 07:33:52 +02:00
|
|
|
"name": "eric_G",
|
2022-03-25 18:30:41 +01:00
|
|
|
"email": ""
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.3-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|