Replies: 1 comment
-
|
The webhooks feature is a really nice add, lots easier to keep Statistics-for-Strava up-to-date. 👍 You may want to look at setting up a proxy to do the work of redirecting HTTP to HTTPS. Assumptions:
For a relatively easy, all-in-one setup for a proxy and SSL cert generation, I would suggest SWAG - Secure Web Application Gateway. Swag runs in a docker container, they have been around for years, its opensource (free), and will generate and manage your expiring SSL cert(s) for free. They have a lot of sample HTTPS configs for many applications that you can use to adapt to Statistics-for-Strava. You'll need to pick one that is configured for a domain. The piwigo.subdomain.conf.sample would be a good one to copy and modify to point at your Statistics-for-Strava site.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So I hate to ask, because clearly everyone knows how to do this, but I want to setup the webhooks, but I need statistics for strava to run under https instead of http.
i have some vague ideas of how to do that generally ( get SSL cert, install change http service to use https ) but not really within the framework of statistics for strava. if instructions are too much - beyond the scope - then i get it, but figured i would ask because i love the project so far. i guess i can just crank up the frequency of the sync job once my activities are up-to-date and maybe then I don't really need the webhooks, which if i understand it would just provide a more real-time synchronization.
thanks in advance,
shane
Beta Was this translation helpful? Give feedback.
All reactions