forked from community-scripts/ProxmoxVED
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaintainerr.json
More file actions
44 lines (44 loc) · 1.43 KB
/
Copy pathmaintainerr.json
File metadata and controls
44 lines (44 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Maintainerr",
"slug": "maintainerr",
"categories": [
13
],
"date_created": "2026-03-06",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6246,
"documentation": "https://docs.maintainerr.info/latest/Installation/",
"website": "https://maintainerr.info/",
"logo": "https://raw.githubusercontent.com/Maintainerr/Maintainerr/main/apps/ui/public/logo_black.svg",
"config_path": "/etc/maintainerr/maintainerr.conf",
"description": "Maintainerr is a tool that automatically cleans up media libraries on servers like Plex or Jellyfin. It analyzes your library and related apps (such as Sonarr, Radarr, Seerr, or Tautulli) to find movies or TV shows that are unwatched, old, or no longer wanted",
"install_methods": [
{
"type": "default",
"script": "ct/maintainerr.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 18,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Initial install and updates build from source and may take several minutes.",
"type": "warning"
},
{
"text": "Data is persisted in /opt/data.",
"type": "info"
}
]
}