platypush/platypush/plugins/ngrok/manifest.yaml

12 lines
472 B
YAML
Raw Permalink Normal View History

2021-09-25 01:34:45 +02:00
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.
2021-09-25 01:34:45 +02:00
install:
pip:
- pyngrok
package: platypush.plugins.ngrok
type: plugin