Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inverse-inc/caddy-mixpanel-proxy

Caddy plugin for our mixpanel proxy
https://github.com/inverse-inc/caddy-mixpanel-proxy

Last synced: about 2 months ago
JSON representation

Caddy plugin for our mixpanel proxy

Awesome Lists containing this project

README

        

# Mixpanel plugin for PacketFence

This is a plugin used by the PacketFence team to gather anonymous analytics data and forward it to Mixpanel.

# Usage

Example Caddyfile

```
{
order mixpanel_proxy before reverse_proxy
}

analytics.zammitcorp.com {
mixpanel_proxy

reverse_proxy https://api.mixpanel.com
}
```