nextcloud / docker

⛴ Docker image of Nextcloud
https://hub.docker.com/_/nextcloud/
GNU Affero General Public License v3.0
6.13k stars 1.83k forks source link

Face Recognition #1195

Closed iamklaus closed 4 years ago

iamklaus commented 4 years ago

Hey guys,

this docker file does not support the Face Recognition app. Any plans to integrate the dependencies here?

https://apps.nextcloud.com/apps/facerecognition

The installation of the app works, but you can't enable it because of this message:

This app cannot be installed because the following dependencies are not fulfilled: The library pdlib is not available. The library bz2 is not available.

Cheers, Klaus

JuniorJPDJ commented 4 years ago

Just create your own Dockerfile with FROM pointing on this images. Adding deps for every possible app to generic docker image is bad idea.

J0WI commented 4 years ago

Some examples for additional functionality can be found here: https://github.com/nextcloud/docker/tree/master/.examples

spupuz commented 4 years ago

i have the same problem of op but do not understood how to integrate face recognition

iamklaus commented 4 years ago

Hey guys,

try this docker file: https://github.com/iamklaus/nextcloud

I've put everything from different sources together and it work for me nicely. I hope it works for you, too.

Regards, Klaus

spupuz commented 4 years ago

Hey guys,

try this docker file: https://github.com/iamklaus/nextcloud

I've put everything from different sources together and it work for me nicely. I hope it works for you, too.

Regards, Klaus

Hi Klaus sorry to bother you i'm a little bit noob, can i ask you a little bit more of explaination, since i have my already deployed nextcloud container stack (no "production data" yet) how do i have to proceed?

iamklaus commented 4 years ago

You can use that docker hub, I have published it here: https://hub.docker.com/r/iamklaus/nextcloud

crywolf203 commented 4 years ago

@iamklaus Thanks! even got it to work on Unraid thanks to you!

DevilsDesigns commented 3 years ago

@iamklaus does this work as a docker mod. Ive been trying to implement this but theres not really any detailed instructions. Could you specify how to install and run the docker container in your github/dockerhub?

iamklaus commented 3 years ago

@DevilsDesigns I haven't worked with docker mods, yet. So, I'm not sure if it is compatible with it or not.

DevilsDesigns commented 3 years ago

@iamklaus I keep getting this error when writing just your github. First off of you have one working with alpine fpm installs. As well what would need to get edited to have that working. Also I keep getting this error currently trying to install your repo. It succesfully installs but I get this error in logs. https://pastebin.com/HxJz551F

ACarolan commented 3 years ago

@iamklaus Thanks! even got it to work on Unraid thanks to you!

How did you get it to work in unraid?

ACarolan commented 3 years ago

How did you get it to work in unraid?

Nevermind, got it working by installing the Official Nextcloud container from CA, letting it install, then switching the repo to my fork of iamklaus/nextcloud (for more memory, I have plenty on my Unraid server). Facial recognition, reverse proxy, and everything else working like a charm!

mrishab commented 3 months ago

In case a newer version is needed, I set up a new dockerfile containing the needed the dependencies: https://github.com/mrishab/anton-apps/blob/master/nextcloud/Dockerfile

This is based on the official dockerfile for docker setup provided on the facerecognition installation doc. It needed doing bug fixes. The docker-compose is also available in the folder.

cc: @iamklaus / @ACarolan

mrishab commented 3 months ago

Hey guys, I have recently started blogging my indie-hacker journey.. have created a post about the nextcloud docker file that includes the dependencies for setting up face recognition. Sharing it here in case somebody wants to have a deeper look: https://mrishab.io/ghost/#/editor/post/66d528bd42edd00001d3293c