ZNC IRC bouncer setup with automatic config bootstrap support
Find a file
2025-01-28 17:13:00 +01:00
build.sh Replace gosu 2025-01-28 17:13:00 +01:00
docker-entrypoint.sh Replace gosu 2025-01-28 17:13:00 +01:00
Dockerfile Replace gosu 2025-01-28 17:13:00 +01:00
LICENSE Initial version 2021-04-12 00:33:06 +02:00
README.md Improve Readme 2021-04-12 00:34:24 +02:00

Luzifer-Docker / znc

This container setup contains a ZNC IRC bouncer setup with automatic config bootstrap support.

Configuration

The container can be configured on first startup and should have a volume mounted at /data. If the file /data/configs/znc.conf does exist all environment config is ignored.

Available environment config:

  • LISTEN_PORT - 16667 - Where to listen (you should not use 6667-6669 as modern browsers will block your access to them)
  • USE_IPV4 - true - Listen on IPv4 IPs
  • USE_IPV6 - true - Listen on IPv6 IPs
  • USER - admin - Initial user to create
  • PASS - <generated> - Password to set for the user (if auto-generated the password will be logged to STDERR)

After the initial startup you can configure the ZNC instance through the web-interface.