this post was submitted on 28 May 2026
19 points (78.8% liked)

Selfhosted

50711 readers
392 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 3 years ago
MODERATORS
 

The default API tooling that comes to your mind is Postman.

Postman is cloud based - the other offline alternatives are on their way to enshittification.

Is there any solution to the problem or we should all default to curl.

you are viewing a single comment's thread
view the rest of the comments
[–] mlg@lemmy.world 7 points 2 days ago (2 children)

It's been downloaded over 20 billion times. It supports 25+ protocols. It's in cars, refrigerators, TV sets, routers, printers, phones, and every goddamn server on the planet.

Everything except my random podman container I need to test something on, but for some reason will have wget lmao.

Also a good time to mention you can use Ctrl+x Ctrl+e to edit your multi line commands in your default terminal editor so you can keep a clean, line separated command which is easy to read and follow.

[–] Badabinski@kbin.earth 4 points 1 day ago

Is your container using BusyBox? if so, then it's not even real wget, it's just the disgusting awful busybox version.

God I hate BusyBox.

Okey, Ctrl+x Ctrl+e is super cool. I did not know about that! Thanks!