aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotify/package.json
diff options
context:
space:
mode:
authorLibravatar Kromonos <support@bka.li>2023-04-25 00:42:22 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-24 23:42:22 +0100
commite91222a6db229f267b3761f3228aaae60435d2bd (patch)
treeaf36df837995e9bf46958a152a0960649457e40d /recipes/gotify/package.json
parentadd magnouvean as a contributor for code (#339) [skip ci] (diff)
downloadferdium-recipes-e91222a6db229f267b3761f3228aaae60435d2bd.tar.gz
ferdium-recipes-e91222a6db229f267b3761f3228aaae60435d2bd.tar.zst
ferdium-recipes-e91222a6db229f267b3761f3228aaae60435d2bd.zip
Add Gotify recipe (#336)
Diffstat (limited to 'recipes/gotify/package.json')
-rw-r--r--recipes/gotify/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gotify/package.json b/recipes/gotify/package.json
new file mode 100644
index 0000000..c52a308
--- /dev/null
+++ b/recipes/gotify/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "gotify",
3 "name": "Gotify",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasNotificationSound": true,
8 "hasDirectMessages": false,
9 "hasIndirectMessages": true,
10 "hasCustomUrl": true
11 }
12}