Martin Treml

Results 27 comments of Martin Treml

docker-gen has the ability to use an config file as described [here ](https://github.com/jwilder/docker-gen#configuration-file) With this config file you also have the ability to define the containers which should be notified....

Maybe i was unclear - i didn't mean that my solution is the solution for everything i know that it is an workaround and that an implemented feature which lets...

Hi, The "Note events" you are searching for is under the `CommentEvents`. https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#comment-events So in fact you need to listen on the `CommentEvents` and then check the payload Object and...

I had the same problem when I updated oh-my-bash today. Solved the issue with the following code inside my `.bashrc` ```bash unset PROMPT_COMMAND source "$OSH"/oh-my-bash.sh ``` I am on Suse...

Hey there, At first, thanks for such a great DOM based game Framework. I made a little Timer plugin you can find it here: https://github.com/MrTool/gameQuery-plugins

- Home Assistant version: 2023.6.0 - Layout-card version: 2.4.4 I do have the same problem with "vertical-stacks". When I add the mediaquery code on the "vertical-stack" card itself it is...

In the current master of gameQuery i also had to comment "$ = $.extend($, {gameQuery: {}});"

We want to avoid bundling nginx with rancher-gen at all costs so thank you for that repository but that doesn't solve the problem.

Closed with #297

@bauersimon rebased the PR on the latest changes