-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Optional file browser #2661
Comments
With the current draft both features are separately opt-in, and
In the first case the file browser should still stay disabled by default (you don't want people on the Internet to browse the files of your webapp). In the latter case, I find myself entering folders such as coverage reports, where there is index.html, and would find it helpful to have it opened when possible rather than getting a directory listing first, so in this case both features should be enabled. |
|
Or, are you saying that adding autoindex should itself also enable index.html? This was the orig pattern. |
We'll have to consider how those arguments on static() are implemented (and their names) but |
I updated this to work OOTB to enable |
Note: The implementation changed substantially this week, prior to merging. Most of the discussion in this issue and PR pre-date those changes and are no longer correct nor very relevant. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
An auto-generated file browser and
index.html
fallback.index.html
and serve thatAdditional context
See #893
The text was updated successfully, but these errors were encountered: