FileRise
FileRise is a lightweight, self-hosted file manager with granular ACLs, shared uploads, encrypted folders, WebDAV & SSO.
Directory Structure
- docker-compose.yml
docker-compose.yml
services:
filerise:
image: error311/filerise-docker:latest
container_name: filerise
ports:
- "8080:80"
environment:
TIMEZONE: "America/New_York"
TOTAL_UPLOAD_SIZE: "10G"
SECURE: "false"
PERSISTENT_TOKENS_KEY: "default_please_change_this_key"
SCAN_ON_START: "true"
CHOWN_ON_START: "true"
volumes:
- ./uploads:/var/www/uploads
- ./users:/var/www/users
- ./metadata:/var/www/metadata
restart: unless-stoppedResources
Website: https://filerise.net/
GitHub: https://github.com/error311/FileRise
Docker Hub: https://hub.docker.com/r/error311/filerise-docker
Configuration: https://github.com/error311/FileRise/wiki