Sign inSign up

schklom/findmydeviceserver

By schklom

•Updated about 17 hours ago

Multi-platform https://gitlab.com/Nulide/findmydeviceserver

Image
1

10K+

schklom/findmydeviceserver repository overview

Docker Pulls Docker Stars
dockeri.co

⁠RECENT UPDATE (October 2023)

⁠There is now an official Dockerfile. Therefore, I have stopped using mine. This means the data is now stored (in the container) at /fmd/objectbox instead of the previous /go/src/fmd/objectbox.

Main repository for the Android app that can connect to this service: https://gitlab.com/Nulide/findmydevice⁠

Repo images built from: https://github.com/schklom/Mirror-workflows⁠.
It mirrors https://gitlab.com/Nulide/findmydeviceserver⁠ by copying daily if it changes (based on the latest commit), and if so, it builds images for it.

A minimal docker-compose.yml:

services:
  findmydeviceserver:
    image: schklom/findmydeviceserver
    ports:
      - 1020:1020 # HTTP
    volumes:
      - /some_path/:/fmd/objectbox # If you want to save data

Tag summary

Content type

Image

Digest

sha256:33e00f678…

Size

106.8 MB

Last updated

about 17 hours ago

docker pull schklom/findmydeviceserver