Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inverse-inc/caddy-mixpanel-proxy
- Owner: inverse-inc
- License: gpl-2.0
- Created: 2022-10-18T15:51:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T19:38:28.000Z (about 2 years ago)
- Last Synced: 2024-06-20T13:39:02.379Z (7 months ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_proxyreverse_proxy https://api.mixpanel.com
}
```