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
Éric Gaspar 1219f7ea2f 3.4.1
2023-01-25 14:04:44 +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": "Alternative auto-hébergée a One Time Passcode"
},
"version": "3.4.2~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": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.1-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}