slcl is a small and lightweight web file server (aka "cloud") written in C99 plus POSIX.1-2008 extensions. It aims to provide similar features to Netxcloud's "Files" app, while being (much) more lightweight on the server, and also on clients. Also, slcl uses no client-side JavaScript. slcl has few dependencies: - A POSIX.1-2008 environment. - slweb (provided by slcl as a git submodule): https://gitea.privatedns.org/xavi/slweb - dynstr (provided by slweb as a git submodule). - cJSON >= 1.7.15. - OpenSSL >= 2.0. For usergen(1), jq(1) is also required. License: AGPLv3-or-later URL: https://gitea.privatedns.org/xavi/slcl