Jean-Sébastien Didierlaurent

Results 11 comments of Jean-Sébastien Didierlaurent

Hi! Thanks for the report, we will fix this soon 🙂

Hello ! We actually work on a proxy feature to do things like this ^^

Hey ! It's a good idea ! We can add user/password or maybe Bearer token in .env file and inject them in each HTTP-* tiles requests.

See: https://github.com/tcnksm/ghr

Hello ! You can disable ssl check with `MO_MONITORABLE_HTTP_SSLVERIFY=false`. See : https://monitoror.com/documentation/#http Btw, But if you use self signed certificate, you can install your self signed CA Root in your...

Hello, It is not very complicated to add this. I will take a look later. @Alex-D Maybe add "Label" to TileBuild struct and show this Label instead of ID in...

Hello, When i try this, everything looks good. I see "Last-Modified" Header correctly. ``` curl localhost:8080/api/v1/port\?hostname\=localhost\&port\=7777 -i HTTP/1.1 200 OK Access-Control-Allow-Origin: * Content-Type: application/json; charset=UTF-8 Vary: Origin Date: Mon, 09...

Sorry if I made an incomprehensible shortcut 😓 To avoid bursting services, monitor has a cache that responds instead of making the request. This is useful if you have several...

Take a look to [Raspberry pi Guide](https://monitoror.com/guides/#installation-raspberrypi) to setup auto start with systemd if you want ^^ Systemd is a linux standard to start daemon

Hello ! I looked to do it 1 year ago when we were still on Circle CI. But APIs were not available for pipelines and I couldn't do the feature....