[GH-ISSUE #39] Feature request: Add zipped files of the web pages to the filesystem image #2772

Closed
opened 2026-03-20 22:04:33 +01:00 by sascha_hemi · 5 comments
Owner

Originally created by @jonasniesner on GitHub (May 21, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/39

Originally assigned to: @jonasniesner on GitHub.

Originally created by @jonasniesner on GitHub (May 21, 2023). Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/39 Originally assigned to: @jonasniesner on GitHub.
sascha_hemi added the enhancement label 2026-03-20 22:04:33 +01:00
Author
Owner

@nlimper commented on GitHub (Jul 31, 2023):

done.
There is a file gzip_wwwfiles.py in the ESP32_AP-Flasher folder, which takes the files from /wwwroot and gzips them to /data/www . @jonasniesner can you make this run automatically during a release? (or even, after a commit?)

<!-- gh-comment-id:1658962892 --> @nlimper commented on GitHub (Jul 31, 2023): done. There is a file `gzip_wwwfiles.py` in the ESP32_AP-Flasher folder, which takes the files from /wwwroot and gzips them to /data/www . @jonasniesner can you make this run automatically during a release? (or even, after a commit?)
Author
Owner

@jonasniesner commented on GitHub (Jul 31, 2023):

@nlimper Already planned for the next weekend

<!-- gh-comment-id:1658987215 --> @jonasniesner commented on GitHub (Jul 31, 2023): @nlimper Already planned for the next weekend
Author
Owner

@jonasniesner commented on GitHub (Aug 3, 2023):

I can implement it, however, it will always show the new files as a push. That is why i think it only makes sense to run it on every release. @nlimper do you think this would be reasonable.

<!-- gh-comment-id:1664322562 --> @jonasniesner commented on GitHub (Aug 3, 2023): I can implement it, however, it will always show the new files as a push. That is why i think it only makes sense to run it on every release. @nlimper do you think this would be reasonable.
Author
Owner

@nlimper commented on GitHub (Aug 3, 2023):

yes, just at the release is fine.
Only thing is, sadly gzip insert to time or something in a gzipped file, so even if the source is not changed, it results in a different gzipped file every time, and github shows it as changed file. Maybe you can find a solution for that?

<!-- gh-comment-id:1664441321 --> @nlimper commented on GitHub (Aug 3, 2023): yes, just at the release is fine. Only thing is, sadly gzip insert to time or something in a gzipped file, so even if the source is not changed, it results in a different gzipped file every time, and github shows it as changed file. Maybe you can find a solution for that?
Author
Owner

@jonasniesner commented on GitHub (Aug 10, 2023):

Implemented

<!-- gh-comment-id:1673854246 --> @jonasniesner commented on GitHub (Aug 10, 2023): Implemented
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2772