add 2FAuth
This commit is contained in:
parent
698b163746
commit
c8480974c0
|
@ -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": ""
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 574 KiB |
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
After Width: | Height: | Size: 738 KiB |
Binary file not shown.
After Width: | Height: | Size: 669 KiB |
Loading…
Reference in New Issue