125 lines
4.0 KiB
Markdown
125 lines
4.0 KiB
Markdown
***
|
|
|
|
### qbittorrent - Descargas
|
|
***
|
|
|
|
| /volume2/data/torrents | /data/torrents |
|
|
| ------------------------ | -------------- |
|
|
| /volume2/Media/Series | /series |
|
|
| /volume2/Media/Peliculas | /movies |
|
|
| /volume2/Media/Musica | /music |
|
|
|
|
### downloadstation - Descargas
|
|
***
|
|
/volume2/data/torrents
|
|
|
|
### lidarr - Musica
|
|
***
|
|
|
|
| Source Path | Destination Path |
|
|
| ---------------------- | ---------------- |
|
|
| /volume2/data/torrents | /data/torrents |
|
|
| /volume2/Media/Musica | /music |
|
|
|
|
### radarr - Peliculas : 7878
|
|
***
|
|
|
|
| Source Path | Destination Path |
|
|
| -------------------------------------------------------------- | -------------------------------- |
|
|
| /volume2/data/torrents | /data/torrents |
|
|
| /volume2/Media/Peliculas | /movies |
|
|
| API | 0896fe49dbb646a8b3b6e8ed0b747095 |
|
|
| [Radarr](https://radarr.casaparma.dscloud.me/settings/general) | |
|
|
|
|
### Whisper : 9005 - Audio a Texto
|
|
***
|
|
|
|
| Source Path | Destination Path |
|
|
| ----------------------------- | ---------------- |
|
|
| /volume1/docker/whisper/cache | /root/.cache/ |
|
|
|
|
### Bazarr : 6767 - Subtitulos
|
|
***
|
|
|
|
| Source Path | Destination Path |
|
|
| ----------------------------- | ---------------- |
|
|
| /volume2/Media/Peliculas | /movies |
|
|
| /volume1/docker/bazarr/config | /config |
|
|
|
|
### Sonarr : 8989 - Series de Tv
|
|
***
|
|
|
|
| Source Path | Destination Path |
|
|
| -------------------------------------------------------------------- | -------------------------------- |
|
|
| /volume2/data/torrents | /data/torrents |
|
|
| /volume2/Media/Series | /series |
|
|
| /volume1/docker/sonarr/config | /config |
|
|
| API | 98f6f62c667946beb60d1f11b20e7fc8 |
|
|
| [sonarr.casaparma.dscloud.me/](https://sonarr.casaparma.dscloud.me/) | |
|
|
|
|
|
|
### Prowlarr - Gestor de indices
|
|
***
|
|
[Login - Prowlarr](https://prowlarr.casaparma.dscloud.me)
|
|
|
|
### jellyfin - Media Server
|
|
***
|
|
|
|
```bash
|
|
docker run -d --name=tdarr \
|
|
-p 8265:8265 \
|
|
-p 8266:8266 \
|
|
-v /volume2/Media/Peliculas:/movies \
|
|
-v /volume1/docker/tdarr/config:/config \
|
|
-v /volume2/Media/Musica:/music \
|
|
-v /volume1/docker/jellyfin/cache:/cache \
|
|
-v /volume2/Media/Series:/series \
|
|
-e TZ=Europe/Roma \
|
|
-e PUID=1033 \
|
|
-e PGID=100 \
|
|
--group-add 937 \
|
|
--device /dev/dri/renderD128:/dev/dri/renderD128 \
|
|
--device /dev/dri/card0:/dev/dri/card0 \
|
|
--restart always \
|
|
ghcr.io/haveagitgat/tdarr:latest
|
|
```
|
|
|
|
|
|
![[Pasted image 20250426011027.png]]
|
|
![[Pasted image 20250426010944.png|750]]
|
|
![[Pasted image 20250426011003.png]]
|
|
|
|
| Source Path | Destination Path |
|
|
| ------------------------ | ---------------- |
|
|
| /volume2/Media/Peliculas | /movies |
|
|
| /volume2/Media/Musica | /music |
|
|
| /volume2/Media/Series | /series |
|
|
|
|
|
|
### Tdarr
|
|
***
|
|
|
|
```bash
|
|
docker run -d --name=tdarr \
|
|
-p 8265:8265 \
|
|
-p 8266:8266 \
|
|
-v /volume2/Media/Peliculas:/movies \
|
|
-v /volume1/docker/tdarr/config:/config \
|
|
-v /volume2/Media/Musica:/music \
|
|
-v /volume1/docker/jellyfin/cache:/cache \
|
|
-v /volume2/Media/Series:/series \
|
|
-e TZ=Europe/Roma \
|
|
-e PUID=1033 \
|
|
-e PGID=100 \
|
|
--group-add 937 \
|
|
--device /dev/dri/renderD128:/dev/dri/renderD128 \
|
|
--device /dev/dri/card0:/dev/dri/card0 \
|
|
--restart always \
|
|
ghcr.io/haveagitgat/tdarr:latest
|
|
```
|
|
|
|
| Source Path | Destination Path |
|
|
| ------------------------ | ---------------- |
|
|
| /volume2/Media/Peliculas | /movies |
|
|
| /volume2/Media/Musica | /music |
|
|
| /volume2/Media/Series | /series | |