Comments on: Open source face recognition for your family photos https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/ Sun, 06 Nov 2022 10:55:07 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-11354 Mon, 05 Sep 2022 12:43:17 +0000 http://iamklaus.org/?p=994#comment-11354 In reply to Sascha.

Not really, to be honest.

So, in general the Apache Image works in your local network, right?

But it does not work behind your Nginx Reverse proxy? Did you check all the log files to get an idea where the problem might be?

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-11353 Mon, 05 Sep 2022 12:41:05 +0000 http://iamklaus.org/?p=994#comment-11353 In reply to Lertyod.

Unfortunately this is an x64 container. I do not support ARM architectures, which includes Raspberry PI. I am also wondering if an RPI is capable to handle the AI face detection, that takes a lot of CPU/GPU power. A jetson nano would probably be the better solution for something like that.

]]>
By: Lertyod https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-10956 Thu, 18 Aug 2022 16:49:55 +0000 http://iamklaus.org/?p=994#comment-10956 Hello

I’m new for portainer/docker. I have install as per instructions on https://hub.docker.com/_/nextcloud with Base version – apache and change to use this image (iamklaus/nextcloud). but cannot run and found error

exec /entrypoint.sh: exec format error

i don’t know how to fix this error, Could you help me to fix it?

Raspberry Pi4
OS: raspbian 64 bit

Thanks,

]]>
By: Sascha https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-7626 Sat, 23 Apr 2022 20:16:16 +0000 http://iamklaus.org/?p=994#comment-7626 In reply to iamklaus.

Hi Klaus,
I’m using nextcloud with portainer on my OMV NAS. All is working fine.
I use the Apache Image behind my Ngynx Proxy Manager. But when i try to use your Image, it doesnt work with my settings.
Any tip?

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-6866 Sun, 20 Mar 2022 17:53:55 +0000 http://iamklaus.org/?p=994#comment-6866 In reply to Oleg.

Hi Oleg,
it is super easy. Which version are you using from nextcloud? FPM or apache? And: Are you using portainer to manage your docker instances?
Regards,
Klaus

]]>
By: Oleg https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-6847 Sun, 20 Mar 2022 11:05:11 +0000 http://iamklaus.org/?p=994#comment-6847 Hi Klaus! First of all thanks for your work, it’s awesome when someone shares his work!
I have a question about migrating from official Nextcloud docker to your image. Can you please describe how that can be done without losing all the settings, users and etc? Of course it’s best to start from fresh, but it’s just too much things I’ve set up already, but I really need face recognition, and the tutorial to add it is just too long and quite hard for me to follow and understand. Thanks a bunch!

]]>
By: Feth https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-5106 Wed, 29 Dec 2021 22:18:14 +0000 http://iamklaus.org/?p=994#comment-5106 In reply to Keeth.

Hi Klaus,

I managed to build a working Docker for my Raspi.

However, I had hard time to properly configure it, that is selecting the FaceReco models to use…and various other configs. See `occ` commands here https://github.com/matiasdelellis/facerecognition.

Do you have a recommendation on how to do it ?
Moreover, I’d like to store the data on a different location, typically to a drive connected via USB 3. I’m having the Argon One M.2 setting (https://www.jeffgeerling.com/blog/2021/argon-one-m2-raspberry-pi-ssd-case-review).
Do I have to change that in the Docker file or in CLI when starting the docker image ? Sorry if this is a basic `docker question`.

Anyways, I went back to a basic manual installation to test that every thing works (pictures loaded from family smartphones). It worked pretty well, and the models were able to execute on a collection of over 1000 images in just a couple of hours on the Raspi.

I went for MariaDB, and it was so satisfying to see all the FaceReco data written in the tables (including the descriptors) in the DB. Do you know if there’s documentation for the DB model. I would like to query specific photos, for example photos where the kids (son & daughter) are in…etc

Happy holidays and cheers,


Feth

]]>
By: Keeth https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-5100 Fri, 26 Nov 2021 23:56:30 +0000 http://iamklaus.org/?p=994#comment-5100 In reply to Feth.

I have been looking for a solution for that setup as well!

]]>
By: Feth https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-5074 Fri, 15 Oct 2021 23:23:04 +0000 http://iamklaus.org/?p=994#comment-5074 Hi Klaus,

