Replies: 1 comment
-
|
Hey @hjortberg I really appreciate you pointing this out. I actually went ahead and did exactly what you suggested. All external CDN references have now been removed and replaced with local vendor copies under /public/vendor, including Bootstrap, CodeMirror, DOMPurify, Fuse.js, and Resumable.js. Fonts and icons (Roboto + Material Icons) are also hosted locally. That means FileRise now runs completely offline and is fully functional in isolated environments. No internet required at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to be able to run this in an isolated (from internet) environment the external references does not load (as expected) and it almost make the service unusable. The fix is quite simple, all we need to do is to download all the external references (all of them are listed in the index.html page) and save then locally and then update the references in the index.html page. I have tested it (and I have a python script for downloading all the external references if you are interested).
Beta Was this translation helpful? Give feedback.
All reactions