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 | hace 1 año | |
---|---|---|
src | hace 1 año | |
static | hace 1 año | |
.gitignore | hace 1 año | |
Cargo.lock | hace 1 año | |
Cargo.toml | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año |
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.