Skip to content

Instantly share code, notes, and snippets.

@senz
senz / 98gotify
Last active February 10, 2026 22:13
Gotify integration for OpenMediaVault notifications
#!/bin/sh
## To setup (under root):
## omv-env set -- OMV_GOTIFY_ENDPOINT <VALUE>
## omv-env set -- OMV_GOTIFY_TOKEN <VALUE>
## and put file to: /usr/share/openmediavault/notification/sink.d/98gotify
## chmod +x /usr/share/openmediavault/notification/sink.d/98gotify
## see https://docs.openmediavault.org/en/stable/various/advset.html
set -e
. /etc/default/openmediavault