this post was submitted on 07 Apr 2026
231 points (97.9% liked)

Selfhosted

58328 readers
707 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

A huge upshot to using a laptop is you have a built-in UPS and KVM.

you are viewing a single comment's thread
view the rest of the comments
[–] Pika@sh.itjust.works 18 points 17 hours ago (2 children)

it only works as a UPS if you periodically discharge the battery. My first "server" was a compaq laptop, I had used it for years and then reprovisioned it to Ubuntu Server, after 2 or 3 years of 24/7 if you unplugged it at all it just instant died because keeping it 100% charged all the time killed the battery.

[–] early_riser@lemmy.world 3 points 5 hours ago (1 children)

Naively I assumed that anything in the last decade or so with a battery already has some sort of battery management system that regulates this stuff to help prolong battery lifespan, but maybe I'm wrong.

[–] Pika@sh.itjust.works 1 points 4 hours ago

Yea, which is a fair expectation, but it's not a safe assumption. Verify it does before prolonged use. Make sure its well ventilated(heat is killer to batteries as well), and that some form of BMS is present on the system, and that it's enabled because some have the system but have it disabled by default.

[–] hexagonwin@lemmy.today 12 points 13 hours ago (1 children)

one should cap the battery at 70% or smth if keeping it connected 24/7

[–] irmadlad@lemmy.world 4 points 7 hours ago (1 children)

I'm not sure that all laptops support capping, and I'm not sure if Panasonic ToughBook supports the drivers necessary to cap. I guess you could deploy TLP and check sudo tlp-stat -b

[–] hexagonwin@lemmy.today 2 points 7 hours ago

it's not a toughbook and idk how to configure it but my letsnote cf-rz6 came with the battery charge capped at 80%, maybe it can be configured with their windows tool (or the acpi call made by that tool). i already have linux on it so can't check tho..