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

Commit 73e508a

Browse files
committed
znc IRC bouncer
1 parent a8eb8a9 commit 73e508a

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Contents:
2020
base
2121
docker
2222
irssi
23+
ircbouncer
2324
contribute
2425

2526

docs/ircbouncer.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
IRC Bouncer: ZNC
2+
================
3+
4+
This page describes how to use IRC Bouncer on Atomic host. We will run ZNC.
5+
6+
**First you will need to boot up an atomic host**
7+
8+
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.
9+
10+
Now perform the build with the following command:
11+
12+
``docker build -t fedora/znc``
13+
14+
After the build is successful run the container with the following command:
15+
16+
``atomic run fedora/znc``
17+
18+
**Note** that is you are not using Atomic host, you can run the container with this command:
19+
``docker run -d --name znc -p 6667:6667 fedora/znc``
20+
21+
Now do ``docker ps -a`` to check if znc is running.
22+
23+
**Note:**
24+
25+
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.
26+

0 commit comments

Comments
 (0)