systems:media_server:install_docker
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
systems:media_server:install_docker [2025/05/20 08:33] – peter | systems:media_server:install_docker [2025/05/20 16:33] (current) – peter | ||
---|---|---|---|
Line 5: | Line 5: | ||
* **Prowlarr** is an indexer manager, offering complete management of indexers with no per app Indexer setup required. | * **Prowlarr** is an indexer manager, offering complete management of indexers with no per app Indexer setup required. | ||
* **Sonarr** manages TV shows. | * **Sonarr** manages TV shows. | ||
- | * **Radarr** manages Movies. | + | * **Radarr** manages Movies. |
+ | * **Whisparr** manages adult videos. | ||
* **Readarr** manages Books (ebooks and audiobooks). | * **Readarr** manages Books (ebooks and audiobooks). | ||
* **Bazarr** manages Subtitles. | * **Bazarr** manages Subtitles. | ||
* **Sabnzbd** manages NZB files. | * **Sabnzbd** manages NZB files. | ||
- | * **QBitTorrent** manages Torrents. | + | * **qBitTorrent** manages Torrents. |
* **JellyFin** Streams media. | * **JellyFin** Streams media. | ||
Line 182: | Line 183: | ||
- ' | - ' | ||
+ | |||
+ | # | ||
+ | # BAZARR | ||
+ | # | ||
+ | |||
+ | bazarr: | ||
+ | image: lscr.io/ | ||
+ | container_name: | ||
+ | network_mode: | ||
+ | volumes: | ||
+ | - ${MEDIAPATH}bazarr/ | ||
+ | - ${MEDIAPATH}radarr/ | ||
+ | - ${MEDIAPATH}sonarr/ | ||
+ | restart: unless-stopped | ||
+ | env_file: | ||
+ | - ' | ||
# | # | ||
Line 252: | Line 269: | ||
<code bash> | <code bash> | ||
sudo docker-compose up -d | sudo docker-compose up -d | ||
- | sudo docker-compose stop | ||
- | sudo docker-compose rm | ||
</ | </ | ||
Line 270: | Line 285: | ||
---- | ---- | ||
- | ===== Configure the various services ===== | + | ===== Configure qBittorrent service |
- | + | ||
- | ==== Configure qBittorrent service ==== | + | |
- | === Ascertain the initial temporary password === | + | ==== Ascertain the initial temporary password |
qBittorrent will initially be using a temporary password only. | qBittorrent will initially be using a temporary password only. | ||
Line 295: | Line 308: | ||
---- | ---- | ||
- | === Log into qbittorrent === | + | ==== Log into qbittorrent |
Visit http:// | Visit http:// | ||
Line 301: | Line 314: | ||
---- | ---- | ||
- | === Set a permanent password === | + | ==== Set a permanent password |
Navigate to **Tools -> Options -> WebUI -> change the user and password** and check **bypass authentication for clients on localhost**. | Navigate to **Tools -> Options -> WebUI -> change the user and password** and check **bypass authentication for clients on localhost**. | ||
Line 314: | Line 327: | ||
* Enter the port number matching the WebUI in docker-compose for qBittorrent (default is 8080), with the Username and Password that you configured for qBittorrent in the previous step. | * Enter the port number matching the WebUI in docker-compose for qBittorrent (default is 8080), with the Username and Password that you configured for qBittorrent in the previous step. | ||
* Host - This may need to be changed from **localhost** to the IP address of the host machine. | * Host - This may need to be changed from **localhost** to the IP address of the host machine. | ||
- | * To check what the IP Address is on the host system run: <code bash>ip address< | + | * To check what the IP Address is on the host system run: <code bash>ip address</code> |
* Return to the ' | * Return to the ' | ||
* Click the **Test** button at the bottom to make sure you get a green **tick**. | * Click the **Test** button at the bottom to make sure you get a green **tick**. |
systems/media_server/install_docker.1747729999.txt.gz · Last modified: 2025/05/20 08:33 by peter