Chat app to talk in group or to strangers http://luptchat.in
Go to file
Piyush मिश्रः 7ac3ca7a84 Fixed docker-composer 2023-12-23 16:03:20 +05:30
.github/workflows Push directly 2023-12-06 23:50:46 +05:30
src Added changes to run with docker 2023-12-23 14:53:58 +05:30
static Migrated to new Tenor API 2023-02-26 17:56:33 +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 Added changes to run with docker 2023-12-23 14:53:58 +05:30
Cargo.toml Added changes to run with docker 2023-12-23 14:53:58 +05:30
Dockerfile Added changes to run with docker 2023-12-23 14:53:58 +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