Skip to content

ScottRoach/emby-webhook-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emby Webhook Proxy

Emby's webhooks come in as multi-part requests with a single part being a json payload.

For some reason this breaks node-red (my primary use-case) so to fix this I am proxying my requests through this docker container instead

Usage

docker run -d -p 5000:5000 -e FORWARD_URL=https://nodered.domain.com/webhook bigtoach/emby-webhook-proxy:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published