Thoralf Rickert-Wendt

Results 13 issues of Thoralf Rickert-Wendt

As far as I know, there is no real Ansible role to manage the PVE firewall. Is it a good idea to integrate it here? I would start with it...

enhancement

I've installed a docker based installation with Image dock.mau.dev/maubot/maubot. I've uploaded some plugins xyz.maubot.gitlab and casavant.tom.giphy for testing. I've added a client. It looks like it is "started". The credentials...

Hi, because it exists, I try to run the image via podman v2.2.1. For that I need to build it. But during build process on the task RUN pecl install...

I try to install avideo and avideo-encoder inside a docker-compose environment together with a mysql server. I'd like to avoid using root for that database to setup two databases inside...

Hi, first thanks for this image! Since some days I have a problem with it inside a docker-compose environment. The environment is: ``` # Ansible managed version: '2.1' services: icinga2:...

Hi, I'm running the image for a long time and the logfile of /var/log/icinga2/icinga2.log is getting bigger and bigger making the volume bigger and bigger. I thought it is good...

Hi, I created a new user via IcingaWeb2 WebUI and want to access the API via 5665. The port is running and answering, but my credentials aren't working - but...

# Issue Type - Bug report # Molecule and Ansible details ``` $ molecule --version molecule 4.0.4 using python 3.9 ansible:2.14.1 delegated:4.0.4 from molecule docker:2.1.0 from molecule_docker requiring collections: community.docker>=3.0.2...

bug

I wan't to use this library to secure my PHP backend with a Bearer-Token. Any Request needs to have a header: Authentication: Bearer . I'm able to extract that token...