Rename fittracker to milevault throughout
Build and push images / build-backend (push) Failing after 2m5s
Build and push images / build-worker (push) Failing after 4s
Build and push images / build-frontend (push) Failing after 4s

This commit is contained in:
2026-06-06 14:12:28 +01:00
parent 1a0d45dd67
commit 5e2b220366
12 changed files with 150 additions and 67 deletions
+6 -6
View File
@@ -1,4 +1,4 @@
# FitTracker
# MileVault
Self-hosted fitness tracking — Garmin & Strava import, maps, health trends, personal records.
@@ -6,14 +6,14 @@ Self-hosted fitness tracking — Garmin & Strava import, maps, health trends, pe
## For users — deploy with two files
Once this repo is pushed to Gitea and the Actions workflow has run once, anyone on your network only needs **two files** to run FitTracker. No source code, no cloning.
Once this repo is pushed to Gitea and the Actions workflow has run once, anyone on your network only needs **two files** to run MileVault. No source code, no cloning.
```bash
mkdir fittracker && cd fittracker
mkdir milevault && cd milevault
# Download the two deployment files
curl -O https://gitea.yourdomain.com/yourusername/fittracker/raw/branch/main/docker-compose.deploy.yml
curl -O https://gitea.yourdomain.com/yourusername/fittracker/raw/branch/main/nginx.conf
curl -O https://gitea.yourdomain.com/yourusername/milevault/raw/branch/main/docker-compose.deploy.yml
curl -O https://gitea.yourdomain.com/yourusername/milevault/raw/branch/main/nginx.conf
# Start (images pulled automatically from your Gitea registry)
docker compose -f docker-compose.deploy.yml up -d
@@ -82,7 +82,7 @@ In your repo: **Settings → Variables → Actions → Add Variable**
### 5. Push the repo
```bash
git remote add origin https://gitea.yourdomain.com/yourusername/fittracker.git
git remote add origin https://gitea.yourdomain.com/yourusername/milevault.git
git push -u origin main
```