62ece3b11c
* chore(deps): update 2fauth/2fauth docker tag to v5 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI <ci@runtipi.io>
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "2FAuth",
|
|
"port": 8235,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "2fauth",
|
|
"tipi_version": 8,
|
|
"version": "5.0.0",
|
|
"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/",
|
|
"form_fields": [],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|