BigBoot
BigBoot
Looks like there is a problem parsing DateTimes, the only place where this is used is in maintenances and autokuma expects them to be in Iso8601 format. I'm not sure...
Hmm yes, that definitely seems wrong, do you get any frequent warnings/errors in the logs? Memory usage should generally be quite low: 
You can enable trace logs using the env var `RUST_LOG="trace"`, this would also enable traces logs for all dependencies which is a lot, alternatively you can enable them just for...
I'm not able to reproduce this on my end, can someone affected either provide a reproducable example (i.e. a docker-compose file e.t.c) or is willing to dissect the issue (by...
Thank you @ITM-AP I was finally able to find the problem and will issue a fix later today.
Yes, you just need to use different ids for the monitors ```yaml kuma.monitor_1.http.name: "First Http Monitor" kuma.monitor_1.http.url: "https://example1.com" kuma.monitor_2.http.name: "Second Http Monitor" kuma.monitor_2.http.url: "https://example2.com" ```
Yes that should work
Hi, do you mean a status page? If so no, AutoKuma doesn't have a way to do this for now. The api for it is implemented and the kuma-cli supports...
Hello, the autokuma tag is required for autokuma to function and should not be touched manually, as of now there is no way to create a tag using autokuma, but...
This is now possible 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.