You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some very limited pushover support when a file gets uploaded.
Things that could be improved:
Better message for pushover, including the IP that uploaded it, expiration date, etc.
More notifications, for example when a file gets deleted?
More config options when more features get added so you can for instance disable push notifications when files get deleted
Other push service support?
Anyway, hope this helps, i thought it was a good idea so i implemented it 👍 .
Especially like this feature since my instance lately has been spammed with virus .zip's and weird files from all over the world and i would like to keep it open.
To use this feature:
Create an application in pushover, copy the user key and api token
add the CLI parameters -pushover-key and -pushover-token when running linx-server.
I use Pushover for notifications.
Anyone know if it would be possible or can point me in the right direction of where to add an HTTP POST to the Pushover API upon successful upload?
Somewhere in
upload.go
right before this line maybe?linx-server/upload.go
Line 120 in a327bb8
The text was updated successfully, but these errors were encountered: