Hard Lounge - IRCv5 Compliant Webchat Client https://webchat.supernets.org
Go to file
hgw 0022055898
Remove some useless shit and upgrade vulnerable dependencies
2023-10-09 23:38:59 +00:00
.vscode TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
client Update one more URL I forgot to 2023-10-09 23:05:09 +00:00
defaults Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
scripts Inline logger into changelog script 2023-03-19 23:49:42 +01:00
server Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
shared Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
test Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
.dockerignore Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +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
Dockerfile Rebrand to Hard Lounge 2023-10-09 10:28:14 +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 Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +00:00
index.js Rebrand to Hard Lounge 2023-10-09 10:28:14 +00:00
package.json Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +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 Remove some useless shit and upgrade vulnerable dependencies 2023-10-09 23:38:59 +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