What app for lost phone?

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)

32 points · 7 comments · view on lemmy.world

7 Comments

pogodem0n@lemmy.world · 10 pts · 182d (6 replies)

I am self-hosting FMD and it works pretty well

bridgeenjoyer@sh.itjust.works · 6 pts · 182d

That's my plan! Using their server, it works flawlessly for now. Love it. Donated right away to em

Quacksalber@sh.itjust.works · 3 pts · 182d (2 replies)

Does FMD require the Android device to be rooted?

Mrb2@lemmy.world · 2 pts · 182d

No. It can even auto toggle your location, when you give it one time permission via adb.

pogodem0n@lemmy.world · 2 pts · 182d

Nope

root@aussie.zone · 2 pts · 182d (1 reply)

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 pts · 182d

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.