https://github.com/hatamiarash7/docker-irc
Deploy IRC server using Docker
https://github.com/hatamiarash7/docker-irc
inspircd irc irc-protocol irc-server
Last synced: 3 months ago
JSON representation
Deploy IRC server using Docker
- Host: GitHub
- URL: https://github.com/hatamiarash7/docker-irc
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-12-12T19:17:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:21:01.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:13:42.022Z (4 months ago)
- Topics: inspircd, irc, irc-protocol, irc-server
- Language: Dockerfile
- Homepage:
- Size: 52.7 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized IRC ( InspIRCd )

 
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 :
```bash
docker pull hatamiarash7/irc-server
```Configure `irc.conf` and :
```bash
docker run -p 6667:6667 -v irc.conf:/inspircd/conf/inspircd.conf hatamiarash7/irc-server
```## Support
[](https://en.cryptobadges.io/donate/3GhT2ABRuHuXGNzP6DH5KvLZRTXCBKkx2y) [](https://en.cryptobadges.io/donate/0x4832fd8e2cfade141dc4873cc00cf77de604edde)
[](https://ko-fi.com/D1D1WGU9)
## 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.