From 89adbfa2454b4dcb7e12b92316dd4932bd140d18 Mon Sep 17 00:00:00 2001 From: highghlow <132668972+highghlow@users.noreply.github.com> Date: Tue, 11 Jun 2024 04:41:34 +0300 Subject: [PATCH] App Submission: Just. Download. (#1060) Co-authored-by: nmfretz --- just-download/data/config/.gitkeep | 0 just-download/docker-compose.yml | 18 ++++++++++++++++++ just-download/umbrel-app.yml | 28 ++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 just-download/data/config/.gitkeep create mode 100644 just-download/docker-compose.yml create mode 100644 just-download/umbrel-app.yml diff --git a/just-download/data/config/.gitkeep b/just-download/data/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/just-download/docker-compose.yml b/just-download/docker-compose.yml new file mode 100644 index 0000000..d36d8e5 --- /dev/null +++ b/just-download/docker-compose.yml @@ -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}}' diff --git a/just-download/umbrel-app.yml b/just-download/umbrel-app.yml new file mode 100644 index 0000000..3d778bf --- /dev/null +++ b/just-download/umbrel-app.yml @@ -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