mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
f3e4cad700
* fix tsc error * add plugin source, create plugin source version model, add plugin_type * can create and save source plugins via the api * make empty source plugins * message if no config options available * different image or tag for source plugins * fix some types * second drawer * add fields into drawer * add monaco editor * refactor drawer * save plugin and must be json * close tab on save * fix default code * upgrade to plugin server 0.5.0 - with scheduled plugins * less height * upgrade to plugin server 0.5.1 - with posthog.capture * remove minimap from editor * upgrade to 0.5.1 * use enum * reduce quirk * must enter a name/url * use the source * simpler text * sync image * add link to docs * add a link to the documentation inside the source code drawer * text / ux simplifications * nicer first plugin experience * nicer django model choices |
||
---|---|---|
.. | ||
package.json | ||
README.md | ||
yarn.lock |
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
.