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 | před 1 rokem | |
---|---|---|
src | před 1 rokem | |
static | před 1 rokem | |
.gitignore | před 1 rokem | |
Cargo.lock | před 1 rokem | |
Cargo.toml | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem |
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.