docker-h5ai
docker-h5ai copied to clipboard
h5ai docker image, the modern web server index
Hi there! Would be great ARM support to expand project to SBC and NAS world! :muscle: How complex is it? I think is related with #9 , so, this issue...
See commits ;-)
Update h5ai to v0.25.0 (released today) Merely upgrading does not work, as the included patch does not apply cleanly (App.php replaced). Fixes #1
Currently, the supervisord process creates two files (`supervisord.log` and `supervisord.pid`) in the root of the browsable directory. This can easily be avoided by either starting supervisord from a different folder...
This image currently exposes the directory `/var/www`. We should look into supporting Docker's `workdir` option so that this image can be used to browse _any_ directory like this: ``` bash...
https://github.com/clue/docker-h5ai/blob/a195ece558ca9d14f9c05ba5c01a329fd21080c7/Dockerfile#L27
Look into what is required so that this images works _properly_ behind a reverse proxy that rewrites the paths. For example this one: ``` bash $ docker run -d --name...