BigBoot

Results 64 comments of BigBoot

Yes, static monitors still do not support recursive search, I'm hesitant to add this because the filename is used as the id and i'm not sure something like `/` would...

This has been fixed on master, please note that the master currently contains some breaking change so make sure to read the [CHANGELOG](https://github.com/BigBoot/AutoKuma/blob/master/CHANGELOG.md#unreleased) if you want to test the feature.

The problem is that the addon is mounting the general homeassistant config rather than the addon_specific one, i.e. ```json "map": [ "share:rw", "config:rw" ], ``` should be ```json "map": [...

AutoKuma requires the tag to associate a monitor with a "autokuma id" (i.e. the id portion of a label), I've though about using the description or the title instead but...

Sorry I must've missed the comment, you can assign a docker host you created using the UI or the CLI, e.g. ``` kuma.my_monitor.docker.docker_host: ``` To get the id use the...

Seems to be https://github.com/louislam/uptime-kuma/issues/3274 right?

I'd assume that's because in the uptime-kuma UI the "url" parameter is pre-filled with "https://" even for monitor types where a url doesn't make sense, that's enough to satisfy the...

I've added a workaround to mimic the behaviour of the webui, this should allow it to work with stable UptimeKuma until the mentioned fix is rolled out on their side.

Hi, you can just disable the docker integration by setting `AUTOKUMA__DOCKER__ENABLED=false`. As for Kubernetes, I think native Kubernetes support (i.e. using CRDs e.t.c.) is way out of scope for AutoKuma,...

I've added a native kubernetes integration for creating Monitors using CRs. This works fine using a local minikube cluster. However since I haven't used Kubernetes in some time I'll need...