Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

znc IRC bouncer #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Contents:
base
docker
irssi
ircbouncer
contribute


Expand Down
26 changes: 26 additions & 0 deletions docs/ircbouncer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
IRC Bouncer: ZNC
================

This page describes how to use IRC Bouncer on Atomic host. We will run ZNC.

**First you will need to boot up an atomic host**

Copy the **Sources** down from here `Fedora Dockerfile for IRC Bouncer ZNC <https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/znc/>`_ on Atomic host.

Now perform the build with the following command:

``docker build -t fedora/znc``

After the build is successful run the container with the following command:

``atomic run fedora/znc``

**Note** that is you are not using Atomic host, you can run the container with this command:
``docker run -d --name znc -p 6667:6667 fedora/znc``

Now do ``docker ps -a`` to check if znc is running.

**Note:**

If you want to set your own nick and Server edit the file `znc.conf.default <https://github.com/fedora-cloud/Fedora-Dockerfiles/blob/master/znc/root/usr/share/container-scripts/znc/znc.conf.default/>`_ and perform Docker build.