Skip to content

Commit af083a3

Browse files
authored
chore: rebrand from Jellyseerr to Seerr across project (#2116)
1 parent f4af6ed commit af083a3

File tree

26 files changed

+51
-53
lines changed

26 files changed

+51
-53
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</p>
88
<p align="center">
99
<a href="https://discord.gg/seerr"><img src="https://img.shields.io/discord/783137440809746482" alt="Discord"></a>
10-
<a href="https://hub.docker.com/r/fallenbagel/jellyseerr"><img src="https://img.shields.io/docker/pulls/fallenbagel/jellyseerr" alt="Docker pulls"></a>
11-
<a href="http://translate.jellyseerr.dev/engage/jellyseerr/"><img src="http://translate.jellyseerr.dev/widget/jellyseerr/jellyseerr-frontend/svg-badge.svg" alt="Translation status" /></a>
10+
<a href="https://hub.docker.com/r/seerr/seerr"><img src="https://img.shields.io/docker/pulls/seerr/seerr" alt="Docker pulls"></a>
11+
<a href="http://translate.seerr.dev/engage/seerr/"><img src="http://translate.seerr.dev/widget/seerr/seerr-frontend/svg-badge.svg" alt="Translation status" /></a>
1212
<a href="https://github.com/seerr-team/seerr/blob/develop/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/seerr-team/seerr"></a>
1313

1414
**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/)**.

charts/seerr-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: seerr-chart
44
description: Seerr helm chart for Kubernetes
55
type: application
66
version: 3.0.0
7-
# renovate: image=ghcr.io/fallenbagel/jellyseerr
7+
# renovate: image=ghcr.io/seerr-team/seerr
88
appVersion: '2.7.3'
99
maintainers:
1010
- name: Seerr Team

docs/getting-started/buildfromsource.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import TabItem from '@theme/TabItem';
2424
```bash
2525
sudo mkdir -p /opt/seerr && cd /opt/seerr
2626
```
27-
2. Clone the Seerr repository and checkout the develop branch:
27+
2. Clone the Seerr repository and checkout the main branch:
2828
```bash
29-
git clone https://github.com/fallenbagel/jellyseerr.git
30-
cd jellyseerr
29+
git clone https://github.com/seerr-team/seerr.git
30+
cd seerr
3131
git checkout main
3232
```
3333
3. Install the dependencies:
@@ -199,9 +199,9 @@ pm2 status seerr
199199
mkdir C:\seerr
200200
cd C:\seerr
201201
```
202-
2. Clone the Seerr repository and checkout the develop branch:
202+
2. Clone the Seerr repository and checkout the main branch:
203203
```powershell
204-
git clone https://github.com/fallenbagel/jellyseerr.git .
204+
git clone https://github.com/seerr-team/seerr.git .
205205
git checkout main
206206
```
207207
3. Install the dependencies:

docs/getting-started/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An alternative Docker image is available on Docker Hub for this project. You can
1818
:::info
1919
All official Seerr images are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
2020

21-
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.
21+
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.
2222
:::
2323

2424
## Unix (Linux, macOS)

docs/getting-started/kubernetes.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ This method is not recommended for most users. It is intended for advanced users
1111
:::info
1212
All official Seerr charts are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
1313

14-
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.
14+
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.
1515
:::
1616

1717
## Installation
1818
```console
1919
helm install seerr oci://ghcr.io/seerr-team/seerr/seerr-chart
2020
```
21-
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).
21+
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).
2222

2323
Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) (replace [tag], with the TAG you want to verify) :
2424
```console
25-
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
26-
tions.githubusercontent.com
25+
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
2726
```
File renamed without changes.
File renamed without changes.

docs/using-seerr/notifications/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Users can customize their notification preferences in their own user notificatio
2222

2323
## Requesting New Notification Agents
2424

25-
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!
25+
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!

docs/using-seerr/notifications/pushover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ User notifications are separate from system notifications, and the available not
1616

1717
### Application/API Token
1818

19-
[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.)
19+
[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.)
2020

2121
For more details on registering applications or the API token, please see the [Pushover API documentation](https://pushover.net/api#registration).
2222

gen-docs/blog/2025-09-29-introducing-jellyseerr-blog.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)