2023-08-26 13:07:20 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "2FAuth",
|
|
|
|
"port": 8235,
|
2024-01-21 16:07:12 +00:00
|
|
|
"uid": 1000,
|
|
|
|
"gid": 1000,
|
2023-08-26 13:07:20 +00:00
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
2024-05-19 11:41:35 +00:00
|
|
|
"dynamic_config": true,
|
2023-08-26 13:07:20 +00:00
|
|
|
"id": "2fauth",
|
2024-05-31 18:09:04 +00:00
|
|
|
"tipi_version": 16,
|
|
|
|
"version": "5.2.0",
|
2024-05-19 11:41:35 +00:00
|
|
|
"categories": ["security"],
|
2023-08-26 13:07:20 +00:00
|
|
|
"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": [],
|
2024-05-19 11:41:35 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-08-26 13:07:20 +00:00
|
|
|
}
|