docs: add readme to frontend, documenting some of the structure

This commit is contained in:
Aleksi Lassila
2026-02-16 11:52:06 +02:00
parent 158440efa1
commit a11a06e8a0
3 changed files with 57 additions and 3 deletions

View File

@@ -53,8 +53,6 @@ docker run -it --init \
### Docker compose
```yaml
version: '3.8'
name: reiverr
services:
@@ -172,3 +170,13 @@ If you'd like to develop your own plugin, easiest way to get started is by getti
![Series Page](images/screenshot-2.png)
![Library Page](images/screenshot-3.png)
# Star History
<a href="https://www.star-history.com/#aleksilassila/reiverr&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=aleksilassila/reiverr&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=aleksilassila/reiverr&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=aleksilassila/reiverr&type=date&legend=top-left" />
</picture>
</a>