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.
The script will download and run these Docker images:
If you want to use Vagrant to create a virtual machine, you'll need these applications:
- Vagrant
- A hypervisor like Oracle VirtualBox
If you just want to use Docker, you will need to install:
It will make a difference whether you'll use OpenVPN or WireGuard. README.md about the VPN's configuration.
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