Skip to content

Commit 4f6d2a9

Browse files
committed
Change HTTPS info on website
1 parent 4834b12 commit 4f6d2a9

File tree

1 file changed

+52
-53
lines changed

1 file changed

+52
-53
lines changed
Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,55 @@
11
{
2-
"name": "Vaultwarden",
3-
"slug": "vaultwarden",
4-
"categories": [
5-
6
6-
],
7-
"date_created": "2024-05-02",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 8000,
12-
"documentation": null,
13-
"website": "https://github.com/dani-garcia/vaultwarden/",
14-
"logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg",
15-
"config_path": "/opt/vaultwarden/.env",
16-
"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-
}
28-
},
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
2+
"name": "Vaultwarden",
3+
"slug": "vaultwarden",
4+
"categories": [
5+
6
6+
],
7+
"date_created": "2024-05-02",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8000,
12+
"documentation": "https://github.com/dani-garcia/vaultwarden/wiki",
13+
"website": "https://github.com/dani-garcia/vaultwarden/",
14+
"logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg",
15+
"config_path": "/opt/vaultwarden/.env",
16+
"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+
}
4428
},
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.",
52+
"type": "info"
53+
}
54+
]
5555
}
56-

0 commit comments

Comments
 (0)