this post was submitted on 15 Jul 2023
180 points (98.9% liked)

Selfhosted

39256 readers
366 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hey, I'm wondering what everyone's solution is for self hosted "cloud" storage of photos? I've been running a PhotoPrism server on my Synology for a while but it's missing some features I'd like to have. While we've set up auto-uploading from different phones to the web server, I haven't found an easy way to share read-only access to the pictures or specific albums. There is an admin login, but no way (that I've found) to create multiple users with different permissions.

So SelfHosted lemmy, what's your solve for photo storage, sorting, and sharing?

you are viewing a single comment's thread
view the rest of the comments
[–] ErwinLottemann@kbin.social 3 points 1 year ago (1 children)

I sync them to out local fileserver using syncthing and recently started using immich (since it supports custom libraries now)

[–] somedaysoon@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

It sounds like we have similar setups. I do the same with syncthing, works great, and not only backs up my photos but everything else on my phone like custom ringtones, notifications, exported backups from many different apps along with full neo-backup exports... basically all the common /sdcard/ directories like: Audio, Backups, DCIM, Downloads, Pictures, Documents, Screenshots etc.

I'm interested in immich for it's multiuser sharing so I can easily share photos with others in the house. I have a huge directory of images, all sorted in folders, so until I can add that read only, immich isn't an option for me. I tried setting it up with the monolithic docker image, and it didn't import the directory the way I wanted it to, and seemingly made full copies of all the images into it's own upload directory when I tried importing with the cli-tool. I was looking at it recently and the read only mode seems early stages. How do you like it so far?

Immich seems like it's aim is to be firstly a phone photo backup solution... and that is not what I want... I already have a backup solution. All I really want is a mobile friendly way to look at all the photos I have already. PhotoPrism works exactly how I want but the one feature it lacks that I would really like is multiuser. I have seen there is a workaround for sharing with PhotoPrism where you can run individual instances for each user and then share a common directory... and right now that is preferable to immich for me unless they sort out the read only feature.