this post was submitted on 05 Oct 2025
48 points (94.4% liked)

Selfhosted

52165 readers
526 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 2 years ago
MODERATORS
 

A good guide on initial server setup for users, ssh hardening and firewall settings. Not just useful for VPS it is basically the same steps on a home linux install too.

top 5 comments
sorted by: hot top controversial new old
[–] francois@jlai.lu 1 points 3 days ago

It would be really nice to have ansible playbooks with the instructions

[–] Atherel@lemmy.dbzer0.com 4 points 5 days ago (1 children)

I'd be cautious following simple commands and configs without explanation or knowing what they do. And when someone copies public keys via clipboard I'm skeptic. Use ssh-copy-id or at least scp. And with Hetzner you can add your public key to their panel and it will be automatically added to every installation.

As it is stated, this is just a journal / checklist for someone and made publicly available. Don't blindly follow such things without understanding what you are doing.

[–] Krtek@feddit.org 1 points 5 days ago (1 children)

Good call, I don't want to know how my clipboard history in KDE Plasma looks like

[–] Atherel@lemmy.dbzer0.com 3 points 5 days ago

It's the public key so it's not bad for security reasons. For me it just feels wrong to copy the content of a file to another using the clipboard. It can cause problems and one day you'll do it out of habit with something you shouldn't.

[–] TheJesusaurus@sh.itjust.works 1 points 5 days ago

Thiiiiis is what I've been looking for, thank you