Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated times in Dockerfile

tolik518 914235db 15cb09c0

+1 -1
+1 -1
Dockerfile
··· 17 17 COPY --from=builder /usr/local/cargo/bin/strong-api-fetch /usr/bin/strong-api-fetch 18 18 COPY .env /.env 19 19 # will run the cron job every day at 18:00, 18:30, 19:00, 19:30, 20:00, and 20:30 20 - RUN echo "0,30 02-03 * * * root RUST_BACKTRACE=1 RUST_LOG=debug /usr/bin/strong-api-fetch >> /var/log/cron.log 2>&1" > /etc/cron.d/strong-api-fetch 20 + RUN echo "0,30 18-20 * * * root RUST_BACKTRACE=1 RUST_LOG=debug /usr/bin/strong-api-fetch >> /var/log/cron.log 2>&1" > /etc/cron.d/strong-api-fetch 21 21 22 22 # Ensure the cron job file has proper permissions 23 23 RUN chmod 0644 /etc/cron.d/strong-api-fetch && \