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.
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:truePUID=1000
PGID=1000Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago