slcl
Minimal web-based file server for lightweight personal cloud storage
slcl is a simple and lightweight “cloud storage” web file server focused on portability, minimalism, and efficiency. It provides a private, authenticated directory for uploads and a separate read-only public sharing area, aiming to be a low-resource alternative to heavier file platforms.
Key Features
- Private user area with authentication, file uploads, and configurable per-user quota
- Read-only public file sharing via a dedicated public directory (implemented with symlinks)
- Download folders as ZIP archives
- No client-side JavaScript requirement
- Stateless authentication using signed JSON Web Tokens (no server-side session storage)
- Optional thumbnail support via an external helper process using a named pipe
Use Cases
- Lightweight personal or family “Dropbox-like” web file access on low-end hardware
- Simple authenticated upload portal with quotas for small teams or labs
- Public distribution of selected files with a separate read-only share area
Limitations and Considerations
- TLS is intentionally not implemented; it must be provided by a reverse proxy
- Uploads are not end-to-end encrypted; encryption must be done before uploading if needed
slcl is a good fit when you want a small, fast, and simple web file server with basic sharing and uploads, without the overhead of full collaboration suites. It is especially suitable for environments where resource usage, simplicity, and minimal dependencies matter most.
Categories:
Tags:
Tech Stack:
Similar Services

Syncthing
Open-source, peer-to-peer file synchronization tool.
Open-source peer-to-peer file synchronization with TLS encryption, no central server, and a browser-based UI.

LocalSend
Open-source cross-platform local network file sharing app
LocalSend is a free, open-source app for fast, encrypted file and text sharing between nearby devices over a local network, available on desktop and mobile.
AList
Multi-storage file listing server with WebDAV and previews
AList is a multi-storage file listing and sharing server with WebDAV access, file previews, protected routes, uploads, and cross-storage file operations.

copyparty
Portable file server with fast resumable uploads and many protocols
Copyparty is a portable file server with a web UI, accelerated resumable uploads, deduplication, indexing, and support for WebDAV, SFTP, FTP and more.

qBittorrent
Cross-platform BitTorrent client built with Qt and libtorrent
qBittorrent is a fast, free, cross-platform BitTorrent client with a desktop UI and optional Web UI, built on libtorrent for efficient torrent downloading and seeding.

Nextcloud
Open-source collaboration platform for file sync and groupware
Nextcloud is an open-source content collaboration platform providing file sync & share, groupware (calendar, contacts, mail), real-time office editing, chat and video con...

JSON
C
Linux