{
	"version": "2.0",
	"title": "2FAuth",
	"name": "2fauth",
	"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png",
	"tagline": "A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes",
	"overview": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.",
	"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png",
	"screenshots": [
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png",
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png",
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png"
	],
	"category": [
		"Utilities"
	],
	"developer": {
		"name": "Bubka",
		"website": "https://demo.2fauth.app",
		"donate_text": "",
		"donate_link": ""
	},
	"adaptor": {
		"name": "CasaOS Team",
		"website": "https://www.casaos.io",
		"donate_text": "",
		"donate_link": ""
	},
	"support": "https://discord.gg/knqAbbBbeX",
	"website": "",
	"container": {
		"image": "2fauth/2fauth:latest",
		"shell": "sh",
		"privileged": false,
		"network_model": "bridge",
		"web_ui": {
			"http": "8000",
			"path": "/"
		},
		"health_check": "",
		"envs": [],
		"ports": [
			{
				"container": "8000",
				"host": "8000",
				"type": "tcp",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			}
		],
		"volumes": [
			{
				"container": "/2fauth",
				"host": "/DATA/AppData/$AppID",
				"mode": "rw",
				"allocation": "automatic",
				"configurable": "no",
				"description": ""
			}
		],
		"devices": [],
		"constraints": {
			"min_memory": 64,
			"min_storage": 128
		},
		"restart_policy": "always",
		"sysctls": [],
		"cap_add": [],
		"labels": [],
		"host_name": "",
		"cmd": []
	},
	"abilities": {
		"notification": false,
		"widgets": false,
		"authentication": false,
		"search": false,
		"upnp": false
	},
	"tips": {
		"before_install": []
	},
	"changelog": {
		"latest_updates": "",
		"url": ""
	},
	"latest_update_date": ""
}