Maintained by Thijmen Heuvelink

Photoprism is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.

Run it with Docker

docker run -d \
  --name fotos \
  --restart unless-stopped \
  --security-opt seccomp=unconfined \
  --security-opt apparmor=unconfined \
  -p 2342:2342 \
  -e PHOTOPRISM_UPLOAD_NSFW="true" \
  -e PHOTOPRISM_ADMIN_PASSWORD="admin" \
  -v /root/env:/photoprism/storage \
  photoprism/photoprism

About this stack

The following credentials can be used to sign in, do mind to change them when you've got the chance!

UsernamePassword
adminadmin

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved