this post was submitted on 15 May 2024
118 points (98.4% liked)

Asklemmy

43393 readers
1370 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I'm thinking seriously about getting Google out of my life, and trying NextCloud.

Looking to get a personal account through a managed provider.

Does anyone have any experience with it?

How does it compare to ownCloud?

Any hosts I should look at or avoid?

Any apps I should get for it, or avoid?

Any issues I should be aware of before I switch?

@asklemmy #NextCloud #OpenSource #Linux #Cloud

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 32 points 4 months ago (2 children)

@ajsadauskas @asklemmy I host Nextcloud on an computer at home using docker. Nextcloud is great as a file, calendar, contact server to replace Google drive and their calendar and contacts sync service.

It does not do photos well at all, neither the memories plugin nor the photos plugin, IMHO. If you are looking to replace Google Photos and are able to self host, I would recommend Immich.

[โ€“] [email protected] 4 points 4 months ago (1 children)

I'm going to go ahead and disagree with Memories not doing photos well. If you have it and Recognize setup properly, they replicate nearly all google photos features.

[โ€“] [email protected] 3 points 4 months ago (1 children)

@Routhinator Maybe, but I had considerably less trouble setting Immich up than memories. I had to try to install extra stuff to the docker container itself, IIRC. I seem to remember python libraries and things needing to be installed. Immich, I just spun up and it worked. The hardest part was GPU passthrough, but that is not even a requirement to use it nor was it terribly difficult.

That said, I moved on fairly quickly and respect your opinion. If it works for you, then it is the correct tool.

[โ€“] [email protected] 2 points 4 months ago

Yeah this is maybe a difference between install choices. I used kubernetes and the helm chart. Recognize does not have a dedicated container, but the nextcloud container has GPU resources assigned using the Intel GPU operator, and that makes pass through easy. Much easier than vanilla docker.

[โ€“] [email protected] 3 points 4 months ago (1 children)

@denshirenji @asklemmy On photos, does NextCloud Photos or Memories play nice with Digikam or any other desktop photo gallery applications? And what about Immich?

[โ€“] denshirenji 2 points 4 months ago (1 children)

Same person answering from Lemmy because character limit.

I don't know much about digiKam, but looking at it got me interested in checking it out! One problem I have with Immich is that there is really good Android integration with its app, but poor Desktop integration (I use a web app).

For Immich, I suppose you could mount an external library and use that same folder for digiKam. Immich will store its own set of files in its data structure for the external library, not the pictures just it's own metadata as I understand it. Any changes will be reflected in Immich after a library scan. (I will be trying this option soon.๐Ÿ˜)

You could do the same with Nextcloud by just mounting the Nextcloud drive and setting its photos folder as the folder for digiKam, I suppose. You would be losing out mainly on Android integration with the Immich app. I can't whatever the opposite of recommend the Nextcloud options enough.

[โ€“] aodhsishaj 2 points 4 months ago (1 children)

Immich to an NFS share that's exposed to the nextcloud container is very seamless to the end user and can be setup in the external sources in the nextcloud web gui.

[โ€“] denshirenji 1 points 4 months ago

Smart! Since posting my answer, I've been looking at it and I was planning in doing just that or something similar. I already upload my photos to Nextcloud just as a backup mechanism without the Photos app installed. I could easily set this up tonight to test. Thanks for the tip!