codeskyblue / gohttpserver

The best HTTP Static File Server, write with golang+vue
MIT License
2.45k stars 516 forks source link

Add no-index option to disable indexing and search #174

Closed krypty closed 6 months ago

krypty commented 1 year ago

This PR adds an option --no-index that disable the indexing and search. It can be useful if indexing is slow (e.g. on network-attached folders) or simply because one does not need the search feature.

It apparently could also solve #128

Feel free to tell me how I can improve this PR if needed.

Have a nice day.