Any plans to support this app on more recent versions of NC? We’re up to NC30 now...
Just wondering if this is still being maintained/considered, or if this app is essentially dead...
+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.
+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
+1. I would like to ntfy with Nextcloud
+1 This is something i would like to have as well!
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.
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!