--- title: GeoPulse created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, location, app-marathon3-rattrapage-final-a] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=Location&app=geopulse] --- # 🌐 GeoPulse > Tableau de bord temps rĂ©el pour tracker vos proches / vĂ©hicules / assets — multi-utilisateurs, cartes, alertes. ## 📋 Informations GĂ©nĂ©riques | Champ | Valeur | | :--- | :--- | | **Site web** | (projet GitHub) | | **GitHub** | [geopulse/geopulse](https://github.com/geopulse/geopulse) ou fork similaire | | **License** | MIT | | **Langage** | TypeScript | | **Étoiles GitHub** | < 0.3k ⭐ | | **CatĂ©gorie** | [[cat-location\|Location]] | ## 📝 Description **GeoPulse** est un dashboard de gĂ©olocalisation multi-cibles : ingestion de positions (OwnTracks, Traccar, GPSLogger), affichage temps rĂ©el sur carte, historique, alertes (entrĂ©e/sortie de zones), stats par device. UI web moderne, multi-utilisateurs. DiffĂ©rence vs Traccar : GeoPulse est **une couche visualisation** au-dessus d'un backend de capture, pas un serveur GPS natif. Pour qui : utilisateurs Traccar/OwnTracks qui veulent une UI plus moderne, ou familles voulant un dashboard privĂ©. ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: geopulse: image: ghcr.io/geopulse/geopulse:latest container_name: geopulse restart: unless-stopped environment: - DATABASE_URL=postgresql://geopulse:***@db/geopulse - OWNTRACKS_URL=ws://geopulse:port depends_on: - db labels: traefik.enable: "true" traefik.http.routers.geopulse.rule: "Host(`geo.example.com`)" db: image: postgres:16-alpine environment: POSTGRES_USER: geopulse POSTGRES_PASSWORD: geopulse POSTGRES_DB: geopulse volumes: - ./db-data:/var/lib/postgresql/data ``` ## 🔄 Alternatives ### Open Source - [[app-owntracks-recorder]] — Serveur OwnTracks natif - [[app-reitti]] — Analytics post-hoc - [[app-hauk]] — Partage Ă©phĂ©mĂšre ### PropriĂ©taires - **Traccar Cloud** — SaaS Traccar managĂ© - **Life360** — Famille grand public - **Find My** — RĂ©seau Apple ## 🔐 SĂ©curitĂ© - **Auth** : login + OIDC possible - **API ingestion** : token, rate limiting - **TLS** : obligatoire, positions sont des donnĂ©es personnelles - **Alertes** : webhook secrets Ă  protĂ©ger ## 📚 Ressources - [GitHub](https://github.com/geopulse/geopulse) ## Pages LiĂ©es - [[cat-location]] — CatĂ©gorie Location - [[app-owntracks-recorder]] — Source de donnĂ©es - [[recettes-docker-compose]] — Templates Docker