app-store/apps/2fauth/config.json
Nicolas Meienberger 9707542b95
Feat/docker compose json (#3503)
* feat(2fauth): a docker-compose.json config

* ci(app-version): increase image automatically in docker-compose.json
2024-05-19 13:41:35 +02:00

22 lines
624 B
JSON

{
"$schema": "../schema.json",
"name": "2FAuth",
"port": 8235,
"uid": 1000,
"gid": 1000,
"available": true,
"exposable": true,
"dynamic_config": true,
"id": "2fauth",
"tipi_version": 15,
"version": "5.1.1",
"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"]
}