2022-04-06 06:35:34 +00:00
{
"version" : "2.0" ,
"title" : "Vaultwarden" ,
"name" : "vaultwarden" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/icon.png" ,
"tagline" : "A self-hosted Bitwarden server" ,
"overview" : "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal." ,
2022-04-06 09:08:51 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/thumbnail.png" ,
2022-04-06 08:43:09 +00:00
"screenshots" : [
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-3.png"
2022-04-06 08:43:09 +00:00
] ,
2022-04-06 06:35:34 +00:00
"category" : [
"Utilities"
] ,
"developer" : {
"name" : "Daniel García" ,
"website" : "https://github.com/dani-garcia/vaultwarden" ,
2022-04-06 08:43:09 +00:00
"donate_text" : "" ,
2022-04-06 06:35:34 +00:00
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
2022-04-06 08:43:09 +00:00
"donate_text" : "" ,
2022-04-06 06:35:34 +00:00
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://github.com/dani-garcia/vaultwarden" ,
"container" : {
"image" : "vaultwarden/server:1.24.0" ,
"shell" : "bash" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "80" ,
"path" : "/"
} ,
"envs" : [ ] ,
2022-04-11 06:41:56 +00:00
"ports" : [
{
2022-04-11 07:08:12 +00:00
"container" : "80" ,
"host" : "80" ,
2022-04-11 06:41:56 +00:00
"type" : "tcp" ,
"allocation" : "preferred" ,
"configurable" : "advanced" ,
"description" : "WebUI HTTP Port"
}
] ,
2022-04-06 06:35:34 +00:00
"volumes" : [
{
"container" : "/data" ,
"host" : "/DATA/AppData/$AppID/data" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : "Vaultwarden data directory."
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 256 ,
"min_storage" : 1024
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-04-06 06:35:34 +00:00
"labels" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
2022-04-06 08:43:09 +00:00
"tips" : { } ,
"changelog" : {
2022-04-06 06:35:34 +00:00
"latest_updates" : "" ,
"url" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/changelog.txt"
} ,
"latest_update_date" : "1647253154"
}