Chat app to talk in group or to strangers http://luptchat.in
Go to file
Piyush मिश्रः 91e6fbb832 Update dependencies 2024-12-07 02:20:30 +05:30
.github/workflows Rename branch in workflow 2024-07-17 08:52:10 +05:30
src Fixed GIF 2024-03-10 09:36:42 +05:30
static Change priority in sitemap 2024-07-17 08:50:20 +05:30
.config.json Added changes to run with docker 2023-12-23 14:53:58 +05:30
.dockerignore Added changes to run with docker 2023-12-23 14:53:58 +05:30
.gitignore Added changes to run with docker 2023-12-23 14:53:58 +05:30
Cargo.lock Update dependencies 2024-12-07 02:20:30 +05:30
Cargo.toml Fixed GIF 2024-03-10 09:36:42 +05:30
Dockerfile Fixed Pipeline 2024-03-10 09:40:59 +05:30
LICENSE Initial commit 2021-05-12 23:38:20 +05:30
Procfile heroku try again 2021-02-21 12:58:43 +05:30
README.md Updated README.md 2021-05-15 16:25:45 +05:30
app.json minor fixes 2021-05-13 15:28:40 +05:30
docker-compose-dev.yml Added changes to run with docker 2023-12-23 14:53:58 +05:30
docker-compose.yml Fixed docker-composer 2023-12-23 16:03:20 +05:30

README.md

1

Lupt Chat

Chat app to talk in group or to strangers

Running

Create a config.json file for configuring the server with all the required options like salt and tenor_api etc. An example config file config.json.example has been provided with all currently supported options, one can copy the example file as config.json and put appropriate values for the given options to get the config file ready for use.

lupt -a <interface address> -p <port> -s <static files dir> -c <config.json path>

Example:

lupt -a 0.0.0.0 -p 8080 -s ./static -c config.json

Building

Make sure the rust toolchain is installed. (If not, install using rustup.rs) Then, just use cargo to build the project binary

cargo build --release

This will produce the required project binary lupt in target/release/lupt

License

This project is under GPLv3