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 -dUpgrade existing server:
cd server
docker compose pull
docker compose up -dUpload Tool (macOS)
One-liner install:
curl -sSL https://raw.githubusercontent.com/meltforce/FreeReps/main/server/scripts/install-upload.sh | bashOr download manually from the assets below and place in /usr/local/bin/.
Requires lzfse: brew install lzfse