mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2024-11-13 21:02:37 +00:00
Forgejo profile README statistics all in CI/CD
.clang-format | ||
.editorconfig | ||
.gitignore | ||
lang.json | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
stats.py | ||
stats.yaml | ||
tox.ini | ||
UNLICENSE |
Forgejo stats
Forgejo profile README statistics all in CI/CD
Setup
- Place
stats.py
in your .profile - Modify
stats.py
to your needs - Generate a personal access token in settings (Applications tab) with repository read/write and user read permissions
- Set GIT_TOKEN in settings > actions > secrets
- Place
lang.json
, andrequirements.txt
in your .profile repo - Place
stats.yaml
in.forgejo/workflows/
in your .profile repo - Embed the SVGs (
<img src="languages.svg" width="100%" />
and<img src="commits.svg" width="100%" />
)
For example: https://git.ari.lt/ari/.profile