Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Docker container for running ZNC #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CuriousLearner
Copy link

Dockerizing a ZNC container with an initial configuration.

znc.conf expects a hash of the password. In order to provision with vagrant, this has been set to hash for password "admin".

Later this config can be changed once admin logins, and we don't need to edit the conf file ever manually. The users can be managed from the panel easily. The ZNC instance would be exposed to 36697 port on the host.

Still needs to remove redundant things & verify stuff. Let me know if this needs change in the approach.

@theskumar

- configure
- deploy

- name: Copy ZNC conf
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to me like this task is not needed.

@CuriousLearner
Copy link
Author

Have to also configure tags properly.

@CuriousLearner
Copy link
Author

This attempts to resolve Issue #11

@CuriousLearner
Copy link
Author

Although this works by connecting to IRC. I'm unable to properly access webadmin panel from the vagrant setup. Will have to debug it.

@CuriousLearner
Copy link
Author

Hi @theskumar ,

any review on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant