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
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"Namecheap",
"Xenial",
"adduser",
"appdata",
"ansiutf",
"appdata",
"autodl",
"bazarr",
"blackhole",
Expand All @@ -19,8 +19,8 @@
"duckdns",
"emby",
"ffmpeg",
"htop",
"foss",
"htop",
"htpasswd",
"httprpc",
"irssi",
Expand Down Expand Up @@ -78,6 +78,7 @@
"termbin",
"thelounge",
"torznab",
"trackarr",
"transdroid",
"transdrone",
"urloverride",
Expand Down
35 changes: 35 additions & 0 deletions docs/applications/trackarr.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
id: trackarr
title: Trackarr
sidebar_label: Trackarr
---

Trackarr is an autodl alternative which tightly integrates directly into -arrs rather than a torrent client.

## How to Install

Installing Sonarr is easy. Simply issue the following command

```bash main
sudo box install trackarr
```

## How to Access

If nginx is currently installed, trackarr is available on the address below.
`https://<hostname.tld>/trackarr`

If nginx is not installed, you can find trackarr at
`https://<hostname.tld>:7337`

Use your master credentials to log in.

## Service Management

import SystemdTabs from '../snippets/systemdtabs.mdx';

<SystemdTabs service="trackarr"/>

## Configuration

Please see the [Trackarr Wiki[(https://gitlab.com/cloudb0x/trackarr/-/wikis/home)] for Configuration
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
"applications/sonarr",
"applications/sonarrv3",
"applications/radarr",
"applications/trackarr",
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions src/theme/Applications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ const data = [
title: "Tautulli",
url: "applications/tautulli",
},
{
title: "Trackarr",
url: "applications/trackarr",
},
{
title: "Transmission",
url: "applications/transmission",
Expand Down