Skip to content

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

License

Notifications You must be signed in to change notification settings

aguslr/docker-findmydeviceserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Topics

Resources

License

Stars

Watchers

Forks