Hosting web vault on CDN #4005

Closed
opened 2026-03-07 19:23:38 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @AlliotTech on GitHub (Aug 8, 2019).

takes too long to open,Should some resources be added to CDN? thks
image

Originally created by @AlliotTech on GitHub (Aug 8, 2019). takes too long to open,Should some resources be added to CDN? thks ![image](https://user-images.githubusercontent.com/24980252/62672514-97ef7e00-b9cd-11e9-97a9-0deaed0ecb18.png)
GiteaMirror added the question label 2026-03-07 19:23:38 -06:00
Author
Owner

@dani-garcia commented on GitHub (Aug 8, 2019):

are you using the docker images or compiling yourself? is the bitwarden_rs server behind a proxy?

@dani-garcia commented on GitHub (Aug 8, 2019): are you using the docker images or compiling yourself? is the bitwarden_rs server behind a proxy?
Author
Owner

@AlliotTech commented on GitHub (Aug 9, 2019):

I used docker images . and the server don't use proxy. i checked the network ,js file take a long time to load .

@AlliotTech commented on GitHub (Aug 9, 2019): I used docker images . and the server don't use proxy. i checked the network ,js file take a long time to load .
Author
Owner

@mprasil commented on GitHub (Aug 10, 2019):

Can you try loading the js files using curl? Can you see the request in server logs?

@mprasil commented on GitHub (Aug 10, 2019): Can you try loading the js files using `curl`? Can you see the request in server logs?
Author
Owner

@timaschew commented on GitHub (Aug 10, 2019):

I'm using version 1.9.1 with docker and nginx with HTTPS and it works super fast for me.

@timaschew commented on GitHub (Aug 10, 2019): I'm using version 1.9.1 with docker and nginx with HTTPS and it works super fast for me.
Author
Owner

@AlliotTech commented on GitHub (Aug 11, 2019):

Can you try loading the js files using curl? Can you see the request in server logs?

yes,i tried.I think it's because main.xxx.js and vendor.xxx.js is too big and loads too slowly. maybe it is due to my server only have 1M bandwidth . So I want to know if I can drop these larger JS files into the CDN. thks to reply

@AlliotTech commented on GitHub (Aug 11, 2019): > Can you try loading the js files using `curl`? Can you see the request in server logs? yes,i tried.I think it's because main.xxx.js and vendor.xxx.js is too big and loads too slowly. maybe it is due to my server only have 1M bandwidth . So I want to know if I can drop these larger JS files into the CDN. thks to reply
Author
Owner

@mprasil commented on GitHub (Aug 11, 2019):

I think if you compile the web vault yourself with the settings pointing to your server instance for API, you should be able to host entire Vault from CDN.

@mprasil commented on GitHub (Aug 11, 2019): I think if you compile the web vault yourself with the settings pointing to your server instance for API, you should be able to host entire Vault from CDN.
Author
Owner

@AlliotTech commented on GitHub (Aug 12, 2019):

ok thank you

@AlliotTech commented on GitHub (Aug 12, 2019): ok thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#4005