From 5845db454f9b2a98bccc122a5de43003c8bdafaa Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 10 May 2022 15:41:52 -0400 Subject: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5a6cc3..ca2530e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is useful when the photos to be imported are added in a manner that does no * Use PhotoSync android app. I don't use this because it's not listed in F-droid. * Use some other WebDAV upload ability. * Manually trigger uploads in PhotoPrism interface with heading Library -> Import tab. +* Use a [docker-compose file](https://dl.photoprism.app/docker/scheduler/) that includes a job scheduler that runs `photoprism import` inside the docker container. Linked from [Reference 4][4]. ## PhotoPrism-autoimport upstream [This repository](https://gitlab.com/bgstack15/photoprism-autoimport/) is the upstream source of this project. @@ -31,5 +32,9 @@ Call the shell script, after configuring the config file. Because the API reques ## References [1]: REST API - PhotoPrism + [2]: api package - github.com/photoprism/photoprism/internal/api - pkg.go.dev + [3]: bash - How to detect if a script is being sourced - Stack Overflow + +[4]: Docker Compose - PhotoPrism -- cgit