Skip to content

Commit

Permalink
Dendron workspace sync
Browse files Browse the repository at this point in the history
## Synced vaults:
- pkm

Dendron version: 0.124.0
Hostname: SER-MINI
  • Loading branch information
ariesy committed Nov 26, 2023
1 parent f031441 commit 95f6520
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions notes/utility.photoprism.auto-index-new-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: 80yeeqztncsevh7hct02zcu
title: Auto Index New Files
desc: ''
updated: 1701007748979
created: 1701007656988
---
Create a cron job:
```bash
sudo crontab -e
```

Add following command:

```bash
docker exec -ti [container-name] photoprism index
```

0 comments on commit 95f6520

Please sign in to comment.