Добавлена интеграция с Fitbit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s

This commit is contained in:
poignatov
2026-02-06 20:50:49 +03:00
parent f1c590de43
commit dfccba4e55
13 changed files with 1711 additions and 21 deletions

View File

@@ -62,6 +62,26 @@ TODOIST_CLIENT_SECRET=
# Получить в Developer Console: "Client secret for webhooks"
TODOIST_WEBHOOK_SECRET=
# ============================================
# Fitbit Integration Configuration
# ============================================
# Fitbit приложение для интеграции с Play Life
# Настроить в: https://dev.fitbit.com/apps
#
# В настройках Fitbit приложения указать:
# - OAuth 2.0 Application Type: Server
# - Callback URL: <WEBHOOK_BASE_URL>/api/integrations/fitbit/oauth/callback
# - Default Access Type: Read-Only
# - Scopes: activity, profile
# - Terms of Service URL: <WEBHOOK_BASE_URL>/terms
# - Privacy Policy URL: <WEBHOOK_BASE_URL>/privacy
# Client ID Fitbit приложения
FITBIT_CLIENT_ID=
# Client Secret Fitbit приложения
FITBIT_CLIENT_SECRET=
# ============================================
# Authentication Configuration
# ============================================