You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.. | ||
src | 2 weeks ago | |
.gitignore | 1 month ago | |
Cargo.toml | 2 weeks ago | |
README.md | 3 weeks ago | |
build.rs | 3 weeks ago |
README.md
mailpot web server
cargo run --bin mpot-web -- /path/to/conf.toml
Templates are compressed with zstd
and bundled in the binary.
Configuration
By default, the server listens on 0.0.0.0:3000
.
The following environment variables can be defined to configure various settings:
HOSTNAME
, default0.0.0.0
.PORT
, default3000
.PUBLIC_URL
, defaultlists.mailpot.rs
.SITE_TITLE
, defaultmailing list archive
.SITE_SUBTITLE
, default empty.ROOT_URL_PREFIX
, default empty.SSH_NAMESPACE
, defaultlists.mailpot.rs
.