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
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": false,
"extends": ["config:recommended", "docker:pinDigests"],
"ignorePaths": ["**/compose.yml"],
"customManagers": [
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"Cleanuparr",
"DAPS",
"everytime",
"Jellyseerr",
"Kometa",
"lidarr",
"Maintainerr",
Expand All @@ -50,11 +49,11 @@
"notifiarr's",
"Omegabrr",
"Organizr",
"Overseerr",
"Prowlarr",
"radarr",
"readarr",
"Recyclarr",
"Seerr",
"sonarr",
"starrproxy",
"Unmanic",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ There are some pre-built templates that enable just the api access the app actua
- Cross-seed
- DAPS
- Homepage
- Jellyseerr
- Kometa
- LunaSea
- Maintainerr
Expand All @@ -48,7 +47,6 @@ There are some pre-built templates that enable just the api access the app actua
- Nzb360
- Omegabrr
- Organizr
- Overseerr
- Postarr
- Prowlarr
- Qui\*
Expand All @@ -62,6 +60,8 @@ There are some pre-built templates that enable just the api access the app actua
### Removed templates

- Huntarr: For obvious reasons.
- Jellyseerr: Superseded by [Seerr](https://docs.seerr.dev/blog/seerr-release/) (merged with Overseerr into one project).
- Overseerr: Superseded by [Seerr](https://docs.seerr.dev/blog/seerr-release/) (automatic migration on first startup).

\* This app has a requirement of unique URLs instead of using a unique URL + API key combo so this means you will need to add a fake base to the url if you use multiple instances. Example: `http://10.1.0.100:9090/radarr1` or `http://starrproxy:80/radarr2`

Expand Down
11 changes: 0 additions & 11 deletions root/app/www/public/templates/prowlarr/cross-seed.json

This file was deleted.

3 changes: 3 additions & 0 deletions root/app/www/public/templates/radarr/bazarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"/api/v3/command": [
"post"
],
"/api/v3/history": [
"get"
],
"/api/v3/mediacover/{movieId}/{filename}": [
"get"
],
Expand Down
32 changes: 24 additions & 8 deletions root/app/www/public/templates/radarr/daps.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,45 @@
"/api/v3/command/{id}": [
"get"
],
"/api/v3/movie": [
"/api/v3/health": [
"get"
],
"/api/v3/movie/editor": [
"put"
"/api/v3/history": [
"get"
],
"/api/v3/queue": [
"/api/v3/history/movie": [
"get"
],
"/api/v3/system/status": [
"/api/v3/movie": [
"get"
],
"/api/v3/tag": [
"/api/v3/movie/{id}": [
"get",
"post"
"delete"
],
"/api/v3/movie/editor": [
"put"
],
"/api/v3/moviefile": [
"get"
],
"/api/v3/moviefile/{id}": [
"delete"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/health": [
"/api/v3/queue": [
"get"
],
"/api/v3/rename": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/tag": [
"get",
"post"
]
}
32 changes: 0 additions & 32 deletions root/app/www/public/templates/radarr/jellyseerr.json

This file was deleted.

20 changes: 11 additions & 9 deletions root/app/www/public/templates/radarr/kometa.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,30 @@
"/api/v3/movie": [
"get"
],
"/api/v3/movie/{id}": [
"get"
],
"/api/v3/movie/lookup": [
"get"
],
"/api/v3/movie/import": [
"post"
],
"/api/v3/movie/editor": [
"put",
"delete"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/rootfolder/{id}": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/tag": [
"get"
],
"/api/v3/movie/import": [
"get",
"post"
],
"/api/v3/movie/editor": [
"put"
]
}
31 changes: 29 additions & 2 deletions root/app/www/public/templates/radarr/maintainerr.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,41 @@
{
"/api/v3/command": [
"post"
],
"/api/v3/command/{id}": [
"get"
],
"/api/v3/exclusions/bulk": [
"post"
],
"/api/v3/history/movie": [
"get"
],
"/api/v3/movie": [
"get"
],
"/api/v3/movie/{id}": [
"get",
"put",
"delete"
],
"/api/v3/movie/editor": [
"put"
],
"/api/v3/moviefile": [
"get"
],
"/api/v3/moviefile/{id}": [
"delete"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/tag": [
"get"
"get",
"post"
]
}
}
21 changes: 3 additions & 18 deletions root/app/www/public/templates/radarr/nabarr.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
{
"/api/v3/exclusions": [
"get",
"post"
"get"
],
"/api/v3/exclusions/{id}": [
"put",
"delete",
"/api/v3/movie/lookup": [
"get"
],
"/api/v3/movie": [
"get",
"post"
],
"/api/v3/movie/{id}": [
"put",
"delete",
"get"
],
"/api/v3/qualityprofile": [
"post",
"get"
],
"/api/v3/qualityprofile/{id}": [
"delete",
"put",
"get"
],
"/api/v3/system/status": [
"get"
]
}
}
5 changes: 4 additions & 1 deletion root/app/www/public/templates/radarr/omegabrr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"/api/v3/movie": [
"get"
],
"/api/v3/tag": [
"get"
]
}
}
32 changes: 0 additions & 32 deletions root/app/www/public/templates/radarr/overseerr.json

This file was deleted.

21 changes: 3 additions & 18 deletions root/app/www/public/templates/radarr/prowlarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,14 @@
"post"
],
"/api/v3/indexer/{id}": [
"get",
"put",
"get"
"delete"
],
"/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"
]
}
}
3 changes: 0 additions & 3 deletions root/app/www/public/templates/radarr/recyclarr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"/api/v3/command/{id}": [
"get"
],
"/api/v3/customformat": [
"get",
"post"
Expand Down
Loading