You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
"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.",
17
+
"install_methods": [
18
+
{
19
+
"type": "default",
20
+
"script": "ct/vaultwarden.sh",
21
+
"resources": {
22
+
"cpu": 4,
23
+
"ram": 6144,
24
+
"hdd": 6,
25
+
"os": "debian",
26
+
"version": "12"
27
+
}
44
28
},
45
-
"notes": [
46
-
{
47
-
"text": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager, Caddy, etc) to obtain HTTPS and to allow clients to connect. If you try to open the web page directly on the new container, the web site will not load",
48
-
"type": "warning"
49
-
},
50
-
{
51
-
"text": "To set the Admin Token, run the command below (or type update) in the LXC Console.",
52
-
"type": "info"
53
-
}
54
-
]
29
+
{
30
+
"type": "alpine",
31
+
"script": "ct/alpine-vaultwarden.sh",
32
+
"resources": {
33
+
"cpu": 1,
34
+
"ram": 256,
35
+
"hdd": 0.5,
36
+
"os": "alpine",
37
+
"version": "3.21"
38
+
}
39
+
}
40
+
],
41
+
"default_credentials": {
42
+
"username": null,
43
+
"password": null
44
+
},
45
+
"notes": [
46
+
{
47
+
"text": "Application uses self-signed certificate for HTTPS to work and is enabled by default. If you need a different setup, please read the documentation.",
48
+
"type": "warning"
49
+
},
50
+
{
51
+
"text": "To set the Admin Token, run the command below (or type update) in the LXC Console.",
0 commit comments