
Self-hosted family location sharing app with a Rust server and React client.
Self-hosted family location sharing app with a Rust server and React client.
Guideng is a self-hosted family location sharing app.
Deploys:
server: Rust API server, MySQL storage, latest 7 days of tracks.mysql: MySQL 8 database with persistent storage and automatic schema initialization.client: React web client.If GUIDENG_TOKEN or GUIDENG_ADMIN_PASSWORD is empty, the server generates a 128-character random value and writes it to /data/guideng.log.
On the first MySQL startup, the template creates the devices, locations, and settings tables automatically. Existing database volumes and data are not overwritten.