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
2022-03-25 18:30:41 +01:00

48 lines
1.1 KiB
JSON

{
"name": "2FAuth",
"id": "2fauth",
"packaging_format": 1,
"description": {
"en": "self-hosted alternative to One Time Passcode",
"fr": "self-hosted alternative to One Time Passcode"
},
"version": "2.1.0~ynh1",
"url": "https://github.com/Bubka/2FAuth",
"upstream": {
"license": "AGPL-3.0",
"website": "https://example.com",
"demo": "https://demo.2fauth.app/login",
"code": "https://github.com/Bubka/2FAuth"
},
"license": "AGPL-3.0",
"maintainer": {
"name": "",
"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
}
]
}
}