AutoKuma icon indicating copy to clipboard operation
AutoKuma copied to clipboard

AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.

Results 9 AutoKuma issues
Sort by recently updated
recently updated
newest added

I see that auth_method and basic_auth_user are available in the monitor types document. Two questions: 1 - Would auth_method auto translate to the authMethod listed within kuma cli? ![image](https://github.com/BigBoot/AutoKuma/assets/31376520/6374e95f-a3e8-4479-bafd-526b38e6bb17) 2...

Hi, I just [tried to use the client](https://gist.github.com/CommanderStorm/03c4a49d1161f5f5ea5e97e9cd9c7d1c) and I came across a bit of a weird API-decision. I wanted to ask if the partial usage of `skip_serializing_none` and the...

Hi, I am trying to install autokuma in docker but i think there is a problem with complex password : The log : ``` thread 'tokio-runtime-worker' panicked at /usr/src/autokuma/kuma-client/src/client.rs:176:74: called...

I've been running AutoKuma for a couple of days and I noticed that its memory usage is always increasing: I'm running the latest version of AutoKuma (0.6.0) on Docker.

I'd like to use AutoKuma for all my docker containers without having to add a label to all containers. Perhaps with an environment variable e.g. `AUTOKUMA__APPLY_DEFAULT_SETTINGS_TO_ALL`.

Hi, I'm loving your work! I couldn't find any way to add multiple tags other than setting AUTOKUMA__TAG_NAME. I would expect to have a way to set specific tags to...

Is it possible to define two different checks on a container ?

I might want to organize my static checks in folders but the feature currently doesnt support recursive search into folders. This would be a nice thing to have

Hi, is there a way to add to a dashboard using AutoKuma?