Skip to content

tomecast/tomecast-webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Instructions redirect port 80 requests to 8080 (which thin server is running on) iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

do a bundle install bundle install --path vendor/bundle

start the server REDIS_SERVER_URL="" bundle exec thin start -p 8080

docker run
--name tomecast-webhooks
-p 80:8080
--restart "on-failure:5"
--env REDIS_SERVER_URL="redis://"
--env HOST="webhook.tomecast.com"
-d
analogj/tomecast-webhooks
bundle exec thin start -p 8080

#References

About

Handles webhooks from superfeedr and website to process new podcast or edit podcast transcript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages