fix: paths for download clients (#411)
This commit is contained in:
parent
ea3fe83365
commit
57408fa957
|
@ -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": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
traefik.http.services.lidarr.loadbalancer.server.port: 8686
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"exposable": true,
|
||||
"port": 8133,
|
||||
"id": "qbittorrent",
|
||||
"tipi_version": 3,
|
||||
"tipi_version": 4,
|
||||
"version": "4.5.2",
|
||||
"categories": [
|
||||
"utilities"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,4 +12,4 @@ Password: adminadmin
|
|||
| Root Folder | Container Folder |
|
||||
|-------------------------------------------|------------------|
|
||||
| /runtipi/app-data/qbittorrent/data/config | /config |
|
||||
| /runtipi/media/torrents | /downloads |
|
||||
| /runtipi/media/torrents | /media/torrents |
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
| /runtipi/media/usenet | /media/usenet |
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
]
|
||||
},
|
||||
"id": "transmission",
|
||||
"tipi_version": 5,
|
||||
"tipi_version": 6,
|
||||
"version": "4.0.3",
|
||||
"categories": [
|
||||
"utilities"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
| /runtipi/media/torrents | /media/torrents |
|
||||
|
|
Loading…
Reference in New Issue
Block a user