terratrax

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

terratrax's Achievements

Noob

Noob (1/14)

5

Reputation

  1. As you can probably see from the comments above, this image is still maintained, but given that it is 99.9% the stock image (just with a few libraries added) from Nextcloud, you're probably better off trying to get support in those forums. That said, mapping the data folder is a hard requirement - if you haven't provided storage for the container it's unlikely to start.
  2. Yes, but probably after a couple of months. I tend to like major releases settle and all the apps get the kinks worked out before I update the image. I haven't tested so it's hard to say how much effort it will be. You can try updating the base images in the dockerfile and building the image yourself though if you are in a rush!
  3. Hi Herbert, This container image is 99% the stock container image that is maintained by Nextcloud. The only difference is that I have added some libraries to let the facial recognition add-ons work properly. For questions like this, you would probably be better off in the Nextcloud support forum. I think you will find the answer actually with a little searching - it is most likely caused by your reverse proxy or firewall flattening all requests to the same IP address. So invalid attempts from bots get counted against your IP.
  4. Hi Shawn! With the exception of a few libraries to enable you to run face recognition and a few other multimedia plugins, this is the standard Nextcloud docker image. There are very low level additions that do not change the way you operate the software. The advantage of this is that you can seek support from the huge base of users Nextclouds docker image has. I would bring your question about the crontab there, but I'd think you can just install crontab using the package manager if you need it. For questions on how to use the recognize or memories apps, you'll have far better luck asking these questions in their respective support forums. The types of questions appropriate most for this forum would be system errors due to missing libraries, requests for additional or update libraries, etc.
  5. This is usually caused by incorrect permissions in the dockers appdata folder. Whatever UID you have the container set to run with needs write access to this folder (within appdata). Should be a pretty easy fix!
  6. Sorry if I wasn't clear but I'm not planning to release an image with self-signed SSL because it would require some pretty significant changes to the official Nextcloud image which I'd like to avoid. Also with Letsencrypt and things like NginxProxyManager, you can get real, signed certs for free instead of using self-signed ones. Id highly recommend checking these out if you are familiar with them.
  7. Linuxserver uses their own alpine linux image and fpm to host nextcloud as opposed to this image which is Nextclouds official docker image with some added libraries. This is not to say it wouldn't be possible, but right now anyone that uses this image can 100% rely on Nextcloud documentation and I'd like to keep it this way.
  8. Hi and thanks for your effort but it was sorted out already - I like to let new images bake in my environment for a few days (I keep good backups) before I push an image.
  9. Hi all and sorry for the delay - this was one of those things where upgrading one thing broke another and so on. It just took some sitting down for a few hours to work through it all and then some more time testing to make sure the image worked in my environment. New image is up with updates dlib, pdlib, and of course Nextcloud 27.1.4!
  10. There were some incompatibilities with the base image a couple of revisions ago that made this impossible or difficult. Let me give it another go, will update within the next week!
  11. If you already have Nextcloud installed using the stock image then you shouldn't need to delete it. Just change the image and you should be good to go!
  12. Hi Goldbondx, you might try the regular support forums and see if they can help on the front end of the app. The only difference between this docker image and the stock one for version 26 is the addition of the libraries needed for the facial recognition apps, which sounds like are working OK so my guess is that it has something to do with the Recognize plugin configuration itself, of which I'm not an expert unfortunately!
  13. Sounds like people want to go with 26 so I'll be testing and then updating the image today. Have fun with it!