Fantastic! Thank you very much for sharing the docker image. Do you know if it’s feasible to have an `arm64` docker image ? I’d like to deploy nextcloud with face recognition a raspi 4B (8GB RAM). I’m new at docker…I’d be happy to help with it as a small hobby project.

Cheers,


Feth

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-5035 Fri, 22 Jan 2021 15:24:23 +0000 http://iamklaus.org/?p=994#comment-5035 In reply to Alex.

Hey there,

I have analysed the underlaying nextcloud:apache dockerfile. There I have learn’t that you need to set NEXTCLOUD_UPDATE=1. Can you please try that?

Regards,
Klaus

]]>
By: Alex https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-5032 Fri, 22 Jan 2021 09:10:22 +0000 http://iamklaus.org/?p=994#comment-5032 Tell me, is there an instruction on how to perform the same steps as you in order to raise your docker image nextcloud?
At the same time, so that it is updated from the official repository and patched with my patches?

]]>
By: Antonio Viola https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4959 Sun, 03 Jan 2021 11:28:17 +0000 http://iamklaus.org/?p=994#comment-4959 In reply to iamklaus.

Hi Klaus,

I did follow the steps you mentioned but there is something misleading. If I go inside my docker instance and print the env variables from the command line I see
NEXTCLOUD_VERSION=20.0.4

However, when I log into the NC Web UI Admin -> Settings -> Overview I get notification saying a new version of NC is available and have the below info:
Version
Nextcloud 20.0.3
A new version is available: Nextcloud 20.0.4

Is there any reason why the version is not updated from the UI and as such not in sync causing the notification always to pop-up?

Thank you in advance.

Regards,

Antonio

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4904 Wed, 30 Dec 2020 20:51:11 +0000 http://iamklaus.org/?p=994#comment-4904 In reply to Antonio.

Hi Antonio,

I have remove the ENV variable from my Dockerfile. So, removing it on your end and pulling the image again should update your nextcloud instance.

Cheers,
Klaus

]]>
By: Antonio https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4903 Wed, 30 Dec 2020 20:37:59 +0000 http://iamklaus.org/?p=994#comment-4903 In reply to iamklaus.

Hi Klaus,

Thank you for coming back on this. I have a docker-compose with your NC image and I guess that this env variable is defined in your Dockerfile. Should I stop and pull all the images from the compose file and it will fix the problem? If I remove the env variable from the docker instance, I have a feeling that it will work but then, should I pull down and up the compose the env variable will be back. Or am I missing something?

Cheers.

Antonio

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4902 Wed, 30 Dec 2020 18:52:59 +0000 http://iamklaus.org/?p=994#comment-4902 Hello Antonio,

it’s fixed. Please remove the ENV variable “NEXTCLOUD_UPDATE” from your docker instance and pull the image again. Then you should see the updated version.

Cheers,
Klaus

]]>
By: iamklaus https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4749 Mon, 21 Dec 2020 20:32:13 +0000 http://iamklaus.org/?p=994#comment-4749 In reply to Antonio.

Hello Antonio,

I will look into this. I can reproduce the update issue. Regards general updates: Yes, I will maintain this. Version 20.0.4 will be available as soon as the underlying nextcloud/apache:latest image is updated on 20.0.4. I checked this afternoon and it still was on 20.0.3.

Cheers,
Klaus

]]>
By: Antonio https://iamklaus.org/en/nextcloud-on-docker-with-face-recognition-and-cron/comment-page-1/#comment-4709 Fri, 18 Dec 2020 18:51:00 +0000 http://iamklaus.org/?p=994#comment-4709 Hi IamKlaus,

I am using your docker image with the face recognition since one week now and seems all good. Thank You for your hard work on getting this done. I still need to find the best settings but I am sure playing around with it I will be able to find one that works.

However, I am just running into an issue and I wanted to double check with you. The NC UI is telling me that there is a new version 20.0.4 available. I am currently on version 20.0.3.

So, when I try to update it through command line using php occ upgrade it says `Nextcloud is already latest version` which clearly I am not. I have also tried from the UI through the Open Updater button but I am getting a 404 Not Found error. So, at this moment in time I am not sure how can I update my NC.

Would you have any idea? I would much appreciate your help.

Also, are you planning to maintain the docker image in the future?

Thank you again.

Regards,

Antonio

]]>