Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.42 KB

README.md

File metadata and controls

69 lines (52 loc) · 2.42 KB

Server Project

License GitHub Stars GitHub Forks GitHub Issues

This project is aimed at creating a comprehensive server setup for various purposes, such as hosting Nextcloud, Home Assistant, Jellyfin, Transmission, Deemix, FileBrowser, and more using Docker containers and Nginx Proxy Manager.

DISCLAIMER!

All the ports I 'm using on the yml files are according to MY needs. You have to check for yourself with docker ps to see what ports can or cannot use. The same goes with the volume paths I chose etc... Check it, before you wreck it!

Table of Contents

Getting Started

To get started with this project, you can follow the provided Docker Compose configuration in the docker-compose.yml file. It will set up and manage the services using Docker containers. Please ensure you have the necessary prerequisites.

Prerequisites

Before you start, make sure you have the following prerequisites installed on your system:

  • Docker
  • Docker Compose

Installation

  1. Clone this repository:

    git clone https://github.com/zachvlat/server.git
    cd server
  2. sudo chmod +x ./docker.sh
    ./docker.sh
    sudo usermod -aG docker $USER
    sudo reboot
  3. cd server
    docker-compose up -d

    Note: If you are on Ubuntu Server 24+ choose the compose.yml file by typing

    docker compose up -d

Services

  1. Nextcloud
  2. Home Assistant
  3. Jellyfin
  4. Transmission
  5. Deemix
  6. Navidrome
  7. Portainer
  8. Audiobookshelf
  9. Vaultwarden