Dashboard eingefügt
This commit is contained in:
10
README.md
10
README.md
@@ -45,6 +45,14 @@ docker compose logs -f sync
|
||||
|
||||
The default polling interval is hourly.
|
||||
|
||||
Open the local dashboard:
|
||||
|
||||
```text
|
||||
http://localhost:8080/
|
||||
```
|
||||
|
||||
It shows the last sync check state and the last five uploaded Garmin activities.
|
||||
|
||||
## Configuration
|
||||
|
||||
Required values:
|
||||
@@ -61,6 +69,8 @@ POLL_INTERVAL_SECONDS=3600
|
||||
DATA_DIR=/data
|
||||
LOG_LEVEL=INFO
|
||||
DRY_RUN=false
|
||||
DASHBOARD_HOST=0.0.0.0
|
||||
DASHBOARD_PORT=8080
|
||||
MYWHOOSH_LOGIN_URL=https://www.mywhoosh.com/login/
|
||||
MYWHOOSH_ACTIVITY_URL=https://www.mywhoosh.com/profile/
|
||||
MYWHOOSH_ACTIVITIES_BUTTON_TEXT=ACTIVITIES
|
||||
|
||||
Reference in New Issue
Block a user