1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
21 lines
575 B
JSON
21 lines
575 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "2FAuth",
|
|
"port": 8235,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "2fauth",
|
|
"tipi_version": 6,
|
|
"version": "4.2.3",
|
|
"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"]
|
|
}
|