LiftTrace v1.0.0-rc.4 released: NutriTrace federation + editable workout duration (github.com)
from TraceApps@lemmy.world to selfhosted@lemmy.world on 30 May 06:33
https://lemmy.world/post/47526286

Quick update post for the new v1.0.0-rc.4 release.

LiftTrace is a self-hosted lifting tracker I posted here a few days ago. It’s an open, AGPL-3.0 alternative to subscription apps like Strong ($5/mo), Hevy ($6/mo Pro), Jefit ($7/mo Pro), Fitbod (~$80/yr), and the coaching tier of Trainerize / Caliber. Single Docker container, PWA plus a signed Android APK.

Repo: github.com/TraceApps/lifttrace Image: ghcr.io/traceapps/lifttrace Latest release (with APK): github.com/TraceApps/lifttrace/releases/latest Full changelog: github.com/TraceApps/lifttrace/…/CHANGELOG.md

What’s new in v1.0.0-rc.4

What’s in it (full feature list)

Deployment

services:
  lifttrace:
    image: ghcr.io/traceapps/lifttrace:latest
    ports:
      - "3002:3003"
    volumes:
      - ./data:/data
    environment:
      JWT_SECRET: ${JWT_SECRET}        # required in production
      INSECURE_COOKIES: "1"            # only if not terminating TLS

docker compose up -d, browse to http://localhost:3002/, finish the first-run wizard. Full env-var reference, reverse-proxy examples (Caddy, nginx), OIDC setup, SMTP setup, and the four supported “connecting from Android” paths are in DEPLOY.md.

Signed APK SHA-256 is published with each GitHub Release for verification. Debug APK (accepts HTTP and self-signed certs) is npm run android:debug for LAN-only setups.

No telemetry, no analytics, no anonymous usage pings. The app phones home only to your own server, or doesn’t phone home at all in Android local mode.

#selfhosted

threaded - newest

HybridSarcasm@lemmy.world on 30 May 11:34 next collapse

If you’re not getting much love here, don’t forget the fitness & lifting communities that exist!

TraceApps@lemmy.world on 30 May 12:57 collapse

Appreciate the tip. Thanks!

MIXEDUNIVERS@discuss.tchncs.de on 30 May 14:11 collapse

is there a Demo?

I have a short question is this Docker Projekt only for weightlifters or also for normal gym user?

I thought long about what I need and I like that it integrates with a Projekt that monitors your meal intake…

TraceApps@lemmy.world on 30 May 15:00 collapse

Unfortunately there are no demo sites for either of the projects yet, that is planned for the future.