this post was submitted on 16 Mar 2026
4 points (83.3% liked)

Privacy

47261 readers
427 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Something I do not see discussed enough in privacy circles: the tools developers use daily often send sensitive data to third parties.

Think about it:

  • JSON formatters — you paste your API responses (which may contain user data) into random websites
  • JWT decoders — you paste authentication tokens into online tools
  • QR generators — whatever URLs or data you encode
  • SSL checkers — reveals your infrastructure

All of these are trivially self-hostable. I run a full dev toolkit on a $5/mo VPS that handles all of this locally. Zero data ever leaves my server.

The privacy benefits:

  • No analytics tracking what you paste
  • No third-party logging of your API responses
  • No risk of token/credential leaks through browser extensions or third-party JS
  • Full control of logs and data retention

For developers who care about privacy (even just for professional/compliance reasons), self-hosting your dev tools is low-hanging fruit.

I wrote a free guide covering the full setup: Self-Hosting Guide for Developers

Anyone else self-hosting their dev tools for privacy reasons?

you are viewing a single comment's thread
view the rest of the comments
[–] Telorand@reddthat.com 2 points 2 days ago (1 children)

What's this jargle of a URL you posted?

http://5.78.129.127/ebook/

[–] strlcpy@lemmy.sdf.org 1 points 2 days ago (1 children)

I actually wrote this by hand based on my own setup. What part seems off? Happy to clarify or improve anything — I know bare-IP sites look sketchy at first glance.