Moritz Marquardt

Results 40 issues of Moritz Marquardt

It would be awesome if there was a bee that could trigger if a new version or a tag (matched by a regular expression) was uploaded to the Docker Hub...

enhancement
hive

It would be awesome if there was a bee to track updates of Linux packages (in my case for Alpine Linux), so it could be used to trigger builds of...

enhancement
hive

Unfortunately the gallery only shows the filename of the currently selected item, it would be great if there was an option to show all filenames.

I'm using Horust to start Apache2, which is by itself a very quiet service - even with the "debug" log level, it doesn't show when it started up. It would...

good first issue
feature

It would make it much easier to use hastatic without a custom Dockerfile if the following lines were added: ``` WORKDIR "/var/www" ENTRYPOINT ["/usr/bin/hastatic"] ```

If I set `NF_FILE` to `404.txt`, I'd expect the 404 page to also have the `Content-Type: text/plain`, just like when accessing the file directly. Instead, it always uses `text/html`.

I have a directory with two files, one called `test` and the other called `test.txt`. Accessing `/test` returns a 404 error, while accessing `/test.txt` works fine.

I'd like to also serve ACME/Let's Encrypt challenges through hastatic, but as the directory has to be called `/.well-known/acme-challenge` and has to be reachable from the internet, that's currently not...

This change handles imports of existing entries correctly and thus solves #36: if the entry is the same (hostname, username and password), it gets skipped. If the password is different...

If the QR code is more than 80 characters wide, it probably makes sense to use unicode half/full blocks instead of ANSI colors, effectively cutting the width in half: ![image](https://user-images.githubusercontent.com/5559994/73062836-9f341680-3e9d-11ea-88bf-c78c3fc6e457.png)...