21 lines
476 B
Markdown
21 lines
476 B
Markdown
# Jellyfin
|
|
|
|
Compose file:
|
|
|
|
* [compose.yaml](../containers/docker/jellyfin/compose.yaml)
|
|
|
|
I made a user names `jellyfin` and put its uid:guid in the compose file. All the files are in the home directory of that user `/home/jellyfin`.
|
|
|
|
The user also has the authorized_keys so I can do this:
|
|
|
|
```sh
|
|
ssh jellyfin@192.168.1.10
|
|
```
|
|
|
|
and proceed to add the directories for the media files:
|
|
|
|
```sh
|
|
cd jellyfin/media/tvshows/
|
|
mkdir "Show I Want To Watch (2020)"
|
|
mkdir "Season 01"
|
|
```
|