Sign inSign up

aguslr/findmydeviceserver

By aguslr

Updated 23 days ago

Set up FindMyDeviceServer so devices can be registered via the Android app

Image
0

10K+

aguslr/findmydeviceserver repository overview

aguslr/docker-findmydeviceserver

docker-pulls image-size

This Docker image sets up FindMyDeviceServer inside a docker container.

FindMyDeviceServer is a server able to communicate with FMD and save the latest location encrypted on it.

Installation

To use docker-findmydeviceserver, follow these steps:

  1. Clone and start the container:

    docker run -p 8080:8080 -v "${PWD}"/data:/fmd/objectbox \
      docker.io/aguslr/findmydeviceserver:latest
    
  2. Register your device with your FindMyDeviceServer's IP address on port 8080 using the Android app.

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-findmydeviceserver.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-findmydeviceserver && docker-compose up --build -d
    

Tag summary

Content type

Image

Digest

sha256:d70953742

Size

55.4 MB

Last updated

23 days ago

docker pull aguslr/findmydeviceserver