mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 01:53:47 -05:00
Hosting web vault on CDN #4005
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlliotTech on GitHub (Aug 8, 2019).
takes too long to open,Should some resources be added to CDN? thks

@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?
@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 .
@mprasil commented on GitHub (Aug 10, 2019):
Can you try loading the js files using
curl? Can you see the request in server logs?@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.
@AlliotTech commented on GitHub (Aug 11, 2019):
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
@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.
@AlliotTech commented on GitHub (Aug 12, 2019):
ok thank you