mirror of
https://github.com/netbootxyz/webapp.git
synced 2026-04-25 15:15:59 +03:00
[GH-ISSUE #54] A better aproach to local assets #17
Labels
No labels
Hacktoberfest
bug
enhancement
no-issue-activity
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webapp#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @tristangrimaux on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/netbootxyz/webapp/issues/54
Is your feature request related to a problem? Please describe.
This is a feature request.
Describe the solution you'd like
Other minor thing:
The moment you download local assets you think you are caching files, but in order to allow them to work you need to change the value of live_endpoint in the configuration file boot.cfg, but there's nothing in the local browser assets saying anything about it
@Marszczak commented on GitHub (Nov 18, 2023):
You can change the live_endpoint value per single asset in the ipxe file.
I second this issue, I’d love to see algorithm aware of local copy being available and in case it is missing fetch from network and in case of being outdated ask user what to do.