r/nextcloud: Configure Memories app

The [Memories] app for Nextcloud provides a better user interface and
more features than the built-in Photos app.  The latter seems to be
somewhat broken recently (timeline stops in June 2024, even though there
are more recent photos available), so we're trying out Memories (and
Recognize for facial recognition).

[Memories]: https://memories.gallery
frigate-exporter
Dustin 2024-10-13 18:36:25 -05:00
parent 5ab0bcd5bf
commit 265aa074aa
1 changed files with 11 additions and 1 deletions

View File

@ -66,4 +66,14 @@ $CONFIG = array (
'port' => 6379, 'port' => 6379,
'timeout' => 0.0, 'timeout' => 0.0,
), ),
'memories.db.triggers.fcu' => true,
'memories.exiftool_no_local' => true,
'memories.vod.path' => '/var/lib/nextcloud/apps/memories/bin-ext/go-vod-amd64',
'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
'memories.vod.ffprobe' => '/usr/bin/ffprobe',
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Image',
1 => 'OC\\Preview\\Movie',
),
); );