Christian Lück

Results 203 issues of Christian Lück

help wanted
new feature

This docker image now supports a default route (#3) that matches when none of the sub-routes match. It currently only supports redirecting to another route. We should also support passing...

help wanted
new feature

help wanted
new feature

http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html http://nginx.org/en/docs/http/ngx_http_auth_request_module.html

help wanted
new feature

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

help wanted
new feature

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...

bug
easy pick

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...

help wanted
new feature

https://github.com/clue/docker-h5ai/blob/a195ece558ca9d14f9c05ba5c01a329fd21080c7/Dockerfile#L27

bug
help wanted
easy pick

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...

help wanted
new feature