Hey everyone,
Raw Fileserver (files_sharing_raw) β serves files directly over HTTP without any Nextcloud UI wrapper. Perfect for hosting static pages, embedding images, self-hosting RSS feeds, or using Nextcloud as a lightweight asset CDN.
Enable a share, flip the toggle in the sidebar, done. Your file is live at:
https://your-nextcloud/raw/{token}
- Allowlist-gated β nothing is served until you explicitly enable it
- Strict CSP by default, configurable per share/path/extension/MIME
- βRaw onlyβ mode to block the standard /s/{token} share page
- ETag support, optional webserver offload (nginx/apache), cookie-free responses
Heads up: password-protected shares are bypassed by design β raw is headless, thereβs no place for a password prompt. For authenticated access, use WebDAV.
| App-Id | files_sharing_raw |
| App-Name | Raw Fileserver |
| Summary | Serves files βrawβ on the World Wide Web |
| Categories | files |
| Issue-Tracker | GitHub Β· Where software is built |
| Admin-Doc. | GitHub - ernolf/files_sharing_raw: Nextcloud app β serves shared files as raw HTTP responses, no UI Β· GitHub |
| NC min | 32 |
| Appstore | Raw Fileserver - Apps - App Store - Nextcloud |
| Example usage | RSS Feeds β Nextcloud Apps |
Good luck, ernolf