github bjoernch/FindMe v0.2.0

latest releases: v0.6.1, v0.6.0, v0.5.2...
13 hours ago

FindMe v0.2.0

What's New

🔐 Secure Quick-Start Defaults

  • NEXTAUTH_SECRET and JWT_SECRET are 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.yml and 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 -d

Full Changelog: v0.1.0...v0.2.0

Don't miss a new FindMe release

NewReleases is sending notifications on new releases.