mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-24 00:18:29 +00:00
Updated dependencies and Docker image to new web-vault
This commit is contained in:
parent
48e69cebab
commit
a291dea16f
8 changed files with 155 additions and 183 deletions
16
docker/set-vault-baseurl.patch
Normal file
16
docker/set-vault-baseurl.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- a/src/app/services/services.module.ts
|
||||
+++ b/src/app/services/services.module.ts
|
||||
@@ -114,10 +114,9 @@ containerService.attachToWindow(window);
|
||||
|
||||
export function initFactory(): Function {
|
||||
return async () => {
|
||||
- const isDev = platformUtilsService.isDev();
|
||||
- if (!isDev && platformUtilsService.isSelfHost()) {
|
||||
- environmentService.baseUrl = window.location.origin;
|
||||
- }
|
||||
+ const isDev = false;
|
||||
+ environmentService.baseUrl = window.location.origin;
|
||||
+
|
||||
await apiService.setUrls({
|
||||
base: isDev ? null : window.location.origin,
|
||||
api: isDev ? 'http://localhost:4000' : null,
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"appSettings": {
|
||||
"apiUri": "/api",
|
||||
"identityUri": "/identity",
|
||||
"iconsUri": "/icons",
|
||||
"stripeKey": "",
|
||||
"braintreeKey": ""
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue