Hard Lounge - IRCv5 Compliant Webchat Client https://webchat.supernets.org
Go to file
2024-02-02 03:23:31 +00:00
.github/workflows Linting is for chumps 2023-12-03 03:12:13 +00:00
.vscode TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
client dont use next() in router guards 2024-02-02 03:20:36 +00:00
defaults Add storage cleaner 2024-02-02 03:05:47 +00:00
scripts
server Add msg type index to speed up cleaner 2024-02-02 03:17:39 +00:00
shared
test mocharc: remove interactive 2024-02-02 03:23:31 +00:00
.dockerignore Remove yarn.lock from dockerignore 2023-12-10 04:43:35 +00:00
.editorconfig
.gitattributes
.gitignore Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +00:00
.npmrc
.thelounge_home Switch default home location to ~/.thelounge and remove support of .lounge_home 2018-02-19 20:43:53 +02:00
babel.config.cjs
CHANGELOG.md
CODE_OF_CONDUCT.md Add Code of Conduct 2023-12-10 05:05:58 +00:00
docker-compose.yml have both image and build uncommented 2023-12-03 03:39:03 +00:00
Dockerfile Cache yarn install during docker builds to improve subsequent build speeds 2023-12-10 04:51:32 +00:00
index.js Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
LICENSE
package.json Webpack doesnt switch on NODE_ENV=test 2024-02-02 03:22:59 +00:00
README.md Rebrand README to Hard Lounge 2023-10-09 23:05:54 +00:00
renovate.json
SECURITY.md Update security policy 2023-10-05 09:29:45 +00:00
tsconfig.base.json
tsconfig.json
webpack.config.ts client: use the versions in shared/ where applicable 2023-01-30 09:14:40 +01:00
yarn.lock Upgrade dependencies 2024-02-02 02:25:07 +00:00

Hard Lounge

This is a fork of The Lounge intended to be used for the SuperNETs Webchat (located at https://webchat.supernets.org)

Deployment

  1. Create a docker-compose.yml file in the directory you wish The Lounge to be in, use the one in this repo as an example.
  2. Create the config/ folder in the same directory.
  3. Run docker compose up to bring up the container and generate required files, you may Ctrl+C it after that.
  4. Edit the config file located at config/config.js, it is well documented and has not been changed so the original The Lounge documentation applies here.
  5. Bring up the container for good using docker compose up -d.

Support

If for some reason you decide to run our version of this container, we are more than happy to support you in #5000 on irc.supernets.org

Credits