Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.02 KB

Home server

Emby server

  • Http (https) server for Mobile app or Smart TV apps.
  • Can be enabled DLNA server.

More info: https://emby.media/

MiniDLNA

Is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients.

More info: https://sourceforge.net/projects/minidlna/

Transmission

Open-source cross-platfoorm BitTorrent client.

Samba

The server part of the Samba program, which allows you to access network drives on various operating systems using the SMB / CIFS protocol.

Requirements:

  • Docker
  • Docker-compose
  • Git

How to use:

Clone:

git clone https://github.com/flexnst/home-server.git home-server
cd home-server

Link your storage directory

rm -rf ./storage
ln -s /path/to/your/storage/directory ./storage

Start services

docker-compose up -d