Update README.md

This commit is contained in:
grimsi
2025-06-15 17:47:57 +02:00
parent 8d9ce92c51
commit 2b5bcddf55
+8 -11
View File
@@ -5,8 +5,8 @@
</div> </div>
> [!IMPORTANT] > [!IMPORTANT]
> Gameyfin v2 is still under heavy development and far from feature complete. > Gameyfin v2 currently in beta stage.
> You can check the current progress [here](https://github.com/gameyfin/gameyfin/pull/280). > Expect bugs and breaking changes until the `2.0.0` release.
## Overview ## Overview
@@ -23,22 +23,19 @@ Name and functionality inspired by [Jellyfin](https://jellyfin.org/).
🔌 Easily expandable with plugins 🔌 Easily expandable with plugins
🔒 Integrates into your SSO solution via OAuth2 / OpenID Connect 🔒 Integrates into your SSO solution via OAuth2 / OpenID Connect
### Screenshots ### Documentation
`Work in progress` The documentation is available at [gameyfin.org](https://gameyfin.org/).
### Installation
`Work in progress`
### Contribute to Gameyfin ### Contribute to Gameyfin
`Work in progress` Currently, no contribution guide is available. After the `2.0.0` release, contributions will be welcome.
### Technical Details
Gameyfin v2 is written in Kotlin and uses the following libraries/frameworks: Gameyfin v2 is written in Kotlin and uses the following libraries/frameworks:
* Spring Boot 3 for the backend * Spring Boot 3 for the backend
* Vaadin for the frontend * Vaadin Hilla & React for the frontend
* PF4J for the plugin system * PF4J for the plugin system
* H2 database for persistence * H2 database for persistence
* Micrometer and Prometheus for monitoring