Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added sportarr/data/config/.gitkeep
Empty file.
18 changes: 18 additions & 0 deletions sportarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: sportarr_server_1
APP_PORT: 1867
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: sportarr/sportarr:4.1.0.1110@sha256:5ab15cfdbac71aad8e5a4a6a97e0513f21e4e8315f247fcdff34d85654d3f6ef
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
restart: on-failure
44 changes: 44 additions & 0 deletions sportarr/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
manifestVersion: 1.1
id: sportarr
category: media
name: Sportarr
version: "4.1.0.1110"
releaseNotes: ""
tagline: Sports event manager for Usenet and BitTorrent
description: >-
Sportarr is an event manager for sports fans. It monitors the leagues and
events you follow, grabs broadcasts through your Usenet and BitTorrent
download clients, then sorts and renames them into a clean season/episode
layout that Plex, Emby, Jellyfin and Kodi understand. Quality profiles,
a calendar of upcoming events, automatic upgrades and DVR-style IPTV
recording are built in.


🛠️ SETUP INSTRUCTIONS

Install your preferred download client from the Umbrel App Store
(Transmission, qBittorrent, or SABnzbd) and connect it under Settings >
Download Clients inside Sportarr.


Then add an indexer so Sportarr can search for events. You can add
indexers directly within Sportarr, or install Prowlarr from the Umbrel
App Store for easier management of indexers across multiple apps.
developer: Sportarr
website: https://sportarr.net
dependencies: []
repo: https://github.com/Sportarr/Sportarr
support: https://github.com/Sportarr/Sportarr/issues
port: 1867
gallery:

Check warning on line 33 in sportarr/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

manifest.gallery

Leave `gallery: []` for new official App Store submissions; Umbrel will create final gallery assets.
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
permissions:
- STORAGE_DOWNLOADS
submitter: Sportarr
submission: https://github.com/getumbrel/umbrel-apps/pull/5957