Skip to content

1.2.0 — Workout Source Merging & Sleep Fixes

Latest

Choose a tag to compare

@meltforce meltforce released this 26 Mar 16:12
· 45 commits to main since this release

Server Setup

Fresh install:

git clone https://github.com/meltforce/FreeReps.git
cd FreeReps
cp server/config.example.yaml server/config.yaml
# Edit config.yaml — set database password, enable Tailscale
cd server && docker compose up -d

Upgrade existing server:

cd server
docker compose pull
docker compose up -d

Upload Tool (macOS)

One-liner install:

curl -sSL https://raw.githubusercontent.com/meltforce/FreeReps/main/server/scripts/install-upload.sh | bash

Or download manually from the assets below and place in /usr/local/bin/.

Requires lzfse: brew install lzfse