mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
Additional activity fields and fit parsing
[backend] added additional columns to the activities table (max_speed, max_power, normalized_power, average_hr, max_hr, average_cad, max_cad) [backend] optimised fit file parse logic [backend] moved backend log to specific logs folder [README] updated README file with new logs folder
This commit is contained in:
@@ -169,7 +169,7 @@ It is recommended to configure the following volumes for code and data persisten
|
||||
| /app | <local_path>/endurain/backend/app:/app | Configure volume if you want to edit the code locally by cloning the repo and comment next line |
|
||||
| /app/user_images | <local_path>/endurain/backend/app/user_images:/app/user_images | Necessary for user image persistence on container image updates |
|
||||
| /app/bulk_import | <local_path>/endurain/backend/bulk_import:/app/bulk_import | Necessary to enable bulk import of activities. Place here your activities files |
|
||||
| /app/app.log | <local_path>/endurain/backend/app.log:/app/app.log | Log file for the backend |
|
||||
| /app/logs | <local_path>/endurain/backend/app.log:/app/logs | Log files for the backend |
|
||||
|
||||
## Bulk import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user