Favicon of File Browser

File Browser

Transform any server into a personal cloud. Upload, edit, and preview files through a sleek web interface featuring user management and custom commands.

Turn your server into a fully functional personal cloud storage solution. This web-based file manager allows you to easily navigate, upload, delete, preview, and edit files directly from your browser. By simply installing the software and pointing it to a specific directory, you gain complete control over your data through a highly intuitive interface. Key features include: Easy Login System for secure access, a Sleek Interface that makes navigation effortless, and comprehensive User Management to control who sees what. You also benefit from direct File Editing capabilities, the ability to execute Custom Commands, and extensive Customization options to tailor the experience to your exact needs. Please note that this project is currently in maintenance-only mode, but it remains a robust choice for hosting your own files.

Directory Structure

file-browser
data
.env
docker-compose.yml
filebrowser.db
settings.json

docker-compose.yml

services:
  filebrowser:
    image: filebrowser/filebrowser
    container_name: filebrowser
    user: ${PUID}:${PGID}
    ports:
      - 8080:80
    volumes:
      - ./data:/srv
      - ./filebrowser.db:/database/filebrowser.db
      - ./settings.json:/.filebrowser.json
    restart: unless-stopped
    security_opt:
      - no-new-privileges:true

.env

PUID=1000
PGID=1000

Share:

Ad
Favicon

 

  
 

Similar to File Browser

Favicon

 

  
  
Favicon

 

  
  
Favicon