2024-11-06 07:14:59 +00:00
{
"name" : "Vaultwarden" ,
"slug" : "vaultwarden" ,
"categories" : [
0
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 8000 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://www.vaultwarden.net/" ,
"logo" : "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg" ,
"description" : "Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/vaultwarden.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 4 ,
"ram" : 6144 ,
"hdd" : 6 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
2024-11-06 20:46:30 +00:00
} ,
{
"type" : "alpine" ,
"script" : "ct/alpine-vaultwarden.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 0.3 ,
2024-11-06 20:46:30 +00:00
"os" : "alpine" ,
"version" : "3.19"
}
2024-11-06 07:14:59 +00:00
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect." ,
"type" : "warning"
2024-11-12 16:34:21 +00:00
} ,
{
2024-12-13 12:33:34 +00:00
"text" : "To set the Admin Token, run the command below (or type update) in the LXC Console." ,
2024-11-12 16:34:21 +00:00
"type" : "info"
2024-11-06 07:14:59 +00:00
}
]
2024-11-12 16:34:21 +00:00
}