Browse Source

App Submission: Just. Download. (#1060)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
highghlow 8 months ago
committed by GitHub
parent
commit
89adbfa245
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      just-download/data/config/.gitkeep
  2. 18
      just-download/docker-compose.yml
  3. 28
      just-download/umbrel-app.yml

0
just-download/data/config/.gitkeep

18
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}}'

28
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
Loading…
Cancel
Save