Frank Elsinga

Results 1101 comments of Frank Elsinga

Then why don't you route the alerts that the chat system (or whatever critical piece of infra) is down via all notification channels (including said group)?

> but i cannot have 2 system for hosting 2 ntfy because ip address change What do you mean by this part. You likely have some sort of reverse proxy...

> do you mean to setup a notification provider to external pushover system instead of ntfy? If your self-hosted chat system fails, then yes: Add an external notification provider for...

Sorry, but I think solving your need via the existing tools is sufficient to solve your usecase. You would need to go further into why receiving multiple notifications (if you...

What Nelson was probing for is not how you are currently doing this, but rater how this should work. I think another `Body Encoding` => file upload field might be...

On another note: > Filesystem used to store the database on: nfs Please see the warnings in our [wiki](https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install)/[readme](https://github.com/louislam/uptime-kuma): > [!WARNING] > Filesystem support for POSIX file locks is required...

What do you mean? Your feature-request is not even a week old.. => not having much progress on an issue in this timeframe is normal. I think you are a...

In case you just wanted to unblock yourself: Uptime Kuma does have the push-monitor. See https://github.com/louislam/uptime-kuma/tree/master/extra/push-examples for examples on how this can be used.

FYI: jsonata already includes the regex expression https://docs.jsonata.org/regex But yea, likely not as discoverable for devs. The PR that would add further operators would be https://github.com/louislam/uptime-kuma/pull/4617

We currently don't support JWT based auth. ![image](https://github.com/louislam/uptime-kuma/assets/26258709/480e6d7b-0af5-4948-840e-4effa186ec20) => Why are you getting an oauth error when you are specifying a JWT in a header? Are you maybe using `oauth2-cc`...