docker:media_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:media_server [2020/04/19 13:37] – peter | docker:media_server [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
* [[Docker: | * [[Docker: | ||
* [[Docker: | * [[Docker: | ||
+ | * [[Docker: | ||
+ | * [[Docker: | ||
* [[Docker: | * [[Docker: | ||
- | * [[Docker: | ||
- | ---- | + | * [[Docker:Media Server:Run the Media Server|Run |
- | + | ||
- | + | ||
- | ===== Docker-Compose Config Files ===== | + | |
- | + | ||
- | <file bash docker/ | + | |
- | version: ' | + | |
- | services: | + | |
- | sonarr: | + | |
- | image: linuxserver/ | + | |
- | container_name: | + | |
- | environment: | + | |
- | - PUID=1000 | + | |
- | - PGID=1000 | + | |
- | - TZ=Europe/ | + | |
- | # - UMASK_SET=022 #optional | + | |
- | volumes: | + | |
- | # In order to the container uses the same date which is in the host, it is necessary to share / | + | |
- | # - / | + | |
- | # - / | + | |
- | - ./ | + | |
- | - / | + | |
- | - ./:/ | + | |
- | #- ./ | + | |
- | #- ./ | + | |
- | #- ./ | + | |
- | networks: | + | |
- | default: | + | |
- | ipv4_address: | + | |
- | ports: | + | |
- | - 8989:8989 | + | |
- | restart: unless-stopped | + | |
- | + | ||
- | + | ||
- | jackett: | + | |
- | image: linuxserver/ | + | |
- | # image: binhex/ | + | |
- | container_name: | + | |
- | environment: | + | |
- | - PUID=1000 | + | |
- | - PGID=1000 | + | |
- | - TZ=Europe/ | + | |
- | # - RUN_OPTS=run options here #optional | + | |
- | volumes: | + | |
- | - ./ | + | |
- | - ./ | + | |
- | networks: | + | |
- | default: | + | |
- | ipv4_address: | + | |
- | ports: | + | |
- | - 9117:9117 | + | |
- | # restart: unless-stopped | + | |
- | restart: always | + | |
- | + | ||
- | + | ||
- | # transmission: | + | |
- | # image: linuxserver/ | + | |
- | # container_name: | + | |
- | # environment: | + | |
- | # - PUID=1000 | + | |
- | # - PGID=1000 | + | |
- | # - TZ=Europe/ | + | |
- | ## - TRANSMISSION_WEB_HOME=/ | + | |
- | # volumes: | + | |
- | # - ./ | + | |
- | # - ./ | + | |
- | # - ./ | + | |
- | # networks: | + | |
- | # default: | + | |
- | # ipv4_address: | + | |
- | # ports: | + | |
- | # - 9091:9091 | + | |
- | # - 51413: | + | |
- | # - 51413: | + | |
- | # restart: unless-stopped | + | |
- | + | ||
- | transmission: | + | |
- | image: dperson/ | + | |
- | container_name: | + | |
- | environment: | + | |
- | # - PUID=1000 | + | |
- | # - PGID=1000 | + | |
- | - TZ=Europe/ | + | |
- | - USERID=1000 | + | |
- | - GROUPID=1000 | + | |
- | volumes: | + | |
- | # In order to the container uses the same date which is in the host, it is necessary to share / | + | |
- | - / | + | |
- | - ./ | + | |
- | #- ./ | + | |
- | networks: | + | |
- | default: | + | |
- | ipv4_address: | + | |
- | ports: | + | |
- | - 9091:9091 | + | |
- | restart: unless-stopped | + | |
- | + | ||
- | + | ||
- | nzbget: | + | |
- | #image: linuxserver/ | + | |
- | image: linuxserver/ | + | |
- | container_name: | + | |
- | environment: | + | |
- | - PUID=1000 | + | |
- | - PGID=1000 | + | |
- | - TZ=Europe/ | + | |
- | volumes: | + | |
- | - ./ | + | |
- | - ./ | + | |
- | # - ./ | + | |
- | #- ./ | + | |
- | # - ./ | + | |
- | networks: | + | |
- | default: | + | |
- | ipv4_address: | + | |
- | ports: | + | |
- | - 6789:6789 | + | |
- | restart: unless-stopped | + | |
- | + | ||
- | + | ||
- | sabnzbd: | + | |
- | image: linuxserver/ | + | |
- | container_name: | + | |
- | environment: | + | |
- | - PUID=1000 | + | |
- | - PGID=1000 | + | |
- | - TZ=Europe/ | + | |
- | volumes: | + | |
- | - ./ | + | |
- | # - ./ | + | |
- | - ./ | + | |
- | # - ./ | + | |
- | # - ./ | + | |
- | # - ./ | + | |
- | - ./ | + | |
- | networks: | + | |
- | default: | + | |
- | ipv4_address: | + | |
- | ports: | + | |
- | - 8080:8080 | + | |
- | - 9090:9090 | + | |
- | restart: unless-stopped | + | |
- | + | ||
- | + | ||
- | networks: | + | |
- | default: | + | |
- | driver: bridge | + | |
- | ipam: | + | |
- | config: | + | |
- | - subnet: 172.19.0.0/ | + | |
- | </ | + | |
---- | ---- | ||
- | + | | |
- | ===== Directory Structure ===== | + | |
- | + | ||
- | <code bash> | + | |
- | / | + | |
- | + | ||
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | + | ||
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | + | ||
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | + | ||
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | + | ||
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | ---- | + | |
- | + | ||
- | ===== Configure Jackett ===== | + | |
- | + | ||
- | Enter **http:// | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | + | ||
- | Click on the **Add Indexer** button at the top. | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | This will display a list of Indexers that are available. | + | |
- | + | ||
- | Click on the **green plus sign** against all indexers you want to add. | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | <WRAP info> | + | |
- | **NOTE:** Some indexers do not have a **green plus sign** as they are private indexers. | + | |
- | + | ||
- | These require a subscription to the server in order to use these. | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | To find out where to go to register for a subscription; | + | |
- | + | ||
- | {{: | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | Now for each indexer, in this example **AniRena**, | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | + | ||
- | Take a look at the **Capabilities** section. | + | |
- | + | ||
- | This shows what media this Indexer provides. | + | |
- | + | ||
- | For the specific media you are interested in, take a note of the **Category number**, for example 5070 for TV series. | + | |
- | + | ||
- | {{:docker:jackett_-_indexer_-_capabilities.png? | + | |
---- | ---- | ||
- | ===== Configure Sonarrr | + | ===== References |
- | Enter **http://172.19.0.30: | + | https://fleet.linuxserver.io/ |
- | Click on the **Settings" | ||
- | {{: | ||
docker/media_server.1587303423.txt.gz · Last modified: 2020/07/15 09:30 (external edit)