riscv-docker/webserver/README.md

6 lines
394 B
Markdown
Raw Normal View History

2023-08-01 20:27:41 +00:00
# webserver
The [webserver image](https://gitea.elara.ws/Elara6331/-/packages/container/webserver/latest) is a very simple webserver that serves its `/html` directory and logs requests. It doesn't have any TLS capabilities or anything like that, it just serves some static files and does nothing else.
2023-08-08 21:44:47 +00:00
You can change the address it listens on using the `WEBSERVER_ADDR` environment variable.