LiftTrace — self-hosted weightlifting tracker (Docker + PWA + Android), first public release (github.com)
from TraceApps@lemmy.world to selfhosted@lemmy.world on 24 May 15:01
https://lemmy.world/post/47293784

Just made LiftTrace public after months of development. It’s a self-hosted weightlifting / training log that runs in a single Docker container on your own hardware, with a PWA frontend and a signed Android APK. Sister app to NutriTrace under the same TraceApps umbrella.

LiftTrace Diary

What it does:

Self-hosted principles:

Quick start:

services:
  lifttrace:
    image: ghcr.io/traceapps/lifttrace:latest
    ports: ["3002:3003"]
    volumes:
      - ./data/db:/data/db
      - ./data/uploads:/data/uploads
    environment:
      - DB_PATH=/data/db/lifttrace.db
      - UPLOADS_PATH=/data/uploads
      - JWT_SECRET=change-me

#selfhosted

threaded - newest

irmadlad@lemmy.world on 24 May 15:41 next collapse

That looks pretty cool. Doctor says no more lifting weights, but I do resistance training and speed walking. Might have to give it a go.

gaiety@lemmy.blahaj.zone on 24 May 16:38 collapse

already losing me with the AI art slop

TraceApps@lemmy.world on 24 May 16:43 collapse

Sorry to hear that. It’s completely optional and you can go minimalistic with no banner if you so choose. Try it out and hopefully it works for you.