this post was submitted on 28 Nov 2023
4 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I don't have a home server yet but I'm exploring and sometimes I get confused about some posts here.

For example I saw a post asking for recommendation for a "self hosted budget management app". Can't you just install this type of app to your phone or pc? What's the purpose here, will you host it and access it from a browser? Or do you only want to backup its data to your server?

I hope I don't sound stupid please enlighten me.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago (8 children)

Can't you just install this type of app to your phone or pc?

For one instance of app, it's possible to install it onto a single machine.

Things get tricky when you want to access the data from multiple devices. Even trickier, when several people want to access it. After a certain point, it's easier to have a "cloud" solution. And since "cloud" is just somebody's else computer, why not make this a computer YOU own?

[–] [email protected] 1 points 9 months ago

This, above all other reasons given in other replies.

[–] [email protected] 1 points 9 months ago

Exactly- I have a desktop and a laptop and want the same experience on both. I do have file sync setup with Nextcloud so that is handled, but for some things a hosted version makes sense. I’ve come a long way from using briefcases on a 3.5 floppy to have my data where I want it.

[–] [email protected] 1 points 9 months ago

I ❤️ this answer.

[–] [email protected] 1 points 9 months ago (1 children)

if someone wrote an open source free solution for you to self-host i think its just rude not to use it. so self-hosting is just being polite

[–] [email protected] 1 points 9 months ago

I like this logic.

[–] [email protected] 1 points 9 months ago (1 children)

I think for a lot of people as well, a big factor is when you share that data between multiple devices, if you use your own solution, then you don't have to trust other companies with your data.

[–] [email protected] 1 points 9 months ago (2 children)

No, but now you have to trust yourself with security.

It seems to me to be a bit of the fly vs drive debate. Flying is objectively safer, but lots of people get more freaked out by it because they have zero control over the outcome.

[–] [email protected] 1 points 9 months ago (1 children)

Flying is only safer than driving until the fuel runs out, then you're much safer in a car 😉

[–] [email protected] 1 points 9 months ago

actually when a plane runs out of fuel it doesn't drop out of the sky, a trained pilot can glide the plane down (eg Hudson River landing ) mow if u r on a highway and u run out of fuel the car behind u might hit u

[–] [email protected] 1 points 9 months ago

I think the threat model is sufficiently different enough for self hosters versus commercial offerings that it is possible to maintain a comparable level of security to what you'd enjoy elsewhere with significantly less technical training. E.g., I run a home server using a point-to-point Wireguard configuration such that only devices I've explicitly set up with Wireguard can access any of its services. My ports are very quiet.

[–] [email protected] 1 points 9 months ago (1 children)

This is exactly it - storage is the best example

Could I run all of my stuff using a cloud service? Of course, but it would be very expensive and only available if my internet works (and there's a lot of hops between me and my data in the cloud)

I can buy a 2TB HDD for £64 - most cloud providers charge that much per year for 1TB

[–] [email protected] 1 points 9 months ago

ideally youd buy like a 14-20 TB hard drive for less than 200 GBP. economies of scale!

[–] [email protected] 1 points 9 months ago

top 4 highest rated comments on this post say it all

[–] [email protected] 1 points 9 months ago

Thanks! This answer is really helpful for someone new to this!