nextcloud-webhooks icon indicating copy to clipboard operation
nextcloud-webhooks copied to clipboard

Any plans to support this app on more recent versions of NC? We’re up to NC30 now...

Open rcfa opened this issue 1 year ago • 6 comments

Just wondering if this is still being maintained/considered, or if this app is essentially dead...

rcfa avatar Aug 09 '24 10:08 rcfa

+1

I'm looking for a way to webhook from Nextcloud to Discord, and for now this app seems to be, very unfortunately, the only way to do this.

T0MuX avatar Sep 15 '24 17:09 T0MuX

+1! as an amatuer dev, the infrastructure for nextcloud development is a bit beyond me. I was looking forward to this as an option. I'm thinking of another way to do this, set up a cron job that checks every minute or so for new cards added. if so, it checks if there's an assigned user. it would then trigger a notification to that user. If i come up with something i will be sure to report back

amuhareb avatar Oct 09 '24 20:10 amuhareb

+1. I would like to ntfy with Nextcloud

JVT038 avatar Oct 19 '24 19:10 JVT038

+1 This is something i would like to have as well!

razerrazer avatar Oct 25 '24 14:10 razerrazer

hey y'all, I actually got this working using a custom python script, a slight modification to the mysql db, and a cron job. I'm currently modifying my script so that it's a bit more user-friendly and universal. I will upload it when it's done. In the meantime i'll let you know some of what you'll need to prepare: You will need:

  • your mysql db connection info, including the particular db for your nextcloud instance and authorization info. additionally, you'll want to note the tables we'll be using: {nextcloudDBPrevix}_users and {nextcloudDBPrevix}_jrek_deck_assigned_users
  • ^the script will also be creating a new table, assignment_notifications, within your nextcloud instance
  • Your SMTP Credentials: i set up a new email address specifically to send out these emails, so you could create a fresh one if you want

Once it's all done, i'll share a link here that will include the script and a README for y'all.

amuhareb avatar Oct 25 '24 17:10 amuhareb

Hey guys, i've whipped up a github repo that you can check out! Hopefully it works for your purpose as well as it does mine! Nextcloud-Deck-Notifications

Can't promise i'll be able to help very much as i'm an amatuer, but hit me up if you need help and i'll try!

amuhareb avatar Oct 25 '24 19:10 amuhareb