From b70a384750db070ad8424bc3f0b4ffae52027def Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen <86177399+nktnet1@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:51:35 +1100 Subject: [PATCH] feat: add fmd-server (web server for Find my Device Android App) (#1685) Co-authored-by: nodiscc --- software/fmd-server.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/fmd-server.yml diff --git a/software/fmd-server.yml b/software/fmd-server.yml new file mode 100644 index 0000000000..21717c4bed --- /dev/null +++ b/software/fmd-server.yml @@ -0,0 +1,13 @@ +name: FMD Server +website_url: https://fmd-foss.org +source_code_url: https://gitlab.com/fmd-foss/fmd-server +description: A server to communicate with the FMD (Find My Device) Android app, to locate and control your devices. +licenses: + - GPL-3.0 +platforms: + - Docker + - Go +tags: + - Internet of Things (IoT) + - Remote Access +related_software_url: "https://gitlab.com/fmd-foss/fmd-android"