this post was submitted on 02 Feb 2024
128 points (93.8% liked)

Selfhosted

60588 readers
1696 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Edit: wow, this is a never ending comment section!

you are viewing a single comment's thread
view the rest of the comments
[–] harsh3466@lemmy.world 16 points 2 years ago* (last edited 2 years ago) (3 children)

Ubuntu LTS, with all my services in Docker containers.

I know Ubuntu gets a lot of (deserved) hate for some of the shit Canonical pulls, but for now, I like Ubuntu and it works for me.

When I rebuilt my server at the beginning of the month, I was gonna jump to Debian, but my god the Debian website is obtuse. After looking at the site and trying to determine what to download to get Debian with non-free (I’m unfortunately working with an NVIDIA card), I decided to go with Ubuntu. I needed a smooth rebuild process and with Ubuntu I know exactly what I’ll get when I download the LTS server.

Edit: grammar

[–] lemmyvore@feddit.nl 5 points 2 years ago (1 children)

It's always best to use whatever distro you're most comfortable with. Especially if you're going to install stuff in containers/VMs so the repos of the base distro don't even matter that much.

[–] harsh3466@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Exactly. That’s ultimately why I skipped Debian and went with Ubuntu

[–] krash@lemmy.ml 2 points 2 years ago (1 children)

I went with Ubuntu server and was pleasantly surprised when it offered to pull my pubkey off my github profile for ssh. A nice touch that I haven't seen in other servers flavors of various distros.

[–] harsh3466@lemmy.world 1 points 2 years ago

That’s pretty cool!

[–] BlueBockser@programming.dev 2 points 2 years ago* (last edited 2 years ago) (1 children)

After looking at the site and trying to determine what to download to get Debian with non-free (I’m unfortunately working with an NVIDIA card)

FWIW, Debian 12 now includes non-free firmware in the installation media by default and will install whatever is necessary.

I agree that the Debian website has its weaknesses, but beyond finding the right installer (usually netinst ISO a.k.a small installation image on https://www.debian.org/distrib/) there isn't much of a learning curve. I started out with Ubuntu too, but finally decided that enough was enough when snap started breaking my stuff on desktop.

[–] harsh3466@lemmy.world 2 points 2 years ago

The inclusion of non-free by default was what was unclear to me from the website. Knowing that now, I’ll likely give Debian a spin next time I need an install.