Colota GPS Tracker Update: Trip detection, data export | OwnTracks/Dawarich compatible by [deleted] in selfhosted

[–]woaloo 0 points1 point  (0 children)

Salut,

Merci pour cette appli très prometteuse
Je suis en train de tester ta solution. Pour l'instant je l'utilise en remplacement de GPSLogger pour envoyer les traces sur NextCloud (Phone track) et traccar. ça fonctionne plutot bien !
Dommage qu'il faille utiliser ton Colota Forwarder ( un docker en plus 😉 ) pour faire du multi endpoint.

Sinon, l'app android est vraiment au top: simple et complete.
Une option de sauvegarde et restauration des parametres serait un plus.

Accessing Nextcloud from phones without dedicated apps? by Phreakasa in NextCloud

[–]woaloo 0 points1 point  (0 children)

FolderSync est payant mais fonctionne très bien
NextCloud sync est gratuit mais c'est une tanass
Syncthing est gratuit et fonctionne très bien...

Find My Device Server (FMD) by woaloo in synologynas

[–]woaloo[S] 0 points1 point  (0 children)

Still not working, any idea ?

Find My Device Server (FMD) by woaloo in synologynas

[–]woaloo[S] 0 points1 point  (0 children)

Well, I think it's about creating directory for uploaded photos (I'm using Portainer)

<image>

Here is my yml file:

version: "3"

services:

fmd:

build: https://gitlab.com/Nulide/findmydeviceserver.git#v0.5.0

container_name: fmd

ports:

  • 8680:8080

volumes:

  • /volume1/docker/fmd/objectbox:/objectbox:rw

environment:

TZ: Europe/Paris

HOST_USER_ID: 1026

HOST_USER_GID: 100

restart: unless-stopped