Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.75 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.75 KB

UnrealIRCD Docker

Docker Pulls Docker Image Size (tag) GitHub

What is UnrealIRCD

UnrealIRCd is an Open Source IRC Server, serving thousands of networks since 1999. It runs on Linux, OS X and Windows and is currently the most widely deployed IRCd with a market share of 42%. UnrealIRCd is a highly advanced IRCd with a strong focus on modularity, an advanced and highly configurable configuration file. Key features include SSL/TLS, cloaking, its advanced anti-flood and anti-spam systems, swear filtering and module support.

Configuration

The UnnrealIRCd refference config can be found offical UnrealIRCd reference config this should be mounted at /ircd/unrealircd.conf

Getting Started

Docker

HOPM is deployed via docker image like so:

docker run -d --name hopm \
  -v /path/to/file/hopm.conf:/ircd/unrealircd.conf \
  ircd/unrealircd:latest

or via docker-compose:

Official Example

Multi-Arch builds

We currently build and publish the following OS/Arch builds of the HOPM container automatically.

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/arm/v6
  • linux/ppc64le
  • linux/s390x

Contributing

All contributions are welcome! Contributing guidelines are in the works