Skip to content

ocelot2123/home_server

Repository files navigation

Requirements

  1. Docker
  2. Docker Compose

Services Included

  1. Netdata
  2. Pi-hole
  3. Transmission
  4. Homer
  5. Plex
  6. Sonarr
  7. Radarr
  8. Prowlarr
  9. FlareSolverr

Required ENV variables in .env file

TZ=Timezone
USERNAME=Username used for various services
PASSWORD=Password used for various services
HDD=Location of config files
PUID=PUID of user (default 1000)
PGID=PGID of user (default 1000)
FACTORIO_USERNAME=Username of Factorio account
FACTORIO_TOKEN=Factorio account token
GAME_SERVER_PASSWORD=Password for game servers

How to run it?

  1. Clone the repository:
git clone [email protected]:ocelot2123/home_server.git --recursive --jobs 1
  1. Go to the cloned directory:
cd local
  1. Build the application:
docker compose build
  1. Run the application:
docker compose up -d

Homer dashboard link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages