fix(docs): restore Star History chart with a working provider

The Star History chart was broken because GitHub stargazer API restrictions disabled the previous service. Point the chart at a working alternative so the README graph renders again.
This commit is contained in:
Dessalines39394
2026-08-16 11:12:08 +00:00
committed by xalares
parent 915d13ad8e
commit 4de717aadd
+4 -4
View File
@@ -205,11 +205,11 @@ OxiCloud is a community-driven project, and we appreciate all contributions. Che
## Star History
<a href="https://www.star-history.com/#AtalayaLabs/OxiCloud&Date">
<a href="https://star-history.dera.page/#AtalayaLabs/OxiCloud&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=AtalayaLabs/OxiCloud&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=AtalayaLabs/OxiCloud&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=AtalayaLabs/OxiCloud&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=AtalayaLabs/OxiCloud&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=AtalayaLabs/OxiCloud&type=Date" />
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=AtalayaLabs/OxiCloud&type=Date" />
</picture>
</a>