Nexy - Multi-network server for the Nex protocol
Tip
See the Options section for a complete list of other features!
- Run IPv4/IPv6 server accessible to Internet, Yggdrasil, Mycelium, and other networks simultaneously, as many as desired;
- Customizable templates for the directory index locations;
- Build-in daily requests counter for the current session with template macro support;
- Supports the CLF access log, which is compatible with analytics tools such as GoAccess, GoatCounter or just htcount;
- Custom templates for various server response types;
- UTF-8 auto-slugs for directory index
git clone https://github.com/yggverse/nexy.git && cd nexycargo build --releasesudo install target/release/nexy /usr/local/bin/nexy
Tip
For more examples, visit the project Wiki
RUST_LOG=TRACE nexy -p /path/to/public_dir- by default, server starts on localhost; change it with the
--bindoption(s)
nexy --help