app-store/apps/2fauth/config.json

26 lines
618 B
JSON
Raw Normal View History

2023-08-26 13:07:20 +00:00
{
"$schema": "../schema.json",
"name": "2FAuth",
"port": 8235,
"uid": 1000,
"gid": 1000,
2023-08-26 13:07:20 +00:00
"available": true,
"exposable": true,
"id": "2fauth",
"tipi_version": 15,
"version": "5.1.1",
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/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2023-08-26 13:07:20 +00:00
}