GJS
GJS
Hi @afanjul, as I can see in the screenshot, you are using the wrong monitor type. In this case, you are using `HTTP(s)`, but for what you need, you should...
@CommanderStorm, > curl is also doing http request, not the different monitor. Good point. My thoughts immediately went to the monitor type `TCP Port`, as I believe it is the...
@afanjul, is it possible to set up a reverse proxy on the host, such as HAProxy? In this case, the reverse proxy can manage the backend, and you will only...
@louislam, @CommanderStorm, I’ve updated the issue and I think I’ve found the problem. It seems to be related to how I set up the MariaDB configuration in the docker-compose file....
@louislam, **UPDATE:** After upgrading the container to `2.0.0-beta.1` and adjusting the MariaDB configuration in the `docker-compose.yml` file, most of the issues I previously encountered have been resolved. However, I am...
> Thanks, this is what I'll use now in the docker-compose. > > healthcheck: > test: php -r "readfile('http://localhost/i/');" | grep -q 'jsonVars') || exit 1 > interval: 5m >...
> Yes, we could have a `healthcheck.sh`, though not with `curl` as it is not a package we have installed by default, so a first version containing `php -r "readfile('http://localhost/i/');"...
I’m not a PHP expert, so I tend to rely on an LLM to handle this in PHP. That makes it more difficult to test whether everything works as intended....
Same issue see screenshot screenshot (click to expand)
@colinwilson, if you have some time, I would appreciate some feedback on this PR. I also have a question: is it possible to add the `landing.yaml` in multiple languages to...