immich version bump, add workout tracker

This commit is contained in:
azpsen
2025-04-27 20:20:04 -05:00
parent 15c10fa570
commit 22d9444d0f
2 changed files with 27 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ These are all the services hosted, what they are for, and any clients I use with
- [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Password manager
- [Bitwarden clients](https://bitwarden.com/download/)
- [Wizarr](https://github.com/Wizarrrr/wizarr?tab=readme-ov-file) - Jellyfin user invite manager
- [Workout Tracker](https://github.com/jovandeginste/workout-tracker) - Used with [OpenTracks](https://github.com/OpenTracksApp/OpenTracks) to track my cycling
### Monitoring
@@ -417,3 +418,12 @@ SYMFONY__ENV__MAILER_DSN=
SYMFONY__ENV__FROM_EMAIL=
```
### Workout Tracker
[Docs](https://github.com/jovandeginste/workout-tracker#docker)
```env
# workout-tracker.env
WT_JWT_ENCRYPTION_KEY=
```