Time Tracker
All checks were successful
ci/woodpecker/push/build Pipeline was successful
moved auth code to its own file, implement a buffer to store state tokens. |
||
---|---|---|
.woodpecker | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE | ||
README.md |
tmtrk - Time Track [WIP]
I want to track the time I spend on doing tasks. This tool does exactly that.
Example docker compose file:
version: "3.8"
services:
swh:
image: git.schmarrn.dev/andi/tmtrk:latest
environment:
TMTRK_CLIENT_ID: "YOUR_CLIENT_ID"
TMTRK_CLIENT_SECRET: "YOUR_CLIENT_SECRET"
TMTRK_ISSUER_URL: "URL_TO_OIDC_PROVIDER"
TMTRK_HOST_URL: "https://your-domain.here"
Reverse Proxy should point to port 8080
.