slcl
Minimal web-based file server for lightweight personal cloud storage
Activity unknown
No repository statistics available for this project.
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 to slcl
Mikochi
Minimalist remote file browser with streaming and upload features
Mikochi is a minimalist remote file browser for self-hosted servers and NAS. Browse, fuzzy-search, upload, download (tar.gz), manage and stream files via a Go API and Preact frontend.

YeetFile
Encrypted self-hosted file sharing and vault with client-side encryption
Self-hosted encrypted file sharing and vault. Client-side encryption, shareable expiring links, CLI and web UI, and storage backends (local, S3, Backblaze B2).
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.

FileBrowser Quantum
Web-based file manager with sharing, access control, and search
Self-hosted web file browser to manage files, users, access control, sharing links, previews, and fast indexed search with real-time UI updates.


miniserve
Single-binary CLI HTTP server for quickly serving files
Cross-platform single-binary CLI to serve files and directories over HTTP with directory listings, uploads, authentication, TLS, and WebDAV.

myDrive
Self-hosted cloud file storage and sharing server
Open source Google Drive-like cloud storage with uploads, sharing, media gallery, and optional AES-256 encryption, backed by MongoDB and pluggable storage.



