Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.83 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.83 KB

rsz_imageedit_5_2471875342_-_copy

Easily create your own media server!

With this repository, you'll be able to set up your own (local) media server with ease. You can use Vagrant and/or Docker to achieve this.

Downloads

The script will download and run these Docker images:

Prerequisites

If you want to use Vagrant to create a virtual machine, you'll need these applications:

If you just want to use Docker, you will need to install:

OpenVPN or WireGuard

It will make a difference whether you'll use OpenVPN or WireGuard. README.md about the VPN's configuration.

What to do

Before you do this, make sure everything in the prerequisites is set up! To start your media server, run the command below. If you're using Vagrant:

vagrant up

If you're using Docker:

docker-compose up -d

To shut your media server down, run the command below. If you're using Vagrant:

vagrant halt

If you're using Docker:

docker-compose down