0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/plugins
Marius Andra 220ba7777a
Plugins via NPM (#2204)
* support both 1) zip and tgz archives 2) github and npm packages

* revert noisy change in PR

* refactor and add test

* add tests for downloading and extracting archives

* posthog-plugin-server upgrade

* add mode to tarfile.open to force gz

* swap github and npm tgz order

* fix

* remove github tgz because we use the zip there

* fix test
2020-11-05 21:22:49 +01:00
..
package.json Plugins via NPM (#2204) 2020-11-05 21:22:49 +01:00
README.md Plugin v8 (#1946) 2020-11-02 15:08:30 +01:00
yarn.lock Plugins via NPM (#2204) 2020-11-05 21:22:49 +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.