/photoprism-auto-index

Photoprism supercharged with originals folder auto indexing

Primary LanguageShellMIT LicenseMIT

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 * * *"