Chat app to talk in group or to strangers http://luptchat.in
Go to file
Piyush मिश्रः 6587d92e5f cookies 2021-05-13 13:29:26 +05:30
src bug fix and arranged 2021-05-13 10:08:45 +05:30
static cookies 2021-05-13 13:29:26 +05:30
.gitignore dotenv 2021-05-12 17:04:23 +05:30
Cargo.lock dotenv 2021-05-12 17:04:23 +05:30
Cargo.toml LICENSE 2021-05-12 23:49:04 +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 Update README.md 2021-05-12 23:38:20 +05:30
app.json heroku try again 2021-02-21 12:58:43 +05:30

README.md

1

Lupt Chat

Chat app to talk in group or to strangers

Running

Export SALT as environment variable to use as salt for hashing, and TENOR_API_KEY for gifs support in the server.

SALT="<salt>" TENOR_API_KEY="API-KEY" lupt --bind_address <interface address>:<port> --static_path <static files dir>

Example:

SALT="sometext" TENOR_API_KEY="API-KEY" lupt --bind_address 0.0.0.0:8080 --static_path ./static

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