Daniel García
6 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
5 changed files with
6 additions and
7 deletions
-
Dockerfile
-
Dockerfile.aarch64
-
Dockerfile.alpine
-
Dockerfile.armv7
-
docker/set-vault-baseurl.patch
|
|
@ -4,7 +4,7 @@ |
|
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
|
FROM node:8-alpine as vault |
|
|
|
|
|
|
|
ENV VAULT_VERSION "v2.3.0" |
|
|
|
ENV VAULT_VERSION "v2.4.0" |
|
|
|
|
|
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
|
FROM node:8-alpine as vault |
|
|
|
|
|
|
|
ENV VAULT_VERSION "v2.3.0" |
|
|
|
ENV VAULT_VERSION "v2.4.0" |
|
|
|
|
|
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
|
FROM node:8-alpine as vault |
|
|
|
|
|
|
|
ENV VAULT_VERSION "v2.3.0" |
|
|
|
ENV VAULT_VERSION "v2.4.0" |
|
|
|
|
|
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
|
FROM node:8-alpine as vault |
|
|
|
|
|
|
|
ENV VAULT_VERSION "v2.3.0" |
|
|
|
ENV VAULT_VERSION "v2.4.0" |
|
|
|
|
|
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
--- a/src/app/services/services.module.ts
|
|
|
|
+++ b/src/app/services/services.module.ts
|
|
|
|
@@ -120,20 +120,17 @@ const notificationsService = new NotificationsService(userService, syncService,
|
|
|
|
@@ -120,20 +120,16 @@ const notificationsService = new NotificationsService(userService, syncService,
|
|
|
|
const environmentService = new EnvironmentService(apiService, storageService, notificationsService); |
|
|
|
const auditService = new AuditService(cryptoFunctionService, apiService); |
|
|
|
|
|
|
@ -22,7 +22,6 @@ |
|
|
|
+ const isDev = false;
|
|
|
|
+ environmentService.baseUrl = window.location.origin;
|
|
|
|
+ environmentService.notificationsUrl = window.location.origin + '/notifications';
|
|
|
|
+
|
|
|
|
await apiService.setUrls({ |
|
|
|
apiService.setUrls({ |
|
|
|
base: isDev ? null : window.location.origin, |
|
|
|
api: isDev ? 'http://localhost:4000' : null, |
|
|
|