advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.75k stars 474 forks source link

[Enhancement]: Host resources localy #569

Open jflattery opened 2 years ago

jflattery commented 2 years ago

Describe the feature/enhancement

I think it would be great if resources were served from the local server, not externaly. Examples:

JBlond commented 11 months ago

@advplyr It is possible see https://pwa.nuxtjs.org/workbox/ and https://github.com/unjs/workbox-cdn

salixh5 commented 11 months ago

Especially would be nice to serve Workbox from the server instead of CDN.

DDriggs00 commented 3 weeks ago

I definitely think that having the server be fully local and not dependent on the internet is something essential for a proper self-hosted service.

For stuff like the version check, which (IIRC) just doesn't show anything if it can't reach github, that's not a problem, but for stuff that can actually affect the application negatively, such as workbox, it is actually something that could potentially be a problem.