pwg-web is short for PassWordGenerator web. It is a tiny webapp to generate random passwords
marcux 0531ece9d7 Removed a pre-checked checkbox in html for spaces | пре 1 година | |
---|---|---|
src | пре 1 година | |
static | пре 1 година | |
.gitignore | пре 1 година | |
Cargo.lock | пре 1 година | |
Cargo.toml | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година |
pwg-web is short for PassWordGenerator web. It is a tiny webapp to generate random passwords
It is written in rust and is compiled with:
cargo build --release
Move binary to /usr/bin:
mv ./target/release/pwg-web /usr/bin/
When started pwg-web will listen to port 8080.
Deply it behind a apache server and redirect to port 8080.