OpenSource-Hub
F

FileRise

950 stars·File Management·SHA-256 checksum verified

Lightweight, self-hosted file manager with granular ACL, resumable uploads, encrypted folders, WebDAV support, and SSO integration. Runs on Docker/Unraid.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted file manager with ACL, encryption, WebDAV, and SSO — lightweight and Docker-ready.

Core Features

  • Granular Access Control Lists (ACLs)
  • Resumable large file uploads
  • Folder-level encryption
  • WebDAV protocol support
  • Single Sign-On (SSO) via OAuth2

What It Can't Do

  • HTTPS not enabled by default; use a reverse proxy (e.g., Nginx) for production. 2. Encrypted folders rely on server-side keys — losing the key means data loss. 3. Compared to Nextcloud, FileRise is lighter but lacks an app ecosystem; it's best for pure file management.

Use Cases

  • Private cloud replacement for individuals or teams
  • Enterprise document management with fine-grained permissions
  • Direct file read/write from desktop apps via WebDAV (e.g., Office, video editors)

Detailed Introduction

FileRise is an open-source, self-hosted file management and storage hub designed for individuals and teams who need control over their data. It supports granular access control lists (ACLs) for precise permissions, resumable uploads for large files, encrypted folders for sensitive content, and WebDAV for seamless integration with desktop apps. Single Sign-On (SSO) via OAuth2 is built in. The entire stack runs in Docker or directly on Unraid, making deployment simple. Built with JavaScript (Node.js) and a web-based UI, FileRise is ideal for replacing cloud storage services like Nextcloud when you want a lighter, more focused alternative. It also includes a file editor and multi-file upload capabilities.

Tags

acldockerfile-editorfile-managerfile-uploadfolder-managementjavascriptmulti-file-uploadphpself-hostedssotwofactor-authunraiduploaderweb-applicationweb-basedwebappwebdav

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Ensure Docker (or Unraid) is installed

4

Run: docker run -d -p 8080:80 error311/filerise

5

Open http://localhost:8080 in browser and create admin account

Install Guide
  1. Ensure Docker (or Unraid) is installed
  2. Run: docker run -d -p 8080:80 error311/filerise
  3. Open http://localhost:8080 in browser and create admin account
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove container: docker stop filerise && docker rm filerise; delete volumes if needed

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-05-13 17:12:13
GitHub RepositoryOfficial Website

Similar Projects