Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

fabric8io/hubot-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fabric8's hubot irc

This is a hubot image configured with an IRC adaptor used to communicate with fabric8.

Configuration Variables

NOTE see hubot base image for extra plugin configuration variables

  • HUBOT_IRC_SERVER The IRC server
  • HUBOT_IRC_ROOMS List of rooms to join including '#' prefix
  • HUBOT_IRC_NICK The name that hubot should joing the room as
  • HUBOT_IRC_DEBUG Enables debug logging
  • KUBERNETES_TRUST_CERT Used when communicating with Kubernetes API

Example:

	export HUBOT_IRC_SERVER=localhost  
	export HUBOT_IRC_ROOMS=#fabric8-bot  
	export HUBOT_IRC_NICK=fabric8  
	export HUBOT_IRC_DEBUG=true  
	export KUBERNETES_TRUST_CERT=true  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published