riscv-docker/webserver
Elara 316eebcef8
ci/woodpecker/push/woodpecker Pipeline was successful Details
Remove note about ko.build
2023-08-13 20:29:25 -07:00
..
cmd Build webserver using ko-build 2023-08-08 14:44:47 -07:00
README.md Remove note about ko.build 2023-08-13 20:29:25 -07:00
build.sh Automate image building and add some images 2023-08-13 18:42:38 -07:00

README.md

webserver

The webserver image 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.

You can change the address it listens on using the WEBSERVER_ADDR environment variable.