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:
7
topics.default.js
Normal file
7
topics.default.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const topics = {
|
||||
your_topic_name: {
|
||||
ntfy_token: 'tk_yoursupersecretntfytoken'
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = topics
|
||||
Reference in New Issue
Block a user