bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 106 forks source link

Web app without internet connection #177

Closed FabianReister closed 2 years ago

FabianReister commented 3 years ago

Currently, the web app fetches many resources (js, css, fonts) from a CDN.

I think, serving these resources locally would be beneficial:

Example:

https://github.com/bk1285/rpi_wordclock/blob/d523f817f03835c05782703795a66e5f0ebdaf8d/wordclock_interfaces/templates/app.html#L9

bk1285 commented 2 years ago

Agreed, @FabianReister

FrankX0 commented 2 years ago

I'm working on an update of the web app anyway (#190). Will do this when making the pull request.

FrankX0 commented 2 years ago

@FabianReister: the development branch now has all resources locally.