BigBoot

Results 64 comments of BigBoot

@emouawad the integration is available in the dev channel (`ghcr.io/bigboot/autokuma:master`) . You'd need to enable the integration (and probably disable docker so it doesn't spam the logs) with `AUTOKUMA__KUBERNETES__ENABLED=true` (and...

There's #81 for keeping track of this, and [ENTITY_TYPES.md](https://github.com/BigBoot/AutoKuma/blob/master/ENTITY_TYPES.md#autokuma-specific-properties) describing how resolve the different kinds of entities. As of now support for status pages is notably completely missing though. Unfortunately...

Hi, sorry for the long delay, the problem is your pass an `id` value for your entry in the `publicGroupList`, but if you create a new status-page that group (and...

Just to make sure, I'm talking about this id specifically: ```diff { "status_page_id": 99, # Also tried "id", and even removing this key completely "slug": "test", "title": "Test", "icon": "/icon.svg",...

Hmm I'd consider this a bug in uptime kuma tbh. The monitor should not be created if an error happens, I also can't just ignore the error on the autokuma...

Hmm yes I wanted to wait for uptime-kuma V2 release but I didn't expect it to take this long. I guess a new release is a good idea. That said...

Yes, `ghcr.io/bigboot/autokuma:master` is the current master branch (i.e. 2f4511c5c8bbbcc27a47e1e1a2436967a0be211f as of right now) built with uptime kuma v1 support.

Not possible, you could create a snippet to "translate" traefik labels to autokuma ones to decrease duplication, but you'd still need to add a label to include the snippet in...

A "traefik mode" is not possible since traefik uses multiple sources of information, i.e. the config file/env variables etc, the labels just don't contain all of the information. However I've...