docs(readme): replace star-history.com with self-generated chart (#11171)

* docs(readme): replace star-history.com with self-generated chart

The star-history.com SVG is a third-party dependency that can rate
limit or go down. Replace it with a GitHub Action that fetches
stargazers via the REST API and renders an SVG with matplotlib,
committing note/star_history.svg weekly. The README references the
committed file directly, so the chart has no runtime dependency on
any external service.

* ci(star-history): run daily instead of weekly
This commit is contained in:
Chris Lu
2026-09-04 23:45:50 -07:00
committed by GitHub
parent 070174726d
commit 567578f08d
4 changed files with 1827 additions and 1 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ Your support will be really appreciated by me and other supporters!
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=seaweedfs/seaweedfs&type=Date)](https://star-history.com/#seaweedfs/seaweedfs&Date)
![Star History](note/star_history.svg)
[WeedMini]: https://github.com/seaweedfs/seaweedfs/wiki/Quick-Start-with-weed-mini
[DockerComposeS3]: https://github.com/seaweedfs/seaweedfs/wiki/Docker-Compose-for-S3