diff --git a/README.md b/README.md index 56c806896f..4c912c62b3 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@
-
-
+
+
**Seerr** is a free and open source software application for managing requests for your media library. It integrates with the media server of your choice: [Jellyfin](https://jellyfin.org), [Plex](https://plex.tv), and [Emby](https://emby.media/). In addition, it integrates with your existing services, such as **[Sonarr](https://sonarr.tv/)**, **[Radarr](https://radarr.video/)**.
diff --git a/charts/seerr-chart/Chart.yaml b/charts/seerr-chart/Chart.yaml
index 15d9f3cfb8..9cf274ad03 100644
--- a/charts/seerr-chart/Chart.yaml
+++ b/charts/seerr-chart/Chart.yaml
@@ -4,7 +4,7 @@ name: seerr-chart
description: Seerr helm chart for Kubernetes
type: application
version: 3.0.0
-# renovate: image=ghcr.io/fallenbagel/jellyseerr
+# renovate: image=ghcr.io/seerr-team/seerr
appVersion: '2.7.3'
maintainers:
- name: Seerr Team
diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx
index 5e51cc5423..90b0588d3b 100644
--- a/docs/getting-started/buildfromsource.mdx
+++ b/docs/getting-started/buildfromsource.mdx
@@ -24,10 +24,10 @@ import TabItem from '@theme/TabItem';
```bash
sudo mkdir -p /opt/seerr && cd /opt/seerr
```
-2. Clone the Seerr repository and checkout the develop branch:
+2. Clone the Seerr repository and checkout the main branch:
```bash
-git clone https://github.com/fallenbagel/jellyseerr.git
-cd jellyseerr
+git clone https://github.com/seerr-team/seerr.git
+cd seerr
git checkout main
```
3. Install the dependencies:
@@ -199,9 +199,9 @@ pm2 status seerr
mkdir C:\seerr
cd C:\seerr
```
-2. Clone the Seerr repository and checkout the develop branch:
+2. Clone the Seerr repository and checkout the main branch:
```powershell
-git clone https://github.com/fallenbagel/jellyseerr.git .
+git clone https://github.com/seerr-team/seerr.git .
git checkout main
```
3. Install the dependencies:
diff --git a/docs/getting-started/docker.mdx b/docs/getting-started/docker.mdx
index a6ba130b64..2c5488e857 100644
--- a/docs/getting-started/docker.mdx
+++ b/docs/getting-started/docker.mdx
@@ -18,7 +18,7 @@ An alternative Docker image is available on Docker Hub for this project. You can
:::info
All official Seerr images are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
-To confirm that the container image you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-jellyseerr/advanced/verifying-signed-artifacts#verifying-signed-images) guide.
+To confirm that the container image you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-seerr/advanced/verifying-signed-artifacts#verifying-signed-images) guide.
:::
## Unix (Linux, macOS)
diff --git a/docs/getting-started/kubernetes.mdx b/docs/getting-started/kubernetes.mdx
index 957d9ea2f9..c55e3051d7 100644
--- a/docs/getting-started/kubernetes.mdx
+++ b/docs/getting-started/kubernetes.mdx
@@ -11,17 +11,16 @@ This method is not recommended for most users. It is intended for advanced users
:::info
All official Seerr charts are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
-To confirm that the chart you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-jellyseerr/advanced/verifying-signed-artifacts#verifying-signed-helm-charts) guide.
+To confirm that the chart you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-seerr/advanced/verifying-signed-artifacts#verifying-signed-helm-charts) guide.
:::
## Installation
```console
helm install seerr oci://ghcr.io/seerr-team/seerr/seerr-chart
```
-Helm values can be found in the Seerr repository under [charts/seerr-chart/README.md](https://github.com/fallenbagel/jellyseerr/tree/develop/charts/seerr-chart).
+Helm values can be found in the Seerr repository under [charts/seerr-chart/README.md](https://github.com/seerr-team/seerr/tree/develop/charts/seerr-chart).
Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) (replace [tag], with the TAG you want to verify) :
```console
-cosign verify ghcr.io/seerr-team/seerr/seerr-chart:[tag] --certificate-identity=https://github.com/seerr-team/seerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac
-tions.githubusercontent.com
+cosign verify ghcr.io/seerr-team/seerr/seerr-chart:[tag] --certificate-identity=https://github.com/seerr-team/seerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.actions.githubusercontent.com
```
diff --git a/docs/using-jellyseerr/advanced/index.mdx b/docs/using-seerr/advanced/index.mdx
similarity index 100%
rename from docs/using-jellyseerr/advanced/index.mdx
rename to docs/using-seerr/advanced/index.mdx
diff --git a/docs/using-jellyseerr/advanced/verifying-signed-artifacts.mdx b/docs/using-seerr/advanced/verifying-signed-artifacts.mdx
similarity index 100%
rename from docs/using-jellyseerr/advanced/verifying-signed-artifacts.mdx
rename to docs/using-seerr/advanced/verifying-signed-artifacts.mdx
diff --git a/docs/using-seerr/notifications/index.mdx b/docs/using-seerr/notifications/index.mdx
index d3657b0aee..4c968644fc 100644
--- a/docs/using-seerr/notifications/index.mdx
+++ b/docs/using-seerr/notifications/index.mdx
@@ -22,4 +22,4 @@ Users can customize their notification preferences in their own user notificatio
## Requesting New Notification Agents
-If we do not currently support your preferred notification agent, feel free to [submit a feature request on GitHub](https://github.com/fallenbagel/jellyseerr/issues). However, please be sure to search first and confirm that there is not already an existing request for the agent!
+If we do not currently support your preferred notification agent, feel free to [submit a feature request on GitHub](https://github.com/seerr-team/seerr/issues). However, please be sure to search first and confirm that there is not already an existing request for the agent!
diff --git a/docs/using-seerr/notifications/pushover.md b/docs/using-seerr/notifications/pushover.md
index f0819e2360..4f6a19814f 100644
--- a/docs/using-seerr/notifications/pushover.md
+++ b/docs/using-seerr/notifications/pushover.md
@@ -16,7 +16,7 @@ User notifications are separate from system notifications, and the available not
### Application/API Token
-[Register an application](https://pushover.net/apps/build) and enter the API token in this field. (You can use one of the [official icons in our GitHub repository](https://github.com/fallenbagel/jellyseerr/tree/develop/public) when configuring the application.)
+[Register an application](https://pushover.net/apps/build) and enter the API token in this field. (You can use one of the [official icons in our GitHub repository](https://github.com/seerr-team/seerr/tree/develop/public) when configuring the application.)
For more details on registering applications or the API token, please see the [Pushover API documentation](https://pushover.net/api#registration).
diff --git a/gen-docs/blog/2025-09-29-introducing-jellyseerr-blog.md b/gen-docs/blog/2025-09-29-introducing-jellyseerr-blog.md
deleted file mode 100644
index 33ae009352..0000000000
--- a/gen-docs/blog/2025-09-29-introducing-jellyseerr-blog.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Welcome to the Jellyseerr Blog
-description: The official Jellyseerr blog for release notes, technical updates, and community news.
-slug: welcome
-authors: [fallenbagel, gauthier-th]
-tags: [announcement, jellyseerr, blog]
-image: https://raw.githubusercontent.com/fallenbagel/jellyseerr/refs/heads/develop/gen-docs/static/img/logo.svg
-hide_table_of_contents: false
----
-
-We are pleased to introduce the official Jellyseerr blog.
-
-This space will serve as the central place for:
-
-- Release announcements
-- Updates on new features and improvements
-- Technical articles, such as details on our [**DNS caching package**](https://github.com/jellyseerr/dns-caching) and other enhancements
-- Community-related news
-
-
-
-Our goal is to keep the community informed and provide deeper insights into the ongoing development of Jellyseerr.
-
-Thank you for being part of the Jellyseerr project. More updates will follow soon.
diff --git a/gen-docs/blog/2025-09-29-introducing-seerr-blog.md b/gen-docs/blog/2025-09-29-introducing-seerr-blog.md
new file mode 100644
index 0000000000..e9bb634e06
--- /dev/null
+++ b/gen-docs/blog/2025-09-29-introducing-seerr-blog.md
@@ -0,0 +1,24 @@
+---
+title: Welcome to the Seerr Blog
+description: The official Seerr blog for release notes, technical updates, and community news.
+slug: welcome
+authors: [fallenbagel, gauthier-th]
+tags: [announcement, seerr, blog]
+image: https://raw.githubusercontent.com/seerr-team/seerr/refs/heads/develop/gen-docs/static/img/logo.svg
+hide_table_of_contents: false
+---
+
+We are pleased to introduce the official Seerr blog.
+
+This space will serve as the central place for:
+
+- Release announcements
+- Updates on new features and improvements
+- Technical articles, such as details on our [**DNS caching package**](https://github.com/seerr/dns-caching) and other enhancements
+- Community-related news
+
+
+
+Our goal is to keep the community informed and provide deeper insights into the ongoing development of Seerr.
+
+Thank you for being part of the Seerr project. More updates will follow soon.
diff --git a/public/images/jellyseerr_poster_not_found.png b/public/images/seerr_poster_not_found.png
similarity index 100%
rename from public/images/jellyseerr_poster_not_found.png
rename to public/images/seerr_poster_not_found.png
diff --git a/public/images/jellyseerr_poster_not_found_logo_center.png b/public/images/seerr_poster_not_found_logo_center.png
similarity index 100%
rename from public/images/jellyseerr_poster_not_found_logo_center.png
rename to public/images/seerr_poster_not_found_logo_center.png
diff --git a/public/images/jellyseerr_poster_not_found_logo_top.png b/public/images/seerr_poster_not_found_logo_top.png
similarity index 100%
rename from public/images/jellyseerr_poster_not_found_logo_top.png
rename to public/images/seerr_poster_not_found_logo_top.png
diff --git a/src/components/Blacklist/index.tsx b/src/components/Blacklist/index.tsx
index 2713544f70..32bea3b9e5 100644
--- a/src/components/Blacklist/index.tsx
+++ b/src/components/Blacklist/index.tsx
@@ -354,7 +354,7 @@ const BlacklistedItem = ({ item, revalidateList }: BlacklistedItemProps) => {
src={
title?.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${title.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/CollectionDetails/index.tsx b/src/components/CollectionDetails/index.tsx
index c56781e8ee..8c12ca2148 100644
--- a/src/components/CollectionDetails/index.tsx
+++ b/src/components/CollectionDetails/index.tsx
@@ -233,7 +233,7 @@ const CollectionDetails = ({ collection }: CollectionDetailsProps) => {
src={
data.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${data.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/IssueDetails/index.tsx b/src/components/IssueDetails/index.tsx
index e9da91d228..fb15d04907 100644
--- a/src/components/IssueDetails/index.tsx
+++ b/src/components/IssueDetails/index.tsx
@@ -232,7 +232,7 @@ const IssueDetails = () => {
src={
data.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${data.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/IssueList/IssueItem/index.tsx b/src/components/IssueList/IssueItem/index.tsx
index ddaa0db3bd..184735b348 100644
--- a/src/components/IssueList/IssueItem/index.tsx
+++ b/src/components/IssueList/IssueItem/index.tsx
@@ -151,7 +151,7 @@ const IssueItem = ({ issue }: IssueItemProps) => {
src={
title.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${title.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/MovieDetails/index.tsx b/src/components/MovieDetails/index.tsx
index eaa4d4b078..85574fe991 100644
--- a/src/components/MovieDetails/index.tsx
+++ b/src/components/MovieDetails/index.tsx
@@ -490,7 +490,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
src={
data.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${data.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/RequestCard/index.tsx b/src/components/RequestCard/index.tsx
index 4a3b9d2c67..95b2bfaf0b 100644
--- a/src/components/RequestCard/index.tsx
+++ b/src/components/RequestCard/index.tsx
@@ -617,7 +617,7 @@ const RequestCard = ({ request, onTitleData }: RequestCardProps) => {
src={
title.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${title.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/RequestList/RequestItem/index.tsx b/src/components/RequestList/RequestItem/index.tsx
index ae12bb883c..8348004001 100644
--- a/src/components/RequestList/RequestItem/index.tsx
+++ b/src/components/RequestList/RequestItem/index.tsx
@@ -440,7 +440,7 @@ const RequestItem = ({ request, revalidateList }: RequestItemProps) => {
src={
title.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${title.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/RequestModal/CollectionRequestModal.tsx b/src/components/RequestModal/CollectionRequestModal.tsx
index 21a44c0bf5..23508f5177 100644
--- a/src/components/RequestModal/CollectionRequestModal.tsx
+++ b/src/components/RequestModal/CollectionRequestModal.tsx
@@ -450,7 +450,7 @@ const CollectionRequestModal = ({
src={
part.posterPath
? `https://image.tmdb.org/t/p/w600_and_h900_bestv2${part.posterPath}`
- : '/images/jellyseerr_poster_not_found.png'
+ : '/images/seerr_poster_not_found.png'
}
alt=""
sizes="100vw"
diff --git a/src/components/RequestModal/SearchByNameModal/index.tsx b/src/components/RequestModal/SearchByNameModal/index.tsx
index b6944ba94d..0b2f5b1731 100644
--- a/src/components/RequestModal/SearchByNameModal/index.tsx
+++ b/src/components/RequestModal/SearchByNameModal/index.tsx
@@ -92,8 +92,7 @@ const SearchByNameModal = ({