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 gadu atpakaļ | |
---|---|---|
src | 1 gadu atpakaļ | |
static | 1 gadu atpakaļ | |
.gitignore | 1 gadu atpakaļ | |
Cargo.lock | 1 gadu atpakaļ | |
Cargo.toml | 1 gadu atpakaļ | |
LICENSE | 1 gadu atpakaļ | |
README.md | 1 gadu atpakaļ |
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.