this post was submitted on 08 Jan 2025
31 points (97.0% liked)

Self Hosted - Self-hosting your services.

11699 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.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Can the vps provider not read everything on your server, unless it's explicitly encrypted?

I'm asking because I'm interested in self-hosting mainly as a way to get privacy respecting services where good hosted ones don't exist. I'm not sure I really want to deal with running my own hardware

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 6 days ago (4 children)

you dont need to run a server. get a mini pc, set it up, iron out the issues and it will run perfectly fine if you dont fuck with it.

there are a few tasks like updating it, but it can be set up to do it by itself. it doesnt need stellar reliability, just regular backups.

[–] [email protected] 1 points 6 days ago (2 children)

Idk how to even attach it to a domain

[–] [email protected] 4 points 5 days ago

yeah theres a learning process before you can set it and forget if you dont have prior experience.

[–] [email protected] 3 points 5 days ago

The networking aspect will likely be the trickiest, but if you're already interested in administrating a VPS you can absolutely do it.

  1. Have an ISP that doesn't block inbound connections. So far both Comcast and Verizon have been cool to me in that regard.
  2. Configure your router to always give your host machine the same internal-network IP address.
  3. Configure your router to forward any relevant ports (TCP/80 for insecure HTTP, e.g.) to the internal address you assigned to your host.
  4. Go to ifconfig.me or similar to ascertain your public Internet IP address.
  5. Buy a domain (Namecheap has been good to me for a decade) and change its A record to point to that address!

Not hard, but not exactly uncomplicated either.

load more comments (1 replies)