0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/plugins
Michael Matloka 818576a4d6
Allow Plugins on Cloud (#2783)
* Allow Plugins configuration on Cloud

* Generate UUID in log_event for idempotency

* Make event UUID common for both EE event processing pipelines

* Restore frontend from master for changed direction

* Fix _process_event_ee

* Whitelist PostHog Inc. and KeaJS for Plugins on Cloud

* Test Plugins on Cloud organization whitelisting

* Fix FOSS

* Revert UUID changes (another PR)

* Update posthog-plugin-server to 0.6.0-beta
2020-12-16 16:48:41 +01:00
..
package.json Allow Plugins on Cloud (#2783) 2020-12-16 16:48:41 +01:00
README.md
yarn.lock Allow Plugins on Cloud (#2783) 2020-12-16 16:48:41 +01:00

posthog-plugin-server

This folder contains a custom package.json which installs the latest posthog-plugin-server package.

The plugin server is started by running bin/plugin-server directly or indirectly as part of bin/start-worker or bin/docker-worker.