This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edited based on comments of szaimen below. | |
# Working setup for photo storage in Nextcloud with Memories, Recognize, Preview Generator, Redis | |
# Use NextCloud-AIO https://github.com/nextcloud/all-in-one | |
# Following libraries are required and included by default since the latest beta image. | |
# exiftool is needed for Memories | |
# ffmpeg is needed for video thumbnails | |
# gcompat is needed for NodeJS in Recognize | |
# Note that currently Nextcloud 25.0.2 is still on the beta channel, so you'd have to use | |
# nextcloud/all-in-one:beta or nextcloud/all-in-one:beta-arm64 (for ARM) as image |