FindMe v0.2.0
What's New
🔐 Secure Quick-Start Defaults
NEXTAUTH_SECRETandJWT_SECRETare now auto-generated on first boot if not manually set- Secrets are persisted to the data volume (
/app/data/.secrets) so they survive container restarts - No more insecure "changeme-in-production" defaults — secure out of the box
⚙️ Admin-Configurable Server Settings
- Public URL and App Name can now be changed from the Admin Panel at runtime
- No need to edit
docker-compose.ymland restart — just save in the Settings tab - DB-first with environment variable fallback: settings work even before first admin configuration
- Invite links and QR codes automatically use the configured Public URL
Downloads
- FindMe-v0.2.0.apk — Install directly on Android
- FindMe-v0.2.0.aab — For Google Play Store submission
- Docker:
docker pull ghcr.io/bjoernch/findme:v0.2.0
Upgrade
docker pull ghcr.io/bjoernch/findme:latest
docker compose up -dFull Changelog: v0.1.0...v0.2.0