https://github.com/itzg/docker-znc
A ZNC, an IRC bouncer, image with an easy option to switch between SSL and non-SSL serving
https://github.com/itzg/docker-znc
Last synced: 11 months ago
JSON representation
A ZNC, an IRC bouncer, image with an easy option to switch between SSL and non-SSL serving
- Host: GitHub
- URL: https://github.com/itzg/docker-znc
- Owner: itzg
- Created: 2016-10-29T01:15:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T01:35:12.000Z (over 9 years ago)
- Last Synced: 2025-03-11T06:33:15.611Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A [ZNC](http://wiki.znc.in/ZNC), an IRC bouncer, image with an easy option to switch between SSL and non-SSL serving.
## Environment Settings
* `SSL`: when set to `true` will enable SSL mode of ZNC and generate a self-signed certificate
## Ports
* Both 6667 and 6697 are exposed by the container
## Volumes
* `/data`
* If empty:
* `znc.conf` will be written into `/data/configs`
* `znc.pem` will be generated into `/data` (if SSL=true)
* Otherwise can be used to manually or pre configure ZNC