this post was submitted on 15 Jul 2023
214 points (99.1% liked)

Selfhosted

39275 readers
274 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
[–] MangoPenguin@lemmy.blahaj.zone 6 points 1 year ago (1 children)

The docker compose file should work fine I'd imagine? IIRC Unraid supports docker.

[–] nukeworker10@lemmy.world 1 points 1 year ago (2 children)

Yes, but the Readme says it requires postgresql14 or 15 external. I don't see how to set that up. I usually go through the app store that is included in unraid. Usually there are good guides but I don't see one for this.

[–] MangoPenguin@lemmy.blahaj.zone 2 points 1 year ago* (last edited 1 year ago)

Their docker compose file has postgres in it: https://immich.app/docs/install/docker-compose

If unraid doesn't support docker compose for some crazy reason, you should be able to bypass the webUI of unraid and just run docker compose files directly via CLI.

[–] MangoPenguin@lemmy.blahaj.zone 1 points 1 year ago* (last edited 1 year ago)

Actually ignore my other comment, they have an unraid guide for docker compose: https://immich.app/docs/install/unraid