Rename Seer to Seerr and update config paths

This commit is contained in:
Tobias 2026-02-14 22:53:34 +01:00 committed by GitHub
parent f02403505e
commit 2522623705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "Seer", "name": "Seerr",
"slug": "seer", "slug": "seerr",
"categories": [ "categories": [
13 13
], ],
@ -12,16 +12,16 @@
"documentation": "https://docs.seerr.dev/", "documentation": "https://docs.seerr.dev/",
"website": "https://seerr.dev/", "website": "https://seerr.dev/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/seerr.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/seerr.webp",
"config_path": "/etc/seer/seer.conf", "config_path": "/etc/seerr/seerr.conf",
"description": "Open-source media request and discovery manager for Jellyfin, Plex, and Emby. Unified version of Overseerr and Jellyseerr.", "description": "Open-source media request and discovery manager for Jellyfin, Plex, and Emby. Unified version of Overseerr and Jellyseerr.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/seer.sh", "script": "ct/seerr.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 4096, "ram": 4096,
"hdd": 8, "hdd": 12,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
@ -31,14 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": []
{
"text": "Seer migration is currently in beta.",
"type": "warning"
},
{
"text": "First release is essentially Jellyseerr rebranded with Overseerr migration support.",
"type": "info"
}
]
} }