Skip to content

Commit f02608e

Browse files
committed
update bitwarden/vaultwarden templates
Signed-off-by: Eric Nemchik <[email protected]>
1 parent 94e9339 commit f02608e

4 files changed

Lines changed: 8 additions & 12 deletions

bitwarden.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## Version 2023/05/31
1+
## Version 2023/11/11
22
# make sure that your bitwarden container is named bitwarden
33
# make sure that your dns has a cname set for bitwarden
4-
# set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container
54

65
server {
76
listen 443 ssl http2;
@@ -82,7 +81,7 @@ server {
8281
include /config/nginx/proxy.conf;
8382
include /config/nginx/resolver.conf;
8483
set $upstream_app bitwarden;
85-
set $upstream_port 3012;
84+
set $upstream_port 80;
8685
set $upstream_proto http;
8786
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
8887

bitwarden.subfolder.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## Version 2023/02/13
1+
## Version 2023/11/11
22
# make sure that your bitwarden container is named bitwarden
33
# make sure that bitwarden is set to work with the base url /bitwarden/
44
## Environmental Variable DOMAIN=https://<DOMAIN>/bitwarden must be set in bitwarden container including subfolder.
5-
## This is using ports 80 and 3012
65

76
location /bitwarden {
87
return 301 $scheme://$host/bitwarden/;
@@ -68,7 +67,7 @@ location ~ (/bitwarden)?/notifications/hub {
6867
include /config/nginx/proxy.conf;
6968
include /config/nginx/resolver.conf;
7069
set $upstream_app bitwarden;
71-
set $upstream_port 3012;
70+
set $upstream_port 80;
7271
set $upstream_proto http;
7372
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
7473

vaultwarden.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## Version 2023/05/31
1+
## Version 2023/11/11
22
# make sure that your vaultwarden container is named vaultwarden
33
# make sure that your dns has a cname set for vaultwarden
4-
# set the environment variable WEBSOCKET_ENABLED=true on your vaultwarden container
54

65
server {
76
listen 443 ssl http2;
@@ -82,7 +81,7 @@ server {
8281
include /config/nginx/proxy.conf;
8382
include /config/nginx/resolver.conf;
8483
set $upstream_app vaultwarden;
85-
set $upstream_port 3012;
84+
set $upstream_port 80;
8685
set $upstream_proto http;
8786
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
8887

vaultwarden.subfolder.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## Version 2023/03/27
1+
## Version 2023/11/11
22
# make sure that your vaultwarden container is named vaultwarden
33
# make sure that vaultwarden is set to work with the base url /vaultwarden/
44
## Environmental Variable DOMAIN=https://<DOMAIN>/vaultwarden must be set in vaultwarden container including subfolder.
5-
## This is using ports 80 and 3012
65

76
location /vaultwarden {
87
return 301 $scheme://$host/vaultwarden/;
@@ -68,7 +67,7 @@ location ~ (/vaultwarden)?/notifications/hub {
6867
include /config/nginx/proxy.conf;
6968
include /config/nginx/resolver.conf;
7069
set $upstream_app vaultwarden;
71-
set $upstream_port 3012;
70+
set $upstream_port 80;
7271
set $upstream_proto http;
7372
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
7473

0 commit comments

Comments
 (0)