ich777/znc

By ich777

Updated 3 months ago

Image
0

339

ZNC in Docker optimized for Unraid

ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports Transport Layer Security connections and IPv6.

DEFAULT CREDENTIALS:

Username: admin

Password: admin

Env params

NameValueExample
DATA_DIRFolder for ZNC/znc
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value0000
DATA_PERMData permissions for /znc folder770

Run example

docker run --name ZNC -d \
	-p 6698:6698 \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=000' \
	--env 'DATA_PERM=770' \
	--volume /path/to/znc:/znc \
	--restart=unless-stopped \
	ich777/znc
Webgui address: http://[IP]:[PORT:6698]

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Docker Pull Command

docker pull ich777/znc