Skip to content

Photoprism supercharged with originals folder auto indexing

License

Notifications You must be signed in to change notification settings

mmontes11/photoprism-auto-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photoprism-auto-index

Release

Photoprism supercharged with originals folder auto indexing.

Important notes

  • Photoprism already indexes originals folder after having uploaded your media via WebDav
  • Only arm64 arch is supported

The problem

I'm running a Photoprism in my Raspberry Pi 4 using a NAS as mounting point for my originals. The problem here is that I'm not uploading them via WebDav and I don't want to manually trigger originals indexing every time.

The solution

I've extended Photoprism oficial image for arm64 including a configurable cron for indexing originals.

Installation

$ docker run -d -e PHOTOPRISM_AUTO_INDEX_CRON="* 6 * * *" mmontes11/photoprism-auto-index
$ helm repo add mmontes https://charts.mmontes-dev.duckdns.org
$ helm install photoprism mmontes/photoprism --set config.PHOTOPRISM_AUTO_INDEX_CRON="* 6 * * *"

About

Photoprism supercharged with originals folder auto indexing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published