aguslr / docker-findmydeviceserver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:/data \
      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

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%