Merge pull request 'Add instructions for mounting folder and adding media' (#2) from aadil/jellyfin:main into main

Reviewed-on: #2
This commit is contained in:
Aadil Ayub 2022-09-13 06:11:59 +00:00
commit c9a03b7ccc
1 changed files with 11 additions and 0 deletions

View File

@ -22,3 +22,14 @@
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
## Adding Media
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
```
Then during the jellyfin setup wizard use this folder as the path for your jellyfin library.