chore: update sabnzbd and deluge according to trash guides
This commit is contained in:
parent
0d72372d39
commit
6943b1e203
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "deluge",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "2.1.1",
|
||||
"categories": ["utilities"],
|
||||
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "2.1"
|
||||
version: '2.1'
|
||||
services:
|
||||
deluge:
|
||||
image: lscr.io/linuxserver/deluge:2.1.1
|
||||
|
@ -10,7 +10,7 @@ services:
|
|||
- DELUGE_LOGLEVEL=error #optional
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/deluge/config:/config
|
||||
- ${ROOT_FOLDER_HOST}/media/torrents/deluge:/downloads
|
||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
|
||||
ports:
|
||||
- ${APP_PORT}:8112
|
||||
- 6881:6881
|
||||
|
@ -24,4 +24,4 @@ services:
|
|||
traefik.http.routers.deluge.entrypoints: websecure
|
||||
traefik.http.routers.deluge.service: deluge
|
||||
traefik.http.routers.deluge.tls.certresolver: myresolver
|
||||
traefik.http.services.deluge.loadbalancer.server.port: 8112
|
||||
traefik.http.services.deluge.loadbalancer.server.port: 8112
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "sabnzbd",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "3.7.2",
|
||||
"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.",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3"
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
sabnzbd:
|
||||
|
@ -8,8 +8,7 @@ services:
|
|||
- ${APP_PORT}:8080
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
- ${ROOT_FOLDER_HOST}/media/torrents/sabnzbd/downloads:/downloads
|
||||
- ${ROOT_FOLDER_HOST}/media/torrents/sabnzbd/incomplete-downloads:/incomplete-downloads
|
||||
- ${ROOT_FOLDER_HOST}/media/usenet:/downloads
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
|
Loading…
Reference in New Issue
Block a user