Skip to content
forked from belst/ovenauth

simple webhook implementation for ovenmediaengine

Notifications You must be signed in to change notification settings

findus/ovenauth

 
 

Repository files navigation

OvenMediaEngine webhook server

This is super simple and not fully featured at all.

It lets only registered users ingest streams.

Login and logout are useless for now.

Configuration

It uses the following env variables to configure the server. You can store the configuration in a .env aswell

DATABASE_URL="postgres://user:password@host:port/dbname" # Database connection, only pg supported for now
HOST="localhost" # Host to listen on
PORT=8080 # Port to listen on
SECRET_CODE="meme" # Code u need to provide as `secret_code` in your register POST

About

simple webhook implementation for ovenmediaengine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.2%
  • Rust 43.0%
  • JavaScript 1.3%
  • CSS 0.9%
  • Shell 0.8%
  • Dockerfile 0.4%
  • HTML 0.4%