Skip to content

An mmbot Router that relays through a publicly hosted SignalR site instead of running mmbot on the internets

License

Notifications You must be signed in to change notification settings

mmbot/mmbot.router.relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmbot.router.relay

This project implements a router for mmbot that uses a publicly hosted SignalR web site as a relay for web hooks etc rather than run mmbot on the internets.

Installation

  • Install the SignalR website from SignalR.Owin.Relay.
  • From your mmbot working directory run
nuget install mmbot.router.relay -o packages

  • In your mmbot.ini file add the following section
[ROUTER]
HOSTNAME = myhostname.whatever.com
ENABLED = true
PORT = 8080
NAME = RelayRouter

About

An mmbot Router that relays through a publicly hosted SignalR site instead of running mmbot on the internets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages