Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/photoprism-auto-index
Photoprism supercharged with originals folder auto indexing
https://github.com/mmontes11/photoprism-auto-index
arm auto-index media photoprism
Last synced: about 1 month ago
JSON representation
Photoprism supercharged with originals folder auto indexing
- Host: GitHub
- URL: https://github.com/mmontes11/photoprism-auto-index
- Owner: mmontes11
- License: mit
- Created: 2021-05-11T20:15:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T19:24:44.000Z (over 3 years ago)
- Last Synced: 2024-02-13T21:54:42.927Z (9 months ago)
- Topics: arm, auto-index, media, photoprism
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# photoprism-auto-index
[![Release](https://github.com/mmontes11/photoprism-auto-index/workflows/Release/badge.svg)](https://github.com/mmontes11/photoprism-auto-index/actions?query=workflow%3ARelease)[Photoprism](https://github.com/photoprism/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](https://hub.docker.com/repository/docker/mmontes11/photoprism-auto-index)
```
$ docker run -d -e PHOTOPRISM_AUTO_INDEX_CRON="* 6 * * *" mmontes11/photoprism-auto-index
```#### [Helm chart](https://github.com/mmontes11/charts/tree/main/charts/photoprism)
```
$ helm repo add mmontes https://charts.mmontes-dev.duckdns.org
$ helm install photoprism mmontes/photoprism --set config.PHOTOPRISM_AUTO_INDEX_CRON="* 6 * * *"
```