this post was submitted on 19 Feb 2026
30 points (100.0% liked)

Privacy

47773 readers
752 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
 

Like many here, I don't use google services and I disable everything i possibly can that's related to it.

However, I realized if I lose my phone, I'm boned. And whoever has it could probably bypass my lock.

I found FMD on f droid. Any other good programs out there?

Phone is an s23 (unfortunately)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] root@aussie.zone 2 points 1 month ago (1 children)

How difficult was it for you to configure your self-hosted instance of FMD?

I already have a server which I use to self host owntracks. However, I don't know much about nginx and after using the automated owntracks installer, I can't seem to properly configure reverse proxy for anything else eg. Linkwarden.

[โ€“] pogodem0n@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

There really isn't that much when it comes to customization. Your reverse proxy needs to support websockets and I use Caddy for that.

I also host ntfy on the same server and FMD had problems sending requests to it. All I had to do was to allow FMD container to send requests to the host machine by adding ntfy.mydomain.com:host-gateway Docker host mapping to it.