From 5c0a9690e1f488a83457625882610dd22cddd533 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 4 Oct 2025 19:13:13 +0300 Subject: [PATCH] chore: cleanup repository reference (#1921) Signed-off-by: Ludovic Ortega --- .all-contributorsrc | 4 ++-- .github/CODEOWNERS | 2 +- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 16 ++++++++-------- charts/jellyseerr-chart/Chart.yaml | 10 +++++----- charts/jellyseerr-chart/README.md | 6 +++--- docs/README.md | 2 +- docs/getting-started/buildfromsource.mdx | 4 ++-- docs/getting-started/kubernetes.mdx | 6 +++--- docs/using-jellyseerr/notifications/index.mdx | 2 +- .../src/components/JellyseerrVersion/index.tsx | 4 ++-- 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a22b044a..7c31686a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -15,10 +15,10 @@ "commitType": "docs", "contributors": [ { - "login": "Fallenbagel", + "login": "fallenbagel", "name": "Fallenbagel", "avatar_url": "https://avatars.githubusercontent.com/u/98979876?v=4", - "profile": "https://github.com/Fallenbagel", + "profile": "https://github.com/fallenbagel", "contributions": [ "code", "maintenance" diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 280424a4..e7752c01 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global code ownership -* @Fallenbagel @gauthier-th +* @fallenbagel @gauthier-th diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 94a91e93..2bdb0a25 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -95,7 +95,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fallenbagel/jellyseerr/blob/develop/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](/../../CODE_OF_CONDUCT.md) options: - label: I agree to follow Jellyseerr's Code of Conduct required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 831ea0a3..5e791025 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ #### To-Dos -- [ ] Disclosed any use of AI (see our [policy](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md#ai-assistance-notice)) +- [ ] Disclosed any use of AI (see our [policy](../CONTRIBUTING.md#ai-assistance-notice)) - [ ] Successful build `pnpm build` - [ ] Translation keys `pnpm i18n:extract` - [ ] Database migration (if required) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fec9b93a..12f07c6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,7 @@ Steps: ### Contributing Code -- If you are taking on an existing bug or feature ticket, please comment on the [issue](https://github.com/fallenbagel/jellyseerr/issues) to avoid multiple people working on the same thing. +- If you are taking on an existing bug or feature ticket, please comment on the [issue](/../../issues) to avoid multiple people working on the same thing. - All commits **must** follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) - Pull requests with commits not following this standard will **not** be merged. - Please make meaningful commits, or squash them prior to opening a pull request. @@ -130,7 +130,7 @@ Steps: - You can create a "draft" pull request early to get feedback on your work. - Your code **must** be formatted correctly, or the tests will fail. - We use Prettier to format our code base. It should automatically run with a Git hook, but it is recommended to have the Prettier extension installed in your editor and format on save. -- If you have questions or need help, you can reach out via [Discussions](https://github.com/fallenbagel/jellyseerr/discussions) or our [Discord server](https://discord.gg/ckbvBtDJgC). +- If you have questions or need help, you can reach out via [Discussions](/../../discussions) or our [Discord server](https://discord.gg/ckbvBtDJgC). - Only open pull requests to `develop`, never `master`! Any pull requests opened to `master` will be closed. ### UI Text Style @@ -151,7 +151,7 @@ When adding new UI text, please try to adhere to the following guidelines: ## Translation -We use [Weblate](https://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/) for our translations, and your help with localizing Jellyseerr would be greatly appreciated! If your language is not listed below, please [open a feature request](https://github.com/fallenbagel/jellyseerr/issues/new/choose). +We use [Weblate](https://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/) for our translations, and your help with localizing Jellyseerr would be greatly appreciated! If your language is not listed below, please [open a feature request](/../../issues/new/choose). Translation status diff --git a/README.md b/README.md index 164311b7..ccddc007 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Jellyseerr

-Jellyseerr Release -Jellyseerr CI +Jellyseerr Release +Jellyseerr CI

Discord @@ -31,7 +31,7 @@ - Mobile-friendly design, for when you need to approve requests on the go! - Support for watchlisting & blacklisting media. -With more features on the way! Check out our [issue tracker](https://github.com/fallenbagel/jellyseerr/issues) to see the features which have already been requested. +With more features on the way! Check out our [issue tracker](/../../issues) to see the features which have already been requested. ## Getting Started @@ -55,8 +55,8 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr - Check out the [Jellyseerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs! - You can get support on [Discord](https://discord.gg/ckbvBtDJgC). -- You can ask questions in the Help category of our [GitHub Discussions](https://github.com/fallenbagel/jellyseerr/discussions). -- Bug reports and feature requests can be submitted via [GitHub Issues](https://github.com/fallenbagel/jellyseerr/issues). +- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions). +- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues). ## API Documentation @@ -64,15 +64,15 @@ You can access the API documentation from your local Jellyseerr install at http: ## Community -You can ask questions, share ideas, and more in [GitHub Discussions](https://github.com/fallenbagel/jellyseerr/discussions). +You can ask questions, share ideas, and more in [GitHub Discussions](/../../discussions). If you would like to chat with other members of our growing community, [join the Jellyseerr Discord server](https://discord.gg/ckbvBtDJgC)! -Our [Code of Conduct](https://github.com/fallenbagel/jellyseerr/blob/develop/CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels. +Our [Code of Conduct](./CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels. ## Contributing -You can help improve Jellyseerr too! Check out our [Contribution Guide](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md) to get started. +You can help improve Jellyseerr too! Check out our [Contribution Guide](./CONTRIBUTING.md) to get started. ## Contributors ✨ diff --git a/charts/jellyseerr-chart/Chart.yaml b/charts/jellyseerr-chart/Chart.yaml index 72e2c3bb..6d3db70e 100644 --- a/charts/jellyseerr-chart/Chart.yaml +++ b/charts/jellyseerr-chart/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -kubeVersion: ">=1.23.0-0" +kubeVersion: '>=1.23.0-0' name: jellyseerr-chart description: Jellyseerr helm chart for Kubernetes type: application version: 2.7.0 -appVersion: "2.7.3" +appVersion: '2.7.3' maintainers: - name: Jellyseerr - url: https://github.com/Fallenbagel/jellyseerr + url: https://github.com/fallenbagel/jellyseerr sources: - - https://github.com/Fallenbagel/jellyseerr/tree/main/charts/jellyseerr -home: https://github.com/Fallenbagel/jellyseerr + - https://github.com/fallenbagel/jellyseerr/tree/main/charts/jellyseerr +home: https://github.com/fallenbagel/jellyseerr diff --git a/charts/jellyseerr-chart/README.md b/charts/jellyseerr-chart/README.md index 88c37465..4f656c17 100644 --- a/charts/jellyseerr-chart/README.md +++ b/charts/jellyseerr-chart/README.md @@ -4,17 +4,17 @@ Jellyseerr helm chart for Kubernetes -**Homepage:** +**Homepage:** ## Maintainers | Name | Email | Url | | ---- | ------ | --- | -| Jellyseerr | | | +| Jellyseerr | | | ## Source Code -* +* ## Requirements diff --git a/docs/README.md b/docs/README.md index c2f4ff32..8b2d7a0c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,7 +32,7 @@ The primary motivation for starting Jellyseerr was to bring Jellyfin and Emby su ## We need your help! -[Jellyseerr](https://github.com/Fallenbagel/jellyseerr) is an ambitious project where developers/contributors poured a lot of work into, and that builds on top of [Overseerr](https://github.com/sct/overseerr). And we have a lot more to do as well. +[Jellyseerr](https://github.com/fallenbagel/jellyseerr) is an ambitious project where developers/contributors poured a lot of work into, and that builds on top of [Overseerr](https://github.com/sct/overseerr). And we have a lot more to do as well. We value your feedback and support in identifying and fixing bugs to make Jellyseerr even better. As an open-source project, we welcome contributions from everyone. While Jellyseerr has diverged from Overseerr and evolved into its own unique application, we still encourage contributions to Overseerr, as it played a crucial role in inspiring what Jellyseerr has become today. diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx index fe323564..219b200c 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -26,7 +26,7 @@ sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr ``` 2. Clone the Jellyseerr repository and checkout the develop branch: ```bash -git clone https://github.com/Fallenbagel/jellyseerr.git +git clone https://github.com/fallenbagel/jellyseerr.git cd jellyseerr git checkout main ``` @@ -201,7 +201,7 @@ cd C:\jellyseerr ``` 2. Clone the Jellyseerr repository and checkout the develop branch: ```powershell -git clone https://github.com/Fallenbagel/jellyseerr.git . +git clone https://github.com/fallenbagel/jellyseerr.git . git checkout main ``` 3. Install the dependencies: diff --git a/docs/getting-started/kubernetes.mdx b/docs/getting-started/kubernetes.mdx index 5fd0d6d5..4720abed 100644 --- a/docs/getting-started/kubernetes.mdx +++ b/docs/getting-started/kubernetes.mdx @@ -12,10 +12,10 @@ This method is not recommended for most users. It is intended for advanced users ```console helm install jellyseerr oci://ghcr.io/fallenbagel/jellyseerr/jellyseerr-chart ``` -Helm values can be found in the Jellyseerr repository under [charts/jellyseerr-chart/README.md](https://github.com/Fallenbagel/jellyseerr/tree/develop/charts/jellyseerr-chart). +Helm values can be found in the Jellyseerr repository under [charts/jellyseerr-chart/README.md](https://github.com/fallenbagel/jellyseerr/tree/develop/charts/jellyseerr-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/fallenbagel/jellyseerr/jellyseerr-chart:[tag] --certificate-identity=https://github.com/Fallenbagel/jellyseerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac +cosign verify ghcr.io/fallenbagel/jellyseerr/jellyseerr-chart:[tag] --certificate-identity=https://github.com/fallenbagel/jellyseerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac tions.githubusercontent.com -``` \ No newline at end of file +``` diff --git a/docs/using-jellyseerr/notifications/index.mdx b/docs/using-jellyseerr/notifications/index.mdx index 6fd0b1ce..84d15d02 100644 --- a/docs/using-jellyseerr/notifications/index.mdx +++ b/docs/using-jellyseerr/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/fallenbagel/jellyseerr/issues). However, please be sure to search first and confirm that there is not already an existing request for the agent! diff --git a/gen-docs/src/components/JellyseerrVersion/index.tsx b/gen-docs/src/components/JellyseerrVersion/index.tsx index 355f7444..77e90275 100644 --- a/gen-docs/src/components/JellyseerrVersion/index.tsx +++ b/gen-docs/src/components/JellyseerrVersion/index.tsx @@ -7,7 +7,7 @@ export const JellyseerrVersion = () => { async function fetchVersion() { try { const response = await fetch( - 'https://raw.githubusercontent.com/Fallenbagel/jellyseerr/main/package.json' + 'https://raw.githubusercontent.com/fallenbagel/jellyseerr/main/package.json' ); const data = await response.json(); @@ -36,7 +36,7 @@ export const NixpkgVersion = () => { const unstableUrl = 'https://raw.githubusercontent.com/NixOS/nixpkgs/refs/heads/nixos-unstable/pkgs/by-name/je/jellyseerr/package.nix'; const stableUrl = - 'https://raw.githubusercontent.com/NixOS/nixpkgs/refs/heads/nixos-24.11/pkgs/servers/jellyseerr/default.nix'; + 'https://raw.githubusercontent.com/NixOS/nixpkgs/refs/heads/nixos-25.05/pkgs/by-name/je/jellyseerr/package.nix'; const [unstableResponse, stableResponse] = await Promise.all([ fetch(unstableUrl),