Create your own private, self-hosted gallery for all your photos and videos. This open-source tool works directly with your existing file and folder structure, so you don't have to reorganize your media. It runs on virtually any platform, including Docker, Linux, Mac, and Windows, giving you complete control over your personal memories.
The gallery goes beyond simple browsing by incorporating powerful modern features:
services:
home-gallery:
image: xemle/home-gallery:latest
container_name: home-gallery
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/data
- ./media:/media:ro
environment:
- TZ=UTC# HomeGallery does not require sensitive environment variables for a basic setup.
# Advanced configuration (such as authentication) is typically managed via a gallery.config.yml file within the /data directory.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago