Video coming soon…
🎬 Setup LibrePhotos — Self-Hosted AI Photo Management
Deploy LibrePhotos on Ubuntu with Docker — a self-hosted photo manager with face recognition, object detection, and location mapping running entirely on your own server, on port 3063.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/librephotos/librephotos-ubuntu.sh
chmod +x librephotos-ubuntu.sh
./librephotos-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/librephotos/librephotos-ubuntu.sh
2 Make it Executable
chmod +x librephotos-ubuntu.sh
3 Run the Installer
./librephotos-ubuntu.sh
4 Log In and Add Your Photos
http://your-server-ip:3063
Ports Used
| Port | Purpose |
|---|---|
| 3063 | LibrePhotos web interface via the proxy container (mapped from port 80) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed |
| 6379 | Redis — internal to the Docker network, not exposed |