ansible-thelounge icon indicating copy to clipboard operation
ansible-thelounge copied to clipboard

Ansible role to install The Lounge, a self-hosted web IRC client

Results 11 ansible-thelounge issues
Sort by recently updated
recently updated
newest added

also fix DEPRECATION WARNING on ansible-2.9 The role started to throw an error on the following, so I bumped up Node.js to the newest I could find on the used...

i added the option to use systemd instead of supervisord. To handle both handlers with the listen directive i had to set ansible min version to >=2.2, i took the...

help wanted

This is possible since The Lounge v2.5.0. See https://www.npmjs.com/search?q=keywords%3Athelounge-theme.

enhancement

Switching from Node.js v0.12 to v4.x in #14 has shown heavy limitations to the current way. Right now, it's just `curl`ing the Nodesource script, which is bad. [I tried to...

enhancement
help wanted

Labeling this as a bug because this is critical. Shout [comes with HTTPS support](https://github.com/erming/shout/blob/2cee0ea6ef5ee51de0190332f976934b55bbc8e4/defaults/config.js#L199) but this is not documented. First I need to make sure if HTTPS must be enabled...

bug
enhancement

While Shout is served through port 9000, one must make sure to have this port open on their firewall. I'll add a line in the README to do so with...

documentation

At the moment, accessing Shout must be done with `host.domain.com:9000` while it would be nicer to just login to `shout.domain.com`. This issue to remind me to add documentation to do...

documentation

At the moment, passwords cannot be changed in the UI (see https://github.com/erming/shout/issues/359 and https://github.com/erming/shout/issues/63) but only from the CLI. It means this role **must** permit password changes. This is critical...

enhancement
help wanted