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

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "gotify-to-ntfy-proxy",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "node index.js",
"test": "standard \"index.js\" \"ntfy.js\" --fix --verbose | snazzy"
},
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"storyboard": "^3.3.2",
"storyboard-preset-console": "^3.3.2"
},
"devDependencies": {
"snazzy": "^9.0.0",
"standard": "^17.1.0"
}
}