A simple and lightweight PHP file manager designed for instant sharing and efficient media management. It provides a responsive web interface equipped with multi-user capabilities, media galleries, and robust search functions. Users can easily upload and display various formats, including images, videos, PDFs, and code with syntax highlighting.
services:
xbackbone:
image: lscr.io/linuxserver/xbackbone:latest
container_name: xbackbone
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 80:80
- 443:443
restart: unless-stopped# No sensitive environment variables are required for the default SQLite configuration.
# Configuration is handled via the web UI and stored in the /config volume.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago