chore: prepare 3.0.0 release
This commit is contained in:
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- legacy-jellyseerr
|
- develop
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'gen-docs/**'
|
- 'gen-docs/**'
|
||||||
|
|||||||
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@@ -279,17 +279,17 @@ jobs:
|
|||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
|
||||||
|
|
||||||
- name: Verify attestations
|
# - name: Verify attestations
|
||||||
run: |
|
# run: |
|
||||||
cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
|
# cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
|
||||||
--type cyclonedx \
|
# --type cyclonedx \
|
||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
||||||
|
|
||||||
cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
|
# cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
|
||||||
--type cyclonedx \
|
# --type cyclonedx \
|
||||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
name: Publish release
|
name: Publish release
|
||||||
|
|||||||
34
README.md
34
README.md
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">⚠️ <strong>NOTE:</strong> We are currently in the process of merging Overseerr and Jellyseerr into this unified repository.</div>
|
<p align="center">
|
||||||
|
<img src="./public/logo_full.svg" alt="Seerr" style="margin: 20px 0;">
|
||||||
<h1 align="center" style="font-size: 4em;">🚧 Seerr</h1>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/seerr-team/seerr/actions/workflows/release.yml/badge.svg" alt="Seerr Release" />
|
<img src="https://github.com/seerr-team/seerr/actions/workflows/release.yml/badge.svg" alt="Seerr Release" />
|
||||||
<img src="https://github.com/seerr-team/seerr/actions/workflows/ci.yml/badge.svg" alt="Seerr CI">
|
<img src="https://github.com/seerr-team/seerr/actions/workflows/ci.yml/badge.svg" alt="Seerr CI">
|
||||||
@@ -32,31 +32,19 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
|
|||||||
|
|
||||||
## Getting Started
|
## 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/
|
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
|
## Preview
|
||||||
|
|
||||||
<img src="./public/preview.jpg">
|
<img src="./public/preview.jpg" alt="Seerr application 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
|
## Support
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// previously cached resources to be updated from the network.
|
// previously cached resources to be updated from the network.
|
||||||
// This variable is intentionally declared and unused.
|
// This variable is intentionally declared and unused.
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const OFFLINE_VERSION = 4;
|
const OFFLINE_VERSION = 5;
|
||||||
const CACHE_NAME = 'offline';
|
const CACHE_NAME = 'offline';
|
||||||
// Customize this with a different URL if needed.
|
// Customize this with a different URL if needed.
|
||||||
const OFFLINE_URL = '/offline.html';
|
const OFFLINE_URL = '/offline.html';
|
||||||
|
|||||||
Reference in New Issue
Block a user