Rename fittracker to milevault throughout
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user