18 lines
530 B
Markdown
18 lines
530 B
Markdown
|
# Jellyfin
|
||
|
## Usage
|
||
|
Jellyfin is used for video streaming on https://stream.halia.dev.
|
||
|
This repository only contains configuration of the currently used Jellyfin instance.
|
||
|
|
||
|
## Requirements
|
||
|
Do deploy this instance, you only need to install `docker-compose` and `docker`.
|
||
|
|
||
|
## Installation
|
||
|
To deploy a copy of this instance, you might want to modify where the volumes are pointing to.
|
||
|
Then run
|
||
|
|
||
|
```
|
||
|
docker-compose up -d
|
||
|
```
|
||
|
|
||
|
All necessary images should be downloaded automatically and the service should be started in the background.
|