diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b241154..921a2072 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,8 +3,8 @@ "Namecheap", "Xenial", "adduser", - "appdata", "ansiutf", + "appdata", "autodl", "bazarr", "blackhole", @@ -19,8 +19,8 @@ "duckdns", "emby", "ffmpeg", - "htop", "foss", + "htop", "htpasswd", "httprpc", "irssi", @@ -78,6 +78,7 @@ "termbin", "thelounge", "torznab", + "trackarr", "transdroid", "transdrone", "urloverride", diff --git a/docs/applications/trackarr.mdx b/docs/applications/trackarr.mdx new file mode 100644 index 00000000..1554a6cf --- /dev/null +++ b/docs/applications/trackarr.mdx @@ -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:///trackarr` + +If nginx is not installed, you can find trackarr at +`https://:7337` + +Use your master credentials to log in. + +## Service Management + +import SystemdTabs from '../snippets/systemdtabs.mdx'; + + + +## Configuration + +Please see the [Trackarr Wiki[(https://gitlab.com/cloudb0x/trackarr/-/wikis/home)] for Configuration diff --git a/sidebars.js b/sidebars.js index 927e4fa2..30a3d8b3 100644 --- a/sidebars.js +++ b/sidebars.js @@ -34,6 +34,7 @@ module.exports = { "applications/sonarr", "applications/sonarrv3", "applications/radarr", + "applications/trackarr", ], }, { diff --git a/src/theme/Applications/index.js b/src/theme/Applications/index.js index 37a760d1..9511bc1e 100644 --- a/src/theme/Applications/index.js +++ b/src/theme/Applications/index.js @@ -190,6 +190,10 @@ const data = [ title: "Tautulli", url: "applications/tautulli", }, + { + title: "Trackarr", + url: "applications/trackarr", + }, { title: "Transmission", url: "applications/transmission",