Skip to content

Commit

Permalink
Initial Kometa Radarr/Sonarr & Prowlarr Radarr/Sonarr templates (#24)
Browse files Browse the repository at this point in the history
* Initial Kometa radar template

* Initial kometa sonarr template

* Initial Prowlarr Radarr template

* Initial Prowlarr Sonarr template
  • Loading branch information
genomez authored Nov 13, 2024
1 parent e2cfeb6 commit d65716b
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 0 deletions.
26 changes: 26 additions & 0 deletions root/app/www/public/templates/radarr/kometa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"/api/v3/exclusions": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/rootfolder/{id}": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/movie": [
"get"
],
"/api/v3/movie/lookup": [
"get"
],
"/api/v3/tag": [
"get"
]
}
33 changes: 33 additions & 0 deletions root/app/www/public/templates/radarr/prowlarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"/api/v3/indexer": [
"get",
"post"
],
"/api/v3/indexer/{id}": [
"put",
"get",
"post"
],
"/api/v3/indexer/schema": [
"get"
],
"/api/v3/indexer/test": [
"post"
],
"/api/v3/indexer/testall": [
"post"
],
"/api/v3/indexer/action/{name}": [
"post"
],
"/api/v3/config/indexer": [
"get"
],
"/api/v3/config/indexer/{id}": [
"put",
"get"
],
"/api/v3/indexerflag": [
"get"
]
}
17 changes: 17 additions & 0 deletions root/app/www/public/templates/sonarr/kometa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"/api/v3/importlistexclusion": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/rootfolder/{id}": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/qualityprofile": [
"get"
]
}
29 changes: 29 additions & 0 deletions root/app/www/public/templates/sonarr/prowlarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"/api/v3/indexer": [
"get",
"post"
],
"/api/v3/indexer/{id}": [
"put",
"get"
],
"/api/v3/indexer/schema": [
"get"
],
"/api/v3/indexer/test": [
"post"
],
"/api/v3/indexer/testall": [
"post"
],
"/api/v3/config/indexer": [
"get"
],
"/api/v3/config/indexer/{id}": [
"put",
"get"
],
"/api/v3/indexerflag": [
"get"
]
}

0 comments on commit d65716b

Please sign in to comment.