https://github.com/aguslr/docker-findmydeviceserver
Set up FindMyDeviceServer so devices can be registered via the Android app
https://github.com/aguslr/docker-findmydeviceserver
docker findmydevice findmydeviceserver podman
Last synced: over 1 year ago
JSON representation
Set up FindMyDeviceServer so devices can be registered via the Android app
- Host: GitHub
- URL: https://github.com/aguslr/docker-findmydeviceserver
- Owner: aguslr
- License: gpl-3.0
- Created: 2023-11-29T09:59:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:10:31.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:28:52.516Z (over 1 year ago)
- Topics: docker, findmydevice, findmydeviceserver, podman
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[aguslr/docker-findmydeviceserver][1]
=====================================
[](https://hub.docker.com/r/aguslr/findmydeviceserver) [](https://hub.docker.com/r/aguslr/findmydeviceserver)
This *Docker* image sets up *FindMyDeviceServer* inside a docker container.
> **[FindMyDeviceServer][2]** 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][3].
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
[1]: https://github.com/aguslr/docker-findmydeviceserver
[2]: https://gitlab.com/Nulide/findmydeviceserver
[3]: https://gitlab.com/Nulide/findmydevice