platypush/platypush/plugins/ngrok/manifest.yaml
Fabio Manganiello 952a2a9379
- Render nested attributes in schemas
- Provide relevant examples for schema fields with no description/examples based on the field type

- Fixed RST warnings in Slack plugin

- Fixed list of events in ngrok plugin
2021-10-24 11:53:38 +02:00

12 lines
472 B
YAML

manifest:
events:
platypush.message.event.ngrok.NgrokProcessStartedEvent: when the ``ngrok`` process is started.
platypush.message.event.ngrok.NgrokProcessStoppedEvent: when the ``ngrok`` process is stopped.
platypush.message.event.ngrok.NgrokTunnelStartedEvent: when a tunnel is started.
platypush.message.event.ngrok.NgrokTunnelStoppedEvent: when a tunnel is stopped.
install:
pip:
- pyngrok
package: platypush.plugins.ngrok
type: plugin