this post was submitted on 03 Jan 2024
156 points (97.6% liked)

Selfhosted

37442 readers
43 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
 

What are you using as a Google photos alternative? Currently I'm using Nextcloud but I'm thinking of switching to a more dedicated solution.

I mainly need to upload photos from my device automatically, have an UI to see and classify them, albuns and sharing.

you are viewing a single comment's thread
view the rest of the comments
[–] Alborlin@lemmy.world 4 points 6 months ago (2 children)

Hi is there a guide for Complete Newbie like me , right from how to download this software(I could not find link or anything resembling.exe for installation,) upptill how doninput it on my zorin os laptop and setup my and my familys phone to upload photos to our own laptops via immich. Like a a book idiots guide to xyz... Kind of thing

[–] Rootiest@lemmy.world 1 points 6 months ago* (last edited 6 months ago) (1 children)

It's not a Windows app.

You can run it on Windows with Docker, but I would suggest a Linux server and a reverse proxy for the best experience (like most self-host solutions)

The installation documentation is here

And here

[–] Alborlin@lemmy.world 1 points 6 months ago (1 children)

Hi Thanks for reply, I would be putting it in zorin os laptop (that is linux) , What do I reserve proxy för ?

[–] helenslunch@feddit.nl 2 points 6 months ago

Probably gonna get downvoted for this but there's a very easy way to get this running.

  1. Copy and paste this command into your terminal:

curl -fsSL https://get.casaos.io | sudo bash

  1. When it's finished, copy and paste the IP address at the bottom into your browser. This will take you to CasaOS. Don't ask me why they call it that because it's not an OS.

  2. Open the App Store and on the right side there's a button to add a repository. Paste the following in there:

https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip

  1. Search the app store for Immich and click install.

Done.

[–] qjkxbmwvz@lemmy.sdf.org 1 points 6 months ago (1 children)

I think this is hard to answer because there's no "one way" to do this.

Do you want it accessible only in your house, and you're running something like a raspberry pi? That's one set of instructions.

Do you want it accessible from anywhere in the world, with proper TLS? That's a little more complicated, and there are a million ways to do this


do you want to self host and expose public IP? Self host using a VPN as the entry point? Host on a VPS?

I would recommend playing around with it first. This is easiest if you can get a well-supported environment, so something like a raspberry pi is best IMHO if you want to play around with minimal frustration.

[–] Alborlin@lemmy.world 2 points 6 months ago* (last edited 6 months ago) (1 children)

Hi thanks for your reply. I have laptop with external drive that i use as server at home. Ideally as easy part1 i would only upload pictures home, and would access them home only. This is not a public intelltual property, it's our photos so no public IP needed.

What i am looking is

My and familys phones are getting full of pics and videos, so instead of using Google Photos can we upload it our own server at home easily and wirelessly. If need be we can watch them on tv . That's it.

[–] jkjustjoshing@lemmy.world 2 points 5 months ago

“IP” in this context means “internet protocol address”. A public IP is one that can be accessed from outside your home (what you see when you go to https://whatismyipaddress.com/). A non-public, or internal, IP is the one your router gives your computer, frequently starting with 192.168. This can be accessed by other computers on your network but not from outside your network.