diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,8 @@ simplicity and efficiency. - Private access directory with file uploading, with configurable quota. - Read-only public file sharing. -- Its own, tiny HTTP/1.1-compatible server. +- Uses [`slweb`](https://gitea.privatedns.org/xavi92/slweb), a tiny +HTTP/1.1-compatible server library. - A simple JSON file as the credentials database. - No JavaScript. @@ -42,6 +43,8 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using - cJSON >= 1.7.15. - [`dynstr`](https://gitea.privatedns.org/xavi92/dynstr) (provided as a `git` submodule). +- [`slweb`](https://gitea.privatedns.org/xavi92/slweb) +(provided as a `git` submodule). - `xxd` (for [`usergen`](usergen) only). - `jq` (for [`usergen`](usergen) only). - CMake (optional). |
