Giter Site home page Giter Site logo

juju-charm-znc's Introduction

Overview

Portable, open source IRC bouncer written in C++. It can be extended using modules written either in C++ or in Perl and Tcl.

Usage

$ juju deploy cs:~adam-stokes/znc

Before you can make use of your new IRC bouncer you'll need to set the proper admin credentials.

Set the admin username

$ juju config znc admin_user="my_admin"

Generate a new password for the admin user

$ juju config znc admin_password='my_super@secret@password'

Access webadmin

Once an admin user and password is defined you can use the webadmin page to add your users and networks.

The default port for the admin is 8888 but can be changed with:

juju config znc port=9000

Developers

This charm uses Rake (a make like utility) for defining hooks and can be seen in the Rakefile. It also uses a simple library Charmkit for providing some additional helper methods such as templating.

To learn more visit Charmkit.

Maintainers

Testing

The tests cover installation and verification that ZNC is installed and running correctly. It'll also excercise the various juju config options.

Ways to run the tests

Use bundletester

sudo bundletester -F -t cs:~adam-stokes/znc -l DEBUG -v -r json -o /tmp/results.json

Run tests via Ruby bundler

bundle install --local --with development
bundle exec rake znc:test

A few package dependencies may be required for testing locally, have a look in tests/tests.yaml for those package names.

Author

Adam Stokes [email protected]

Copyright

2016 Adam Stokes [email protected]

License

MIT

juju-charm-znc's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

spaceghost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.