diff --git a/Apps/2FAuth/appfile.json b/Apps/2FAuth/appfile.json new file mode 100644 index 0000000..4c273ea --- /dev/null +++ b/Apps/2FAuth/appfile.json @@ -0,0 +1,89 @@ +{ + "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.jpg", + "screenshots": [ + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.jpg" + ], + "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": "" +} \ No newline at end of file diff --git a/Apps/2FAuth/screenshot-1.png b/Apps/2FAuth/screenshot-1.png new file mode 100644 index 0000000..d61dbf6 Binary files /dev/null and b/Apps/2FAuth/screenshot-1.png differ diff --git a/Apps/2FAuth/screenshot-2.png b/Apps/2FAuth/screenshot-2.png new file mode 100644 index 0000000..6aff7e1 Binary files /dev/null and b/Apps/2FAuth/screenshot-2.png differ diff --git a/Apps/2FAuth/screenshot-3.png b/Apps/2FAuth/screenshot-3.png new file mode 100644 index 0000000..a4c2926 Binary files /dev/null and b/Apps/2FAuth/screenshot-3.png differ diff --git a/Apps/2FAuth/thumbnail.png b/Apps/2FAuth/thumbnail.png new file mode 100644 index 0000000..7d0dd54 Binary files /dev/null and b/Apps/2FAuth/thumbnail.png differ