Hard Lounge - IRCv5 Compliant Webchat Client https://webchat.supernets.org
Go to file
hgw 8cc5eed920 Merge pull request 'Import upstream patches from The Lounge (Feb 2024), bump version to v4.4.1-2' (#2) from upstream-patches-202402 into master
Reviewed-on: #2
2024-02-01 19:41:48 -08:00
.github/workflows Remove node 16 support, bump github build tests to node 21 2024-02-02 03:28:57 +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 Inline logger into changelog script 2023-03-19 23:49:42 +01:00
server Add msg type index to speed up cleaner 2024-02-02 03:17:39 +00:00
shared Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
test mocha: move spec to invocation 2024-02-02 03:26:14 +00:00
.dockerignore Remove yarn.lock from dockerignore 2023-12-10 04:43:35 +00:00
.editorconfig Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
.gitattributes Add gitattributes to normalize line endings 2016-01-24 16:12:08 +02:00
.gitignore Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +00:00
.npmrc Set sign-git-tag to true in .npmrc 2018-01-11 17:12:04 +02:00
.thelounge_home Switch default home location to `~/.thelounge` and remove support of `.lounge_home` 2018-02-19 20:43:53 +02:00
CHANGELOG.md v4.4.1 2023-06-13 08:24:37 +02:00
CODE_OF_CONDUCT.md Add Code of Conduct 2023-12-10 05:05:58 +00:00
Dockerfile Cache yarn install during docker builds to improve subsequent build speeds 2023-12-10 04:51:32 +00:00
LICENSE Update readme and license 2023-10-05 09:26:50 +00:00
README.md Rebrand README to Hard Lounge 2023-10-09 23:05:54 +00:00
SECURITY.md Update security policy 2023-10-05 09:29:45 +00:00
babel.config.cjs TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
docker-compose.yml have both image and build uncommented 2023-12-03 03:39:03 +00:00
index.js Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
package.json Remove node 16 support, bump github build tests to node 21 2024-02-02 03:28:57 +00:00
renovate.json renovate: Disable digest updates 2022-04-13 21:48:21 +02:00
tsconfig.base.json base tsconfig: remove files section 2023-01-30 09:14:40 +01:00
tsconfig.json tsconfig: Add shared reference 2023-01-30 09:14:40 +01:00
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

README.md

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