kffl / nextcloud-webhooks

Webhooks app for Nextcloud :globe_with_meridians: :zap:
https://apps.nextcloud.com/apps/webhooks
GNU Affero General Public License v3.0
43 stars 9 forks source link

Allow configuration via webinterface #11

Open stefan2904 opened 1 year ago

stefan2904 commented 1 year ago

Hi,

first of all, thanks for the nice app and especially for the integration into the flow system!

I have a feature request:

At the moment, you have to manually edit the config php file to set up event based notifications and the webhooks_secret parameter.

Since I use a hosted-Nextcloud instance where I have full admin access to Nextcloud but no access to the file system (and thus also not to config.php, I cannot set this parameters.

Do you think it is possible and makes sense to make this configurable in the webinterface as well?

For flow based notifications, an alternative could be to define a secret alongside the flow, so one could even use different secrets for different notification targets.

schnillerman commented 1 year ago

Same problem here, full configuration of webhooks via web-interface makes total sense. Anything having to fumble with config.php or so should go to web configuration eventually.