this post was submitted on 10 Nov 2025
107 points (97.3% liked)

Selfhosted

60409 readers
796 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a Pixel 8.... a PC with Linux Mint. How do I learn to "self host". Mainly for photo storage backup. Where do I start? I know nothing, absolutely nothing

you are viewing a single comment's thread
view the rest of the comments
[–] huquad@lemmy.ml 5 points 7 months ago (2 children)

I'm surprised I had to go this far to find immich. I 100% recommend it, and yes it's selfhosting if you run it yourself. Still selfhosted even if you use a VPS as long as you control and administer it.

For hardware, I actually recommend against raspberry pis these days. You can get a cheap mini PC that's much more performant and better supported for the same price as a pi plus the accessories (SD card, case, power supply, etc). Use Debian or Ubuntu as host and follow the guide on the github for installation.

[–] LordKitsuna@lemmy.world 1 points 7 months ago

To be fair until very recently immich would have been a horrible recommendation for someone that is completely new to self hosting because almost every other update was a breaking change that required you to carefully read before updating.

And even if you tried if your installation was old enough eventually your compose file would Drift Away from what main line was and you basically had to seek the help of the developers to fix it up.

It only just recently released what is supposed to be the stable line that should hopefully no longer need these large breaking changes

[–] Toasted_Breakfast@lemmy.today 1 points 7 months ago (1 children)

I set up the server following the introduction instructions, but what I don't get is I have to be connected to the same Wi-Fi or Internet I mean in order to connect to it. What is the point of that? How do I make it so things just upload from my phone to the server?

[–] LordKitsuna@lemmy.world 4 points 7 months ago (1 children)

You need to open a port on your router for it to be accessible from the outside world (example your phone on LTE or a different wifi) , this is not a limitation of the software but a security feature of your router

[–] abeorch@friendica.ginestes.es 3 points 7 months ago (2 children)

@LordKitsuna @Toasted_Breakfast I wouldn't recommend this as a starting point. Rather I would go down the route of starting to learn about VPNs and DMZs - Open ports on networks can end badly.

[–] Onsotumenh@discuss.tchncs.de 1 points 7 months ago* (last edited 7 months ago)

DMZs on consumer hardware aren't a good idea either. Recently checked my DSL router out of curiosity after reading a post about it . Seems what consumer hardware often does in a DMZ is dropping the firewall to the outside completely for the affected devices while not isolating the rest of the network from them.

[–] dieTasse@feddit.org 1 points 7 months ago

Not even looking into VPNs in general. He can start by looking into tailscale specifically. But I agree opening ports should be a NO GO, especially for beginners.