If requested, in the address bar above, please allow popups.
Description
Lounge IRC
This charm provides Lounge IRC, the self-hosted web IRC client.
Simple Deploy
- Deploy the charm!
juju deploy lounge-irc
- Add a user
juju run-action lounge-irc/0 add-user name=myname password=mypassword
- Login to the webui with the user creds created in #2
Deploy with reverse proxy
juju deploy haproxy
juju deploy lounge-irc
juju relate lounge-irc haproxy
User Lifecycle
You mu
This charm ships with a few user management lifecycle actions:
# Add User
juju run-action lounge-irc/0 add-user name=myname password=mypassword
# List Users
juju run-action lounge-irc/0 list-users
# Delete User
juju run-action lounge-irc/0 remove-user name=myuser
License
The MIT License (MIT) (see copyright file in this directory)
Copyright (c) 2017 James Beedy jamesbeedy@gmail.com
Configuration
- app-dir
- (string) Directory where node app will live
- /srv/app
- port
- (int) Port to run shout on
- 80
- public
- (boolean) require login or make a public accessible irc bouncer
- package_status
- (string) The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".
- install
- extra_packages
- (string) Space separated list of extra deb packages to install.
- install_keys
- (string) List of signing keys for install_sources package sources, per charmhelpers standard format (a yaml list of strings encoded as a string). The keys should be the full ASCII armoured GPG public keys. While GPG key ids are also supported and looked up on a keyserver, operators should be aware that this mechanism is insecure. null can be used if a standard package signing key is used that will already be installed on the machine, and for PPA sources where the package signing key is securely retrieved from Launchpad.
- - '68576280'
- install_sources
- (string) List of extra apt sources, per charm-helpers standard format (a yaml list of strings encoded as a string). Each source may be either a line that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name> for adding Personal Package Archives, or a distribution component to enable.
- - https://deb.nodesource.com/node_6.x main