2023-02-28 00:15:03 +00:00
name : vaultwarden
services :
2023-03-07 18:15:13 +00:00
vaultwarden :
image : vaultwarden/server:1.24.0
deploy :
resources :
reservations :
memory : "256M"
network_mode : bridge
ports :
- target : 80
published : "80"
protocol : tcp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/data
target : /data
x-casaos :
author : CasaOS Team
category : Utilities
container :
index : /
port_map : "80"
2023-02-28 00:15:03 +00:00
ports :
2023-03-25 01:14:10 +00:00
- container : "80"
2023-03-07 18:15:13 +00:00
description :
en_US : WebUI HTTP Port
2023-03-25 01:14:10 +00:00
zh_CN : WebUI HTTP 端口
2023-03-09 00:45:48 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-25 01:14:10 +00:00
- container : /data
2023-02-28 00:15:03 +00:00
description :
2023-03-07 18:15:13 +00:00
en_US : Vaultwarden data directory.
2023-03-25 01:14:10 +00:00
zh_CN : Vaultwarden 数据目录。
2023-03-07 18:15:13 +00:00
description :
en_US : 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.
2023-03-25 01:14:10 +00:00
zh_CN : 用 Rust 编写的 Bitwarden 服务器 API 的替代实现,与上游 Bitwarden 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。
2023-03-07 18:15:13 +00:00
developer : Daniel García
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/icon.png
screenshot_link :
- 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
tagline :
en_US : A self-hosted Bitwarden server
2023-03-25 01:14:10 +00:00
zh_CN : 自托管的 Bitwarden 服务器
2023-03-07 18:15:13 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/thumbnail.png
tips : {}
title :
en_US : Vaultwarden
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 18:15:13 +00:00
architectures :
- amd64
- arm
- arm64
main_app : vaultwarden