Incorrect link on ntfy alerter #305

Closed
opened 2025-10-31 15:08:07 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @gcebollero on GitHub (Apr 23, 2025).

Hi all!
First of all, thank you for your hard work. Komodo it's really an amazing tool.

I just configured ntfy as an alerter but the alert contains a default link to the demo instance.

Current config

Komodo version: 1.71.1
Ntfy version: v2.11.0 (Selfhosted, private instance)
Alerter configuration:

[[alerter]]
name = "ntfy"
[alerter.config]
enabled = true
endpoint.type = "Ntfy"
endpoint.params.url = "https://<REDACTED>/komodo?auth=<REDACTED>"
alert_types = [
  "ServerUnreachable",
  "ServerCpu",
  "ServerDisk",
  "StackAutoUpdated",
  "StackImageUpdateAvailable",
  "BuildFailed",
  "RepoBuildFailed",
  "ResourceSyncPendingUpdates"
]

What I received:

Image

What I expected:

The link should be pointing to the correct komodo instance

Originally created by @gcebollero on GitHub (Apr 23, 2025). Hi all! First of all, thank you for your hard work. Komodo it's really an amazing tool. I just configured **ntfy** as an alerter but the alert contains a default link to the demo instance. # Current config Komodo version: 1.71.1 Ntfy version: v2.11.0 (Selfhosted, private instance) Alerter configuration: ```toml [[alerter]] name = "ntfy" [alerter.config] enabled = true endpoint.type = "Ntfy" endpoint.params.url = "https://<REDACTED>/komodo?auth=<REDACTED>" alert_types = [ "ServerUnreachable", "ServerCpu", "ServerDisk", "StackAutoUpdated", "StackImageUpdateAvailable", "BuildFailed", "RepoBuildFailed", "ResourceSyncPendingUpdates" ] ``` # What I received: ![Image](https://github.com/user-attachments/assets/680a9b8e-d007-4b9b-9afe-47d8d5cc2f35) # What I expected: The link should be pointing to the correct komodo instance
Author
Owner

@GFXSpeed commented on GitHub (Apr 24, 2025):

Hey, i added the ntfy alerter.

It's not a bug, it's the KOMODO_HOST variable in your compose.env. Make sure to set your url

Image

@GFXSpeed commented on GitHub (Apr 24, 2025): Hey, i added the ntfy alerter. It's not a bug, it's the KOMODO_HOST variable in your [compose.env](https://github.com/moghtech/komodo/blob/b43e2918dada8ca499d2045826725eb5e261205f/compose/compose.env#L39C1-L39C33). Make sure to set your url ![Image](https://github.com/user-attachments/assets/c471b4f6-8c02-44d9-97c7-b640aafd3a16)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#305