summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-30 15:10:14 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-30 15:10:14 +0100
commit55c061caa32239d718d55a207000244b653c1281 (patch)
treea220d6339507f22c27c9e75cc8391037f20c4514
parent12fc3effaa7562ed260a0d091ab78f8d556bad62 (diff)
downloadsentrum-55c061caa32239d718d55a207000244b653c1281.tar.gz
sentrum-55c061caa32239d718d55a207000244b653c1281.tar.bz2
sentrum-55c061caa32239d718d55a207000244b653c1281.zip
Enable ntfy action in sample configuration
-rw-r--r--sentrum.sample.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/sentrum.sample.toml b/sentrum.sample.toml
index cc8da42..763dcc9 100644
--- a/sentrum.sample.toml
+++ b/sentrum.sample.toml
@@ -19,7 +19,10 @@ xpub = "xpub6CkXHzuU1NyHUFNiQZLq2bgt6QPqjZbwpJ1MDgDeo4bWZ8ZP7HZr7v9WTLCQFhxVhqiJ
[[actions]]
type = "terminal_print"
-# Add more actions here (ntfy, nostr, email, telegram, etc)
+[[actions]]
+type = "ntfy"
+
+# Add more actions here (nostr, email, telegram, etc)
#[[actions]]
#type = "<INSERT ACTION KIND>"
#<.... INSERT ACTION SPECIFIC CONFIGURATION HERE...>