diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 9f7fe3ae..2817270b 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: push: branches: - - legacy-jellyseerr + - develop paths: - 'docs/**' - 'gen-docs/**' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da624c66..c666f875 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -279,17 +279,17 @@ jobs: --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" - - name: Verify attestations - run: | - cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \ - --type cyclonedx \ - --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ - --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null + # - name: Verify attestations + # run: | + # cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \ + # --type cyclonedx \ + # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ + # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null - cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \ - --type cyclonedx \ - --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ - --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null + # cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \ + # --type cyclonedx \ + # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ + # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null publish-release: name: Publish release diff --git a/README.md b/README.md index 3d1e8ab9..aafdc022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -
+
+
@@ -32,31 +32,19 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
## Getting Started
-For instructions on how to install and run **Jellyseerr**, please refer to the official documentation:
+Check out our documentation for instructions on how to install and run Seerr:
https://docs.seerr.dev/getting-started/
-> [!IMPORTANT]
-> **Seerr is not officially released yet.**
-> The project is currently available **only on the `develop` branch** and is intended for **beta testing only**.
-
-The documentation linked above is for running the **latest Jellyseerr** release.
-
-> [!WARNING]
-> If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**.
-
-Instead, follow the dedicated migration guide (with `:develop` tag):
-https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx
-
-> [!CAUTION]
-> **DO NOT run Jellyseerr (latest) using an existing Overseerr database. This includes third-party images with `seerr:latest` (as it points to jellyseerr 2.7.3 and not seerr.**
-> Doing so **may cause database corruption and/or irreversible data loss and/or weird unintended behaviour**.
-
-For migration assistance, beta testing questions, or troubleshooting, please join our **Discord** and ask for support there.
-
## Preview
-
+
+
+## Migrating from Overseerr/Jellyseerr to Seerr
+
+Read our [release announcement](https://docs.seerr.dev/blog/seerr-release) to learn what Seerr means for Jellyseerr and Overseerr users.
+
+Please follow our [migration guide](https://docs.seerr.dev/migration-guide) for detailed instructions on migrating from Overseerr or Jellyseerr.
## Support
diff --git a/public/sw.js b/public/sw.js
index 3aec6343..459985d6 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -3,7 +3,7 @@
// previously cached resources to be updated from the network.
// This variable is intentionally declared and unused.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
-const OFFLINE_VERSION = 4;
+const OFFLINE_VERSION = 5;
const CACHE_NAME = 'offline';
// Customize this with a different URL if needed.
const OFFLINE_URL = '/offline.html';