ansible-thelounge
ansible-thelounge copied to clipboard
Ansible role to install The Lounge, a self-hosted web IRC client
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...
This is possible since The Lounge v2.5.0. See https://www.npmjs.com/search?q=keywords%3Athelounge-theme.
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...
Seems like a good idea
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...
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...
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...
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...