jameslloyd / duplicati-discord-notification

https://duplicati-notifications.lloyd.ws
10 stars 2 forks source link

Send multiple send-http-url methods per job. #2

Open Skyfay opened 1 year ago

Skyfay commented 1 year ago

Hey, I would like to send one job for Success to Webhook URL 1, and then one each for Warning and Error to URL 2. Means I would have to use "send-http-url" 3 times, but you can only select it once. Is there a way to do what I want? Maybe with the function "Run-script-after" ?

Thanks for help

jameslloyd commented 1 year ago

thats a good idea, im currently rebuilding the whole system, in django. will add to the to do list.

Skyfay commented 1 year ago

And another idea I had. I have over 10 backup jobs. This means I have to generate a URL for each job or theoretically 3 per job considering my problem above. I think it would be cool if the name of the backup was automatically read out in the title, then you would only have to configure everything once "globally" and not for each job. Of course, if that were technically feasible at all.

jameslloyd commented 1 year ago

Thats not a problem. My idea at the moment is to have a login to manage your jobs. and potentially alert ends points.

Skyfay commented 1 year ago

Sounds very interesting.