this post was submitted on 01 Sep 2026
55 points (92.3% liked)

Selfhosted

61901 readers
1056 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
 

cross-posted from: https://discuss.online/post/44873486

I'm continuing to use an original Pi Zero and Pi Zero W, for breadboard experiments.

top 17 comments
sorted by: hot top controversial new old
[–] gheesh@lemmy.world 2 points 1 day ago

I still have a running VIA C3 (x86) server with 1G RAM, enough for low-traffic web hosting.

[–] ripcord@lemmy.world 9 points 2 days ago

Various ESP32s

[–] kayzeekayzee@lemmy.blahaj.zone 13 points 2 days ago

nintendo 3ds

[–] PetteriPano@lemmy.world 16 points 3 days ago (1 children)

The only internet-connected 32-bit device I own is a PowerBook G4 running MorphOS. I have an OG raspberry pi that controls a model lighthouse that we have for decoration.

In my old house I had two pi zero W:s with IR-HATs that turned on the air conditioning when they saw my phone nearby over Bluetooth. I'd still run those if I lived there.

[–] kiol@discuss.online 4 points 3 days ago (1 children)

Which IR hat were you using? Guess I'm not aware of MorphOS.

[–] PetteriPano@lemmy.world 3 points 2 days ago

I can't recall where I got them. Probably the cheapest stuff off of eBay or Amazon. Looks like adafruit has one, too.

The original remote for my Panasonic units sends all the settings over IrDA, so I only had to record and replay the commands to turn it on and off.

[–] yesman@lemmy.world 9 points 2 days ago (2 children)

I've got a low-energy Intel Atom server. The CPU is technically 64 bit, but some of the other hardware is still 32bit, limiting you to that.

I've been running Debian on it (and several predecessors). I'm stuck on Debian12 because they're dropping 32bit support after that.

I don't really use it to "self-host" other than as a file server for backups and Pihole.

[–] Markaos@discuss.tchncs.de 2 points 2 days ago

Not sure if that's your case as well, but I remember that there was an issue with Intel Bay Trail tablets where the BIOS/UEFI was 32bit but the CPU could support 64bit OS just fine. You just need to get a special bootloader that will boot 64bit Linux kernel from a 32bit UEFI (which is not normally supported)

Here's one reference https://github.com/dmotte/misc/blob/main/knowledge/linux-x64-grub-uefi-32bit/README.md - it should be possible for you to use a 64bit Debian, but you'll need to get your hands dirty.

[–] sj_zero@social.fbxl.net 2 points 2 days ago

I've got proxmox on a pair of atoms.

I’ve got a pi zero w doing shairport-sync https://github.com/mikebrady/shairport-sync , which makes the pi pretend to be an AirPlay receiver. I combine it with the cheapest DAC I can get (used to be Adafruit before they ditched theirs sadly, now it’s https://shop.pimoroni.com/products/audio-dac-shim-line-out ) and bam old speakers are airplay compatible. The Pi is on Trixie and everything.

It’s fantastic that it can do the airplay2 and everything without skipping a beat. Great coding from the dev of it (Mike Brady)!

[–] sj_zero@social.fbxl.net 4 points 2 days ago

Started playing with some riscv32 microcontrollers.

[–] tired_n_bored@lemmy.world 4 points 2 days ago

2011 MiniPC. I dont use it for anything but a testground

[–] mushroommunk@lemmy.today 4 points 3 days ago (1 children)

Also running some things in a pi zero w. It's starting to get a little processing limited so I might add a second and split some things off. Pihole, stats page I wrote to help me track stuff, those sorts of things

[–] kiol@discuss.online 2 points 3 days ago (1 children)

Did you consider doing the "mount a small monitor" style stats dashboard in your home?

[–] mushroommunk@lemmy.today 2 points 3 days ago

This is more for like rating movies I've watched and books I've read, not calories or weight or anything. It's not updating often enough for a monitor and it's accessible from anywhere so I can pull it up on my phone at any time.

[–] darko@feddit.org 3 points 2 days ago

Olimex Allwinner A20

[–] kiol@discuss.online 3 points 3 days ago

I occasionally spin up Octoprint, and Klipper, on a Pi Zero W.