gotify to ntfy relay server intended to be used with auth tokens from ntfy,

proxmox v8+ Gotify to Ntfy proxy
This commit is contained in:
LevantinLynx
2024-06-01 03:51:36 +02:00
parent e8ab3c3d07
commit fe47d9d357
10 changed files with 2884 additions and 0 deletions

7
topics.default.js Normal file
View File

@@ -0,0 +1,7 @@
const topics = {
your_topic_name: {
ntfy_token: 'tk_yoursupersecretntfytoken'
}
}
module.exports = topics