2022-04-06 06:32:51 +00:00
{
"version" : "2.0" ,
"title" : "2FAuth" ,
2022-04-06 08:14:00 +00:00
"name" : "2fauth" ,
2022-04-06 06:32:51 +00:00
"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." ,
2022-04-12 03:10:43 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png" ,
2022-04-06 06:32:51 +00:00
"screenshots" : [
2022-04-06 09:08:51 +00:00
"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"
2022-04-06 06:32:51 +00:00
] ,
"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" : [ ] ,
2022-04-06 08:14:00 +00:00
"cap_add" : { } ,
2022-04-06 06:32:51 +00:00
"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" : ""
}