1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
2fauth_ynh/manifest.json
ericgaspar 936b9237ba 3.0.1
2022-05-12 07:33:21 +02:00

48 lines
1.1 KiB
JSON

{
"name": "2FAuth",
"id": "2fauth",
"packaging_format": 1,
"description": {
"en": "self-hosted alternative to One Time Passcode",
"fr": "Alternative auto-hébergée a One Time Passcode"
},
"version": "3.0.1~ynh1",
"url": "https://github.com/Bubka/2FAuth",
"upstream": {
"license": "AGPL-3.0",
"demo": "https://demo.2fauth.app/login",
"admindoc": "https://docs.2fauth.app/",
"code": "https://github.com/Bubka/2FAuth"
},
"license": "AGPL-3.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}