Counts how many times the logged in user has gone up Green
- Python 69.9%
- HTML 23.1%
- Dockerfile 7%
| static | ||
| systemd | ||
| templates | ||
| .containerignore | ||
| .gitignore | ||
| app.py | ||
| blank_db.sql | ||
| Containerfile | ||
| README.md | ||
| requirements.txt | ||
strava-counting
Counts how many times the logged in user has gone up Green
Installing
- Copy the files from systemd into
.config/containers/systemd/and edit the strava.container file with the proper Strava client ID. - Add a podman secret with the strava API key by running
printf '12345' | podman secret create strava-api-key -. - Run
systemctl --user daemon-reloadthensystemctl --user start strava.
It also needs an sqlite3 database. A blank one can be generated by running sqlite3 strava.sqlite3 < blank_db.sql.
This should then be compied into the folder that gets mapped to /app/data.