Chat app to talk in group or to strangers http://luptchat.in
Go to file
Piyush मिश्रः 84c821433e Only pipeline works for main branch 2023-12-06 23:45:25 +05:30
.github/workflows Only pipeline works for main branch 2023-12-06 23:45:25 +05:30
etc Changes 2023-06-16 17:47:27 +05:30
src Removed useless lines 2023-06-25 21:54:57 +05:30
static Migrated to new Tenor API 2023-02-26 17:56:33 +05:30
.dockerignore Test 1 2023-12-06 22:22:19 +05:30
.gitignore Test 1 2023-12-06 22:22:19 +05:30
Cargo.lock Updated actix and related dependencies. 2023-06-18 12:04:54 +05:30
Cargo.toml Updated actix and related dependencies. 2023-06-18 12:04:54 +05:30
Dockerfile Changed 1 2023-12-06 22:48:02 +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.yml Test 1 2023-12-06 22:22:19 +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