Franz Wimmer

Results 9 issues of Franz Wimmer

Dockerize fails when run under an OpenShift environment. In OpenShift, every container is run with a **randomly assigned User-Id** that belongs to the **root group**. All files that are necessary...

bug

I'm planning to write a guide about [Grafana Loki](https://grafana.com/oss/loki/) log file ingestion.

I just installed opendocman on my server for the first time when i noticed a significant issue in the setup screen: The password for both the database and the admin...

Resolves #17 Resolves #18

enhancement
hacktoberfest
hacktoberfest-accepted

# The Problem The current implementation uses a named pipe to enable communication between wrapper and client. This is insecure, because a named pipe can be read by anyone who...

hacktoberfest
security

Altough the value field is pretending to be resizable, it isn't. It's a pain to edit larger text files in there.

**Is your feature request related to a problem? Please describe.** I am executing k6 tests with testkube in a corporate environment. As all TLS certificates in that environment are signed...

feature-request 🚀

I tried to run Pixelflut on Ubuntu 22.04. Maybe the python version is too new? Which version should I use? ``` $ python3 --version && python3 pixelflut.py brain.py Python 3.10.6...

pyroscope-java currently uses a custom logger implementation. I'd like to propose the usage of a dedicated logging framework like SLF4J. What do you think?