From fa84e2e833ec9ffe9b4bcc0c5b7ae829eea5120c Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Fri, 30 Apr 2021 13:53:54 +0200 Subject: [PATCH] Initialise commmit with its README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d59818f --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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.