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
Please provide a way to run a custom script (bash etc) when a specific event occurs (such as run a bash script when an invalid login occurs). This would be much better than polling the next cloud log file (for an example, if you want to send an SMS through a web service based on some log event when don't have access to SMTP).
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #34 (Provide a Docker container), #5368 (GUI bug on authentication required), #6600 (shared folder asks for authentication), #7908 (authentication problem through the browser!!), and #5282 (Provide Calendar API).
You could then based on this trigger whatever code you want to run. We will not integrate this into the server as it is a super special use case and can be accomplished by an app. I hope this is okay for you, because otherwise we need to add a lot of specific code and config for a small feature that can already be accomplished in a fully supported way. See the admin_audit app for an example on how to listen to events and trigger stuff then: https://github.com/nextcloud/server/tree/master/apps/admin_audit
Please provide a way to run a custom script (bash etc) when a specific event occurs (such as run a bash script when an invalid login occurs). This would be much better than polling the next cloud log file (for an example, if you want to send an SMS through a web service based on some log event when don't have access to SMTP).
The text was updated successfully, but these errors were encountered: