mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 09:15:28 +00:00
reorganize features list to the roadmap format
This commit is contained in:
parent
f211f90f16
commit
46e781b3ad
1 changed files with 14 additions and 8 deletions
22
README.md
22
README.md
|
|
@ -8,14 +8,20 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Run IPv4/IPv6 server accessible to Internet, [Yggdrasil](https://yggdrasil-network.github.io/), [Mycelium](https://github.com/threefoldtech/mycelium), and other networks simultaneously, as many as desired;
|
> [!TIP]
|
||||||
* Optimized for streaming large files (in chunks) without memory overload on buffering the data;
|
> See the [Options](#options) section for a complete list of other features!
|
||||||
* Customizable templates for the directory index locations;
|
|
||||||
* Build-in daily requests counter for the current session with template macro support;
|
* [x] Run IPv4/IPv6 server accessible to Internet, [Yggdrasil](https://yggdrasil-network.github.io/), [Mycelium](https://github.com/threefoldtech/mycelium), and other networks simultaneously, as many as desired;
|
||||||
* Detailed debug logs with `StandardOutput` and `StandardError` separation;
|
* [x] Optimized for streaming large files (in chunks) without memory overload on buffering the data;
|
||||||
* Supports the [CLF](https://en.wikipedia.org/wiki/Common_Log_Format) access log, which is compatible with analytics tools such as [GoAccess](https://goaccess.io/), [GoatCounter](https://www.goatcounter.com/) or just [htcount](https://github.com/yggverse/htcount);
|
* [x] Customizable templates for the directory index locations;
|
||||||
* Custom templates for various server response types;
|
* [x] Build-in daily requests counter for the current session with template macro support;
|
||||||
* See the [Options](#options) section for a complete list of other features.
|
* [x] Detailed debug logs with `StandardOutput` and `StandardError` separation;
|
||||||
|
* [x] Supports the [CLF](https://en.wikipedia.org/wiki/Common_Log_Format) access log, which is compatible with analytics tools such as [GoAccess](https://goaccess.io/), [GoatCounter](https://www.goatcounter.com/) or just [htcount](https://github.com/yggverse/htcount);
|
||||||
|
* [x] Custom templates for various server response types;
|
||||||
|
* [ ] Soft links support (requires regex option for canonical path resolver)
|
||||||
|
* [ ] Cache directory listing
|
||||||
|
* [ ] Limit downloading speed
|
||||||
|
* [ ] Traffic abuse protection
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue