## Overview
Bumps to [latest Jellyfin release v10.11.1](https://github.com/jellyfin/jellyfin/releases/tag/v10.11.1)
I have tested this on my own Abra deployment of Jellyfin ✅
## Description
I would love to implement a health-check as well, but for now I want to familiarise myself with the process of releasing recipe updates 💯
So if someone can tell me what else this PR is missing to get this moving, that'd be amazing ^_^
Co-authored-by: Andrew Salib <andrew.salib@kasada.io>
Reviewed-on: #4
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
@ -29,7 +29,19 @@ For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
You can mount a folder of your choice to jellyfin by editing this line after running `abra app config ${your jelllyfin url}`
```
EXTRA_VOLUME=/home/aadil/media:/media/ # replace /home/aadil/media with folder of your choice
EXTRA_VOLUME=/home/$USER/media:/media/ # replace /home/$USER/media with folder of your choice
```
Then during the jellyfin setup wizard use this folder as the path for your jellyfin library.
Then during the jellyfin setup wizard use this folder as the path for your jellyfin library.
## Use with sonarr and radarr
TODO: better documentation for the installation process could be needed.
After installing the recipes below, you will need to use their web installation guide to conenct services, identify root folders ™, register some indexers ... etc
1. [qbit](https://recipes.coopcloud.tech/qbit): the torrent fownload client.
1. [prowlarr](https://recipes.coopcloud.tech/prowlarr): makes registering indexers easy for torrent indexers.
1. [sonarr](https://recipes.coopcloud.tech/sonarr): scans indexers for shows.
1. [radarr](https://recipes.coopcloud.tech/radarr): scans indexers for movies.
1. [jellyseer](https://recipes.coopcloud.tech/jellyseerr): the piece that holds it all together.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.