inspircd / inspircd-docker

InspIRCd Docker image
https://hub.docker.com/r/inspircd/inspircd-docker
MIT License
112 stars 41 forks source link

Configurations file added into conf.d or as a secret not being read #119

Closed szollin closed 1 year ago

szollin commented 3 years ago

When trying to test the Docker version, I tested the conf.d setup for my MOTD as well as setting up opers.conf with a secret. Both were setup following the directions in the README.md file. The MOTD redirection to my custom one failed to be seen and my opers.conf file was never read. In digging through the running container, I found no reference to conf.d in any config file or script. I also found the only secret being checked for is the SSL certificates and that is in the entrypoint.sh script. Can someone check to see if a connection got severed somewhere in the development or if I am doing something wrong.

szollin commented 3 years ago

I did some more digging and the config.sh script has references to conf.d and any conf file in /run/secrets. Looks like the issue is that these calls to add the configs are not being placed in inspircd.conf which causes it not to do anything with those files.

szollin commented 1 year ago

It looks like after a few updates, this is fixed.