2023-08-26 13:07:20 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "2FAuth",
|
|
|
|
"port": 8235,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "2fauth",
|
2023-12-29 19:33:15 +00:00
|
|
|
"tipi_version": 10,
|
|
|
|
"version": "5.0.2",
|
2023-08-26 13:07:20 +00:00
|
|
|
"categories": [
|
|
|
|
"security"
|
|
|
|
],
|
|
|
|
"description": "A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes.",
|
|
|
|
"short_desc": "Manage your Two-Factor Authentication codes.",
|
|
|
|
"author": "Bubka",
|
|
|
|
"source": "https://github.com/Bubka/2FAuth",
|
|
|
|
"website": "https://docs.2fauth.app/",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
2023-11-21 15:07:40 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-08-26 13:07:20 +00:00
|
|
|
}
|