32
What app for lost phone?
(sh.itjust.works)
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.
much thanks to @gary_host_laptop for the logo design :)
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.
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-gatewayDocker host mapping to it.