№ 9569 В разделе
Sysadmin
от November 23rd, 2018,
В подшивках: Docker
Yes! This is legendary SBNC! Used repositories of Ubuntu 16.04 to get it and build this precious Docker image.
Place in /srv/docker/sbnc/home your predefined config files, it is a user’s home directory and stored in $HOME.
Sample config files:
$HOME/sbnc/sbnc.conf
system.users=vlad system.port=9000 system.ip=0.0.0.0 system.md5=0
$HOME/sbnc/users/vlad.conf
user.password=myultrasecurepassword user.server=irc.tomsk.net user.realname=21h user.port=6669 user.nick=vlad user.admin=1 user.seen=1542914743 user.autobacklog=on user.channels=#linux
Now you are ready to run it:
docker run -d --name sbnc \ -v /srv/docker/sbnc/home:/var/lib/sbnc \ -p 9000:9000 \ --restart=always iam21h/sbnc
DO NOT FORGET TO SET RIGHT FILES PERMISSIONS ON CONFIG DIRECTORIES AND FILES!
Docker HUB https://hub.docker.com/r/iam21h/sbnc/
Source https://git.blindage.org/21h/docker-shroudBNC
Fortune cookie: ... I want to perform cranial activities with Tuesday Weld!!
Leave a Reply