Self Hosted Alternative website
The following docker container thisisarpanghosh/fitbit-report-app
is available for self hosting of this project. The Web app will be available on http://localhost:5000 with the configuration below.
If you are interested in replacing the API token entering with a seamless login experience with Fitbit, Check out PR#10 by @Cronocide available in the Fitbit-Oauth branch of this repository.
services:
fitbit-ui:
image: 'thisisarpanghosh/fitbit-report-app:latest'
container_name: 'fitbit-report-app'
ports:
- "5000:80"
restart: unless-stopped
Special thanks to @dipanghosh for his help and contribution towards the sleep schedule analysis part of the script and overall aesthetics suggestions.