https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.photo-7e02f81d-ffe5-4bcc-b8ae-5579952519f4/image1_kCloud216.png

PhotoView Server

par kCloudHub LLC

(1 évaluations)

Version 2.4.0 + Free Support on Ubuntu 24.04

PhotoView is a self-hosted and open-source photo gallery server designed for organizing, browsing, and managing personal photo collections. It provides a modern web interface that automatically scans directories, generates thumbnails, and displays images in a clean and responsive gallery. PhotoView is ideal for users who want full control over their photo storage and privacy.

Key Features of PhotoView Server:

  • Self-hosted photo gallery with a modern and responsive web interface.
  • Automatic scanning and indexing of photo directories.
  • Supports RAW, JPEG, PNG, and other image formats.
  • Thumbnail generation and optimized image loading.
  • User authentication and access control.
  • Docker and Docker Compose support for easy deployment and scalability.

PhotoView Server Usage:

$ sudo su
$ cd ~/photoview
$ docker-compose up -d
$ docker inspect f914c44b202f | grep -i version
$ docker ps

# (Optional) Run using Docker directly
$ docker run -d \
  -p 8080:80 \
  -v /path/to/photos:/photos \
  -v /path/to/storage:/app/storage \
  viktorstrate/photoview

To Access Web Interface:
http://<ip-address>:8080

Disclaimer:
PhotoView is an open-source project developed by the PhotoView community. This content is provided for informational purposes only. We are not affiliated with or endorsed by PhotoView. All trademarks and product names belong to their respective owners.