mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 17:29:12 +00:00
Feature: Radarr (#13)
* feat(web): add and update radarr * feat: add radarr download client * feat: add tests
This commit is contained in:
parent
0c4aaa29b0
commit
455284a94b
35 changed files with 2898 additions and 3348 deletions
28
pkg/radarr/testdata/system_status_response.json
vendored
Normal file
28
pkg/radarr/testdata/system_status_response.json
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"version": "3.2.2.5080",
|
||||
"buildTime": "2021-06-03T11:51:33Z",
|
||||
"isDebug": false,
|
||||
"isProduction": true,
|
||||
"isAdmin": false,
|
||||
"isUserInteractive": true,
|
||||
"startupPath": "/opt/Radarr",
|
||||
"appData": "/home/test/.config/Radarr",
|
||||
"osName": "debian",
|
||||
"osVersion": "10",
|
||||
"isNetCore": true,
|
||||
"isMono": false,
|
||||
"isLinux": true,
|
||||
"isOsx": false,
|
||||
"isWindows": false,
|
||||
"isDocker": false,
|
||||
"mode": "console",
|
||||
"branch": "master",
|
||||
"authentication": "none",
|
||||
"sqliteVersion": "3.27.2",
|
||||
"migrationVersion": 195,
|
||||
"urlBase": "/radarr",
|
||||
"runtimeVersion": "5.0.5",
|
||||
"runtimeName": "netCore",
|
||||
"startTime": "2021-08-20T20:49:42Z",
|
||||
"packageUpdateMechanism": "builtIn"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue