stuff/homeservers/Jellyfin.md

13 lines
316 B
Markdown

# Jellyfin
Compose file:
* [compose.yaml](../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
```