You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`simple-http-server` returns IP address, headers and many other request data. Use this as a test app to to deploy in your servers or practice to deploy.
4
+
`simple-http-server` returns IP address, headers and many other request data. Use this as a test app to to deploy in your servers or practice to deploy. you can use this image in docker or kubernetes based deployments
4
5
5
6
### How it works?
6
7
@@ -28,7 +29,7 @@
28
29
29
30
-[x] Make std output/logs colored and pretty 😅
30
31
-[x] Serving html file as output on ```/html/``` endpoint
32
+
-[x] create github actions for docker image build
31
33
-[ ] Add Environment Variable to switch text output to html output
32
34
-[ ] Serve a html pages from a external directory
33
35
-[ ] Add volume Env var to serve volume as http dir
0 commit comments