From 57408fa9570c761c9131bdc23b5117ce56f41eaa Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com> Date: Fri, 28 Apr 2023 22:25:41 +0200 Subject: [PATCH] fix: paths for download clients (#411) --- apps/lidarr-deemix/config.json | 8 +++++--- apps/lidarr-deemix/docker-compose.yml | 1 + apps/lidarr/docker-compose.yml | 2 +- apps/qbittorrent/config.json | 2 +- apps/qbittorrent/docker-compose.yml | 2 +- apps/qbittorrent/metadata/description.md | 2 +- apps/sabnzbd/config.json | 9 ++++++--- apps/sabnzbd/docker-compose.yml | 4 ++-- apps/sabnzbd/metadata/description.md | 2 +- apps/transmission/config.json | 2 +- apps/transmission/docker-compose.yml | 2 +- apps/transmission/metadata/description.md | 2 +- 12 files changed, 22 insertions(+), 16 deletions(-) diff --git a/apps/lidarr-deemix/config.json b/apps/lidarr-deemix/config.json index d27fe271..11b98349 100644 --- a/apps/lidarr-deemix/config.json +++ b/apps/lidarr-deemix/config.json @@ -5,12 +5,14 @@ "available": true, "exposable": true, "id": "lidarr-deemix", - "tipi_version": 1, + "tipi_version": 2, "version": "1.2.8", - "categories": ["media"], + "categories": [ + "media" + ], "description": "Lidarr with some muscles thanks to deemix", "short_desc": "Lidarr with some muscles thanks to deemix", "author": "Youegraillot", "source": "https://github.com/youegraillot/lidarr-on-steroids", "form_fields": [] -} \ No newline at end of file +} diff --git a/apps/lidarr-deemix/docker-compose.yml b/apps/lidarr-deemix/docker-compose.yml index f8e84d18..6ddf7678 100644 --- a/apps/lidarr-deemix/docker-compose.yml +++ b/apps/lidarr-deemix/docker-compose.yml @@ -10,6 +10,7 @@ services: - ${ROOT_FOLDER_HOST}/media/downloads/deemix:/downloads - ${ROOT_FOLDER_HOST}/media/data/music:/music - ${ROOT_FOLDER_HOST}/media/usenet/completed/:/downloads/completed + - ${ROOT_FOLDER_HOST}/media:/media ports: - ${APP_PORT}:8686 # Lidarr web UI - 8187:6595 # Deemix web UI diff --git a/apps/lidarr/docker-compose.yml b/apps/lidarr/docker-compose.yml index fea46277..f361f1a6 100644 --- a/apps/lidarr/docker-compose.yml +++ b/apps/lidarr/docker-compose.yml @@ -22,4 +22,4 @@ services: traefik.http.routers.lidarr.entrypoints: websecure traefik.http.routers.lidarr.service: lidarr traefik.http.routers.lidarr.tls.certresolver: myresolver - traefik.http.services.lidarr.loadbalancer.server.port: 8686 \ No newline at end of file + traefik.http.services.lidarr.loadbalancer.server.port: 8686 diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index 0256ddbe..673954ac 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,7 +5,7 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 3, + "tipi_version": 4, "version": "4.5.2", "categories": [ "utilities" diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 555b81f1..9c8e26c9 100644 --- a/apps/qbittorrent/docker-compose.yml +++ b/apps/qbittorrent/docker-compose.yml @@ -12,7 +12,7 @@ services: - WEBUI_PORT=${APP_PORT} volumes: - ${APP_DATA_DIR}/data/config:/config - - ${ROOT_FOLDER_HOST}/media/torrents:/downloads + - ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents ports: - ${APP_PORT}:${APP_PORT} - 6881:6881 diff --git a/apps/qbittorrent/metadata/description.md b/apps/qbittorrent/metadata/description.md index ef7a7407..810d27fd 100644 --- a/apps/qbittorrent/metadata/description.md +++ b/apps/qbittorrent/metadata/description.md @@ -12,4 +12,4 @@ Password: adminadmin | Root Folder | Container Folder | |-------------------------------------------|------------------| | /runtipi/app-data/qbittorrent/data/config | /config | -| /runtipi/media/torrents | /downloads | \ No newline at end of file +| /runtipi/media/torrents | /media/torrents | diff --git a/apps/sabnzbd/config.json b/apps/sabnzbd/config.json index fd4c72e2..3586a30e 100644 --- a/apps/sabnzbd/config.json +++ b/apps/sabnzbd/config.json @@ -5,9 +5,12 @@ "available": true, "exposable": true, "id": "sabnzbd", - "tipi_version": 2, - "version": "3.7.2", - "categories": ["media", "utilities"], + "tipi_version": 3, + "version": "4.0.0", + "categories": [ + "media", + "utilities" + ], "description": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", "short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can", "author": "Sabnzbd", diff --git a/apps/sabnzbd/docker-compose.yml b/apps/sabnzbd/docker-compose.yml index becda7a5..ee1704fb 100644 --- a/apps/sabnzbd/docker-compose.yml +++ b/apps/sabnzbd/docker-compose.yml @@ -2,13 +2,13 @@ version: '3' services: sabnzbd: - image: lscr.io/linuxserver/sabnzbd:3.7.2 + image: lscr.io/linuxserver/sabnzbd:4.0.0 container_name: sabnzbd ports: - ${APP_PORT}:8080 volumes: - ${APP_DATA_DIR}/data/config:/config - - ${ROOT_FOLDER_HOST}/media/usenet:/downloads + - ${ROOT_FOLDER_HOST}/media/usenet:/media/usenet environment: - PUID=1000 - PGID=1000 diff --git a/apps/sabnzbd/metadata/description.md b/apps/sabnzbd/metadata/description.md index 42725e19..449ea94c 100644 --- a/apps/sabnzbd/metadata/description.md +++ b/apps/sabnzbd/metadata/description.md @@ -11,4 +11,4 @@ If you want to know more you can head over to our website: [https://sabnzbd.org] | Root Folder | Container Folder | |---------------------------------------|------------------| | /runtipi/app-data/sabnzbd/data/config | /config | -| /runtipi/media/usenet | /downloads | \ No newline at end of file +| /runtipi/media/usenet | /media/usenet | diff --git a/apps/transmission/config.json b/apps/transmission/config.json index 41586b0f..c03261ed 100644 --- a/apps/transmission/config.json +++ b/apps/transmission/config.json @@ -10,7 +10,7 @@ ] }, "id": "transmission", - "tipi_version": 5, + "tipi_version": 6, "version": "4.0.3", "categories": [ "utilities" diff --git a/apps/transmission/docker-compose.yml b/apps/transmission/docker-compose.yml index f5a8a174..f42e1cf0 100644 --- a/apps/transmission/docker-compose.yml +++ b/apps/transmission/docker-compose.yml @@ -17,7 +17,7 @@ services: # - HOST_WHITELIST=dnsnane list #optional volumes: - ${APP_DATA_DIR}/data/config:/config - - ${ROOT_FOLDER_HOST}/media/torrents:/downloads + - ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents ports: - ${APP_PORT}:9091 - 51413:51413 diff --git a/apps/transmission/metadata/description.md b/apps/transmission/metadata/description.md index 7dc4f22e..217a4772 100644 --- a/apps/transmission/metadata/description.md +++ b/apps/transmission/metadata/description.md @@ -13,4 +13,4 @@ Visit [https://transmissionbt.com/](https://transmissionbt.com/) for more inform | Root Folder | Container Folder | |-------------------------------|------------------| | /runtipi/app-data/transmission/data/config | /config | -| /runtipi/media/torrents | /downloads | \ No newline at end of file +| /runtipi/media/torrents | /media/torrents |