Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified public serving middleware to allow serving from filesystem #39

Merged
merged 1 commit into from Aug 31, 2023

Conversation

jacobtread
Copy link
Member

@jacobtread jacobtread commented Aug 31, 2023

Description

This change allows files to be publicly served from the data/public folder it was previously intended to be used for #35 however this is postponed (possibly indefinitely) so instead this is being merged separately to allow manual dashboard updating as well as serving custom files (i.e. a custom HTML homepage or other resources you might want the server to share) files in the data/public folder will be served by the server instead of the embedded server files if they are present

Changes

  • Public serving middleware can now serve from the file system as well as the embedded files (fs files take priority for serving using the embedded files as fallback)

@jacobtread jacobtread added the enhancement New feature or request label Aug 31, 2023
@jacobtread jacobtread self-assigned this Aug 31, 2023
@jacobtread jacobtread linked an issue Aug 31, 2023 that may be closed by this pull request
4 tasks
@jacobtread jacobtread merged commit c5ff7e6 into master Aug 31, 2023
1 check passed
@jacobtread jacobtread deleted the 35-on-demand-dashboard-updates branch September 2, 2023 03:45
@jacobtread jacobtread restored the 35-on-demand-dashboard-updates branch September 2, 2023 03:45
@jacobtread jacobtread deleted the 35-on-demand-dashboard-updates branch September 2, 2023 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On-demand dashboard updates
1 participant