this post was submitted on 21 Sep 2025
103 points (100.0% liked)

Selfhosted

60366 readers
645 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
 

With the recent discussions around replacing Spotify with selfhosted services and the possibilities to obtain the music itself, I've been finally setting up Navidrome. I had to do quite a bit of reorganization to do with my existing collection (beets helping a ton) but now it's in a neatly organized structure and I'm enjoying it everywhere. I get most of my stuff from Bandcamp but I have a big catalog from when I've still had a large physical collection.

I'm also still working on my docker quasi gitops stack. I've cleaned up my compose files and put the secrets in env files where I hadn't already, checked them into my new forgejo instance and (mostly) configured renovate. Komodo is about to get productive but I couldn't find the time yet. Also I need to figure out how to check in secrets in a secure way. I know some but I haven't tried those with Komodo yet. This close of my fully automated update-on-merge compose stacks!

I've also been doing these for quite a while and decided to sometimes post them in !selfhosting@slrpnk.net to possibly help moving a bit from the biggest Lemmy instance, even though this community as it is is perfectly fine as well as it seems.

What's going on on your servers? Anything you are trying to pursue at the moment?

you are viewing a single comment's thread
view the rest of the comments
[–] AtariDump@lemmy.world 1 points 9 months ago (1 children)

So more like a commercial NAS box and less like a repurposed Dell server.

[–] tofu@lemmy.nocturnal.garden 1 points 9 months ago (1 children)
[–] AtariDump@lemmy.world 1 points 9 months ago (1 children)

Power consumption.

Plus, I don’t think an enterprise grade server is designed to spin down the disks when they’re not in use.

[–] tofu@lemmy.nocturnal.garden 1 points 9 months ago (1 children)

You can just do that yourself regardless of what the server was intended to do, with a cronjob for example. You can also set an idle time after which it spins down with hdparm but that doesn't always work for different reasons.

[–] AtariDump@lemmy.world 1 points 9 months ago (1 children)

How do I set a cronjob on a Hyper-V host?

[–] tofu@lemmy.nocturnal.garden 1 points 9 months ago (1 children)

No idea, does it pass the drives through?

[–] AtariDump@lemmy.world 1 points 9 months ago (1 children)

Not with a RAID controller, no.

[–] tofu@lemmy.nocturnal.garden 1 points 9 months ago (1 children)

IDK if these support IT mode or the like, but yes, hardware RAID makes this hard.

[–] AtariDump@lemmy.world 1 points 9 months ago

Usually not, no. With that in mind, it seems I’m looking for something more like a commercial NAS box and less like a repurposed Dell server.