Skip to content

nimmadev/localhost-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localhost Manager

sample image Localhost Manager is a collection of services that can be used to manage media files on your local machine. The following services are included:

  • Sonarr: A TV show management tool.
  • Radarr: A movie management tool.
  • Prowlarr: A torrent management tool.
  • Jellyfin: A media server that streams movies, TV shows and music to clients.
  • Stash: A porn manager tool.

Installation

To use Localhost Manager, you must have Docker installed on your machine. Follow the instructions below to install Docker.

Installing Docker

Docker provides installation instructions for various platforms on its website. Follow the instructions for your platform below:

Running Localhost Manager

To run Localhost Manager, you can use docker-compose. Follow the steps below to get started:

  1. Clone the localhost-manager repository from GitHub:

    git clone https://github.com//localhost-manager.git

  2. Navigate to the localhost-manager directory:

  3. Run the following command to start all the services:

    docker-compose up -d

This will start all the services in the background.

  1. To access each service, open a web browser and navigate to the URLs listed below:

Each service can be accessed using the listed URL and the port number.

  1. To stop the services, run the following command:

This will stop all the services and remove the containers.

docker-compose down

Adding your own Localhost

To add your own Localhost to the Localhost Manager, you will need to edit the config.yaml file. Follow the steps below to add your Localhost:

  1. Navigate to the localhost-manager directory.
  2. Open the config.yaml file in a text editor.
  3. Add a new item to the list under the SITES section, with the following details:
NAME: <name of your Localhost>
port: <port number of your Localhost>
cover: <image file name for your Localhost>

Replace <name of your Localhost> with the name of your Localhost, <port number of your Localhost> with the port number of your Localhost, and <image file name move image to static folder> with the name of the image file you want to use for your Localhost.

  1. Save the config.yaml file.

Your Localhost will now be added to the Localhost Manager. To start the Localhost Manager with your new Localhost, run the following command:

docker-compose up -d

The Localhost Manager will now start with your new Localhost included. You can access your Localhost by navigating to http://localhost:<port number of your Localhost>/ in a web browser.

credit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published