Delete frontend/public/json/agregarr.json

This commit is contained in:
BillyOutlast
2026-03-09 00:02:51 -04:00
committed by GitHub
parent 5e3205251c
commit 3e2dc9e87f
-42
View File
@@ -1,42 +0,0 @@
{
"name": "Agregarr",
"slug": "agregarr",
"categories": [13],
"date_created": "2026-03-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 7171,
"documentation": "https://agregarr.org/docs/",
"website": "https://github.com/agregarr/agregarr",
"logo": "https://raw.githubusercontent.com/agregarr/agregarr/main/public/logo_full.svg",
"config_path": "/opt/agregarr/config",
"description": "Agregarr keeps your Plex Home and Recommended fresh by frequently updating it with Collections from various sources, including Trakt, IMDb, TMDB, Letterboxd, MDBList, FlixPatrol, AniList and MyAnimeList.",
"install_methods": [
{
"type": "default",
"script": "ct/agregarr.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration is created on first run. Access the web UI to complete setup.",
"type": "info"
},
{
"text": "Requires connection to Plex, Radarr/Sonarr, and/or Overseerr for full functionality.",
"type": "info"
}
]
}