8000 GitHub - LordChunk/nextcloud: Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.
/ nextcloud Public archive
forked from iamklaus/nextcloud

Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.

Notifications You must be signed in to change notification settings

LordChunk/nextcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❗Archived❗

This repo is archived as Nextcloud now natively supports object and face recognition. https://nextcloud.com/blog/announcing-nextcloud-hub-3-brand-new-design-and-photos-2-0-with-editor-and-ai/

Updates

[2022 03 30] Updated to Nextcloud 23.0.3

[2022 02 22] Updated to Nextcloud 23.0.2

[2022 01 02] Updated to Nextcloud 23.0.0

Nextcloud on Docker with Face Recognition and Cron

This Dockerfile extends the official nextcloud:apache and nextcloud:fpm dockerfile (https://hub.docker.com/_/nextcloud) with Face Recognition Capabilities in your Nextcloud images. Additionally this Dockerfile adds cron via supervisory.

After installation please install the Nextcloud App from https://apps.nextcloud.com/apps/facerecognition. Please activate the app after the installation. The Cronjob will soon start and will try to detect all faces within your pictures.

Installation

In general, follow the instructions on https://hub.docker.com/_/nextcloud to use this image. Especially please check out the environment variables to configure your nextcloud docker installation.

Post installation configuration

  1. Install Face Recognition App Please access your nextcloud installation in your favorite browser to install and enable the face recognition app (https://apps.nextcloud.com/apps/facerecognition).

  2. Activate the Cron Activate the cron scheduler, which is part of the image. Go to Settings -> Basic Settings and select the option "Cron" for the Background jobs. That's make the web interface more responsive, especially with a lot of files or if you have many users. Background jobs are executed every 5 minutes.

Environment variables

MEMORY_LIMIT Please configure the environment variable PHP_MEMORY_LIMIT (https://www.php.net/manual/en/ini.core.php#ini.memory-limit). The default value is 1 GByte. If you can add more, please do so.

NEXTCLOUD_UPDATE Set NEXTCLOUD_UPDATE to "1" if you want to receive updates.

More

Follow my blog to receive the latest information: https://iamklaus.org/category/nextcloud/

About

Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 100.0%
0