jellyfin/README.md

35 lines
839 B
Markdown
Raw Permalink Normal View History

2022-05-06 15:12:25 +00:00
# jellyfin
> One line description of the recipe
<!-- metadata -->
* **Category**: Apps
2022-05-07 18:07:14 +00:00
* **Status**: 1, alpha
* **Image**: [`jellyfin//jellyfin`](https://hub.docker.com/r/jellyfin/jellyfin), 4, upstream
2022-05-06 15:12:25 +00:00
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
## Quick start
* `abra app new jellyfin --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
2022-09-13 06:11:06 +00:00
## Adding Media
You can mount a folder of your choice to jellyfin by editing this line after running `abra app config ${your jelllyfin url}`
```
2023-01-19 07:17:47 +00:00
EXTRA_VOLUME=/home/$USER/media:/media/ # replace /home/$USER/media with folder of your choice
2022-09-13 06:11:06 +00:00
```
Then during the jellyfin setup wizard use this folder as the path for your jellyfin library.