committed by
GitHub
3 changed files with 46 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
app_proxy: |
||||
|
environment: |
||||
|
APP_HOST: just-download_web_1 |
||||
|
APP_PORT: 5000 |
||||
|
|
||||
|
web: |
||||
|
image: ghcr.io/highghlow/just-download:v1.0.8@sha256:8d86964f203bc91438ce5fbe32d2799c2942fa37224c578bd0264e789486864e |
||||
|
restart: on-failure |
||||
|
stop_grace_period: 1m |
||||
|
volumes: |
||||
|
- ${APP_DATA_DIR}/data/config:/config |
||||
|
environment: |
||||
|
LOCK_TRANSMISSION_CONFIG: 1 |
||||
|
CONFIG_LOCATION: /config/config.json |
||||
|
CONFIG: '{"indexers": [], "transmission": {"host": "transmission_server_1", "port": 9091}}' |
@ -0,0 +1,28 @@ |
|||||
|
manifestVersion: 1 |
||||
|
id: just-download |
||||
|
category: media |
||||
|
name: Just. Download. |
||||
|
version: "1.0.8" |
||||
|
tagline: Download torrents. Just. Download. |
||||
|
description: >- |
||||
|
Just Download allows you to easily download movies, books, games, etc. from your favourite indexers. It acts as a bridge between a Torznab feed (Jackett is recommended for making these) and transmission. |
||||
|
|
||||
|
|
||||
|
You just search, press download and you're done! |
||||
|
releaseNotes: "" |
||||
|
developer: highghlow |
||||
|
website: https://github.com/highghlow/just-download |
||||
|
dependencies: |
||||
|
- transmission |
||||
|
repo: https://github.com/highghlow/just-download/ |
||||
|
support: https://github.com/highghlow/just-download/discussions |
||||
|
port: 3684 |
||||
|
gallery: |
||||
|
- 1.jpg |
||||
|
- 2.jpg |
||||
|
- 3.jpg |
||||
|
path: "" |
||||
|
defaultUsername: "" |
||||
|
defaultPassword: "" |
||||
|
submitter: highghlow |
||||
|
submission: https://github.com/getumbrel/umbrel/pull/1060 |
Loading…
Reference in new issue