Skip to content

Auto-serve index.html for root path #38

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

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

matemaciek
Copy link
Contributor

No description provided.

@michalpokusa
Copy link
Contributor

This implementation defaults to index.html only for root path. For e.g. 192.168.x.x/other-location/ still behaves the same way as current stable version.

One possible solution would be checking if the provided location is a folder, and if yes, then defaulting to index.html.

It is also important to explain this behavoiur in docs.

@matemaciek
Copy link
Contributor Author

Maybe we want apache-style directory listing if there's no index.html? Since we're already serving all files by default.

@michalpokusa
Copy link
Contributor

Personally, if we were talking about a Python lib, I would agree, but this one is for microcontrollers, often ones that do not have much storage and memory. Keeping that in mind, in my opinion, this lib should only provide enough functionality to easily spin up a HTTP server, without doing anything else.

Nevertheless, it is up to the maintainers to decide.

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. I tested successfully with a slightly modified simpletest on a feather TFT esp32s2.

I think it is probably best not to have the default behavior of file listing inside the library since it is intended for use in relatively minimal micro-controller environments.

However I do also think it could make a good example script if someone wanted to implement the functionality and share it for folks who might be interested in it.

Thank you @matemaciek

@FoamyGuy FoamyGuy merged commit e349088 into adafruit:main Feb 6, 2023
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Feb 7, 2023
Updating https://github.com/adafruit/Adafruit_CircuitPython_DotStar to 2.2.6 from 2.2.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_DotStar#62 from tlyu/zero-trailer
  > Add upload url to release action
  > Add .venv to .gitignore
  > Update .pylintrc for v2.15.5
  > Fix release CI files
  > Update pylint to 2.15.5
  > Updated pylint version to 2.13.0
  > Switching to composite actions

Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741 to 1.4.0 from 1.3.7:
  > Merge pull request adafruit/Adafruit_CircuitPython_IS31FL3741#22 from FoamyGuy/py_driver_pixelbuf
  > Add upload url to release action
  > Add .venv to .gitignore

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 3.3.19 from 3.3.18:
  > Merge pull request adafruit/Adafruit_CircuitPython_MCP9808#36 from tcfranks/main
  > Add upload url to release action
  > Add .venv to .gitignore

Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.11.0 from 3.10.19:
  > Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#110 from makermelissa/master
  > Add upload url to release action
  > Add .venv to .gitignore
  > Update .pylintrc for v2.15.5
  > Fix release CI files
  > Update pylint to 2.15.5
  > Updated pylint version to 2.13.0
  > Switching to composite actions

Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735R to 1.5.10 from 1.5.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_ST7735R#30 from makermelissa/master
  > Add upload url to release action
  > Add .venv to .gitignore

Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.19.13 from 1.19.12:
  > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#80 from jposada202020/updating_examples

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer to 2.3.0 from 2.1.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#37 from matemaciek/main
  > Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#38 from matemaciek/patch-1
  > Add upload url to release action

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Updated download stats for the libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants