this post was submitted on 26 Apr 2026
416 points (97.3% liked)

Technology

86633 readers
3942 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Gonzako@lemmy.world 61 points 3 months ago (3 children)

Me running everything on a single postgress instance on my shitbox 0€/month

[–] Dyskolos@lemmy.zip 39 points 3 months ago* (last edited 2 weeks ago) (6 children)
[–] wltr@discuss.tchncs.de 18 points 3 months ago (2 children)

I realised I don’t need my servers being online 24/7, so for me that’s Raspberry Pi and equivalents, plus powering on computers on demand.

[–] greybeard@feddit.online 10 points 3 months ago (2 children)

A trick I realized a few years ago: Caddy has a module you can build it with that does WOL. So I was able to run a Caddy reverse proxy that woke up my higher powered server on demand, and let it go back to sleep when I wasn't using it. Might be a bad idea for a database sever, but for my uses it was pretty simple and effective.

[–] W98BSoD@lemmy.dbzer0.com 5 points 3 months ago

… that woke up my higher powered server on demand, and let it go back to sleep when I wasn't using it.

Get a load of this guy not using his high powered server 24/7/365.

[–] wltr@discuss.tchncs.de 3 points 3 months ago (1 children)

Oh wow, that’s really cool! I do use Caddy too.

Is it that your service/website is on both (low powered server and high powered one) or is it only on the high powered? So, it’s like

  • the lower powered server knows it needs help (sounds a bit surreal to me, but perhaps it’s doable)
  • or the lower powered server does not serve anything, but wakes up the high powered when the thing is accessed?

I guess that’s the 2nd thing, but it’s very cool indeed! That way you can really have very convenient things for free, as it’s super cheap to run any hardware for a very while on demand. I don’t mind waiting a minute or even two when I need to access something very infrequently and don’t want to run my server 24/7. I do exactly that, but I wake up it via LAN manually.

[–] greybeard@feddit.online 2 points 3 months ago (1 children)

The low powered server is the Caddy server, all it does us act as a reverse proxy for everything in my house, giving it an SSL cert and doing things like WOL. The caddy config basically just says "Here's your reverse proxy target, if you don't get a response within one second, send a WOL packet, wait a couple of seconds, then try again".

The only requirement is for you to do a custom build of caddy (this is done with a dockerfile), and to have WOL enabled on the high power server.

It means the first web request for services on the high power server might take a few seconds, but everything after that is smooth.

[–] wltr@discuss.tchncs.de 1 points 3 months ago (1 children)

Is it that high power server takes a few seconds to boot? What’s the hardware you have there? I’m curious that’s the average boot time for an average high power server? I do use heavily obsolete devices for my personal servers (think of DDR-2 era devices with Intel Atom or sometimes core 2 duo devices) usually without even SSDs. With an SSD, my desktop devices (all DDR-3 era with SATA-3 disks) boot within 20…30 seconds, which is good enough for me. I assume the more modern devices would be quicker, but [single-digit, I assume] seconds sounds very good. To me, that sounds like it’s a no-brainer to have this feature. I was thinking whether I can wait minutes for something I need occasionally to boot. Seconds is just too fast. I think that delay is tolerable even for a commercial / production server, where the expectations are just different.

[–] greybeard@feddit.online 1 points 3 months ago (1 children)

I'm not shutting it down, just sleeping it. My high powered server is a gaming PC from a few years ago. Running Linux, my best case scenerio for cold boot would still be 10-20 seconds, but wake from sleep is near instant.

[–] wltr@discuss.tchncs.de 1 points 3 months ago

Sleeping is something I haven’t think of, but it’s a really great way of saving power! Thanks for your input, I’d definitely replicate your approach! (When it comes to scale a bit.)

[–] SeductiveTortoise@piefed.social 3 points 3 months ago (1 children)

I think I'm at a family of four or five, but I'm alone with my dogs and my weed and my servers. Being able to legally self-host your own drug supply is great.

[–] Dyskolos@lemmy.zip 2 points 3 months ago* (last edited 2 weeks ago) (1 children)
[–] SeductiveTortoise@piefed.social 1 points 3 months ago (1 children)

ich habe meins nicht vergessen

Mine blew my socks off, but i smoke so little that I have to grow once a year max.

[–] Dyskolos@lemmy.zip 2 points 3 months ago* (last edited 2 weeks ago) (1 children)
[–] SeductiveTortoise@piefed.social 0 points 3 months ago (1 children)

I do it mainly because I love to.

[–] 0x0@lemmy.zip 3 points 3 months ago (1 children)

And it’s just wifey , the servers and me.

So you, wife and your 6 digital kids, checks out.

[–] Dyskolos@lemmy.zip 2 points 3 months ago* (last edited 2 weeks ago)

(deleted content)

[–] jj4211@lemmy.world 1 points 3 months ago (1 children)

My solar covers more than my entire electric bills in the mild weather months.

I was thinking of moving to more modern systems with modest power consumption too. One of the systems I picked up is basically a case-as-a-heatsink with no fans.

[–] notthebees@reddthat.com 1 points 3 months ago* (last edited 2 months ago) (1 children)

This is why im doing my homelab on low powered processors (5825u NAS boards). Runs way cooler and is way more efficient. Same performance as my 9900kf gaming PC cpu wise.

Edit: this hasn't happened yet

[–] gusgalarnyk@lemmy.world 0 points 3 months ago (5 children)

How does running a server, assuming it's used some amount of internet bandwidth, handle residential internet speeds? If I've got a gig up and down, can I reasonably run like a jellyfin for my friends?

[–] Passerby6497@lemmy.world 2 points 3 months ago

I was running it on a couple hundred Mbps for a while, and gig up is fine

[–] Tywele@piefed.social 2 points 3 months ago

If I’ve got a gig up and down, can I reasonably run like a jellyfin for my friends?

Easily

[–] notthebees@reddthat.com 1 points 3 months ago

My isp hasn't complained. I have fiber at my house and symmetrical gigabit. You should be fine if you transcode to reduce bandwidth needed as you still use your own internet. But I'm not running jellyfin on my home server.

[–] xthexder@l.sw0.com 1 points 3 months ago

Most servers you rent are only going to have 1Gbps internet speeds too unless you're paying extra, so if you've got symmetrical gigabit at home, you're 100% good to go, except for maybe higher downtime than a datacenter. My fiber at home seems to go out for a bit overnight occasionally as they're doing maintenance.

[–] Armand1@lemmy.world 16 points 3 months ago (2 children)

I also self host and I wouldn't say the cost is zero. In the UK, energy costs alone mean that a 40W computer cost £8 per month to run (assuming a 28p/kWh price).

Of course, that's assuming you run it 24/7 at full energy use, but I know my PCs run on more than that.

[–] Gonzako@lemmy.world 6 points 3 months ago (1 children)

I got solars, my energy bill is very low, its like 40€ for 3 months

[–] Armand1@lemmy.world 2 points 3 months ago* (last edited 3 months ago) (1 children)

So jealous. My energy bill is like £130/m and £80 of that is electricity.

[–] Gonzako@lemmy.world 1 points 3 months ago (2 children)

You might wanna do the math on solars, even if its a cloudy place like the UK, their lifespan and nearly 0 upkeep makes them great value

[–] Armand1@lemmy.world 1 points 3 months ago

I don't own a house yet, like most people in the UK under 40, but when I do I will definitely consider it.

[–] grue@lemmy.world 0 points 3 months ago (1 children)

How's the math work on a shady place? I've got a big-ass tree above most of my roof.

[–] Gonzako@lemmy.world 1 points 3 months ago

No idea tbh, but from what i've heard is that it only pushes the payback age a year or two but you'll have to double check me on that

[–] kalpol@lemmy.ca 1 points 3 months ago (1 children)

28p per kWh? Holy smokes.I think it ranges from 5 cents to 8 cents per kWh here. There are a lot of fees tacked on but those are there anyway.

[–] Armand1@lemmy.world 1 points 3 months ago

Yeah just went to check and the price in my area is 22-28p/kWh, can confirm.

It's very fucked over here.

[–] melroy@kbin.melroy.org 5 points 3 months ago (1 children)

I have 50.000 dollars of server hardware and zero visitors. 😵😜

[–] knexcar@lemmy.world 2 points 3 months ago* (last edited 3 months ago) (1 children)

50 dollars and 0 cents isn’t a lot

[–] melroy@kbin.melroy.org 2 points 3 months ago

Its a Dutch number notation.