Skip to content

hatamiarash7/Docker-IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized IRC ( InspIRCd )

logo

Github Dockerhub

InspIRCd is a modular Internet Relay Chat (IRC) server written in C++. It was created from scratch to be stable, modern and lightweight. It provides a tunable number of features through the use of an advanced but well documented module system. By keeping core functionality to a minimum we hope to increase the stability, security and speed of InspIRCd while also making it customisable to the needs of many different users.

Usage

Pull image :

docker pull hatamiarash7/irc-server

Configure irc.conf and :

docker run -p 6667:6667 -v irc.conf:/inspircd/conf/inspircd.conf hatamiarash7/irc-server

Support

Donate with Bitcoin Donate with Ethereum

ko-fi

Contributing

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request :D

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.