diff --git a/charts/stable/seerr/.helmignore b/charts/stable/seerr/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/stable/seerr/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/stable/seerr/CHANGELOG.md b/charts/stable/seerr/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/stable/seerr/Chart.yaml b/charts/stable/seerr/Chart.yaml new file mode 100644 index 00000000000..38edb02f211 --- /dev/null +++ b/charts/stable/seerr/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + artifacthub.io/links: |- + - name: support + url: https://discord.com/invite/tVsPTHWTtr + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/category: media + truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 + truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.3 +dependencies: + - name: common + version: 28.27.4 + repository: oci://oci.trueforge.org/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: seerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. +home: https://truecharts.org/charts/stable/seerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seerr.webp +keywords: + - seerr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seerr +sources: + - https://ghcr.io/fallenbagel/seerr + - https://github.com/Fallenbagel/seerr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/seerr +type: application +version: 13.12.0 + diff --git a/charts/stable/seerr/README.md b/charts/stable/seerr/README.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/stable/seerr/docs/how-to.md b/charts/stable/seerr/docs/how-to.md new file mode 100644 index 00000000000..ab718d02abe --- /dev/null +++ b/charts/stable/seerr/docs/how-to.md @@ -0,0 +1,28 @@ +--- +title: Setup Guide +--- + +**seerr** is a free and open-source software application for managing requests for your media library. It is a fork of [Overseerr](https://github.com/sct/overseerr), built to bring support for [Jellyfin](https://github.com/jellyfin/jellyfin) and [Emby](https://github.com/MediaBrowser/Emby) media servers! + +## App Installation + +- Most of the settings can be left at their default values, but ensure that you have set the correct timezone. + +## seerr Initial Setup + +- Select "Use your Jellyfin account" and fill in your Jellyfin URL, Email address +- Define a user to be used for administrative purposes in **seerr** and click next. + +![seerrSetupSignIn](./img/seerrSetupSignIn.png) + +- Sync your libraries automatically and enable any libaries you want Jellyseer to be able to access. +- Perform a manual scan and click next after it finishes. + +![seerrSetupLibraries](./img/seerrSetupLibraries.png) + +- Configure your existing Sonarr/Radarr services you wants to use and click "Finish Setup". + +## Support + +- For further information on **seerr** itself, start with their [Github](https://github.com/Fallenbagel/seerr). +- For further information on operating **Overseerr** itself, start with their [Documentation](https://docs.overseerr.dev/). diff --git a/charts/stable/seerr/docs/img/JellyseerrSetupLibraries.png b/charts/stable/seerr/docs/img/JellyseerrSetupLibraries.png new file mode 100644 index 00000000000..b0cbed42225 Binary files /dev/null and b/charts/stable/seerr/docs/img/JellyseerrSetupLibraries.png differ diff --git a/charts/stable/seerr/docs/img/JellyseerrSetupSignIn.png b/charts/stable/seerr/docs/img/JellyseerrSetupSignIn.png new file mode 100644 index 00000000000..a95e34bf128 Binary files /dev/null and b/charts/stable/seerr/docs/img/JellyseerrSetupSignIn.png differ diff --git a/charts/stable/seerr/icon-small.webp b/charts/stable/seerr/icon-small.webp new file mode 100644 index 00000000000..bfa6bacda4f Binary files /dev/null and b/charts/stable/seerr/icon-small.webp differ diff --git a/charts/stable/seerr/icon.webp b/charts/stable/seerr/icon.webp new file mode 100644 index 00000000000..f9dc60f9b18 Binary files /dev/null and b/charts/stable/seerr/icon.webp differ diff --git a/charts/stable/seerr/templates/NOTES.txt b/charts/stable/seerr/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/stable/seerr/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/stable/seerr/templates/common.yaml b/charts/stable/seerr/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/stable/seerr/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/stable/seerr/values.yaml b/charts/stable/seerr/values.yaml new file mode 100644 index 00000000000..852c04f9b2a --- /dev/null +++ b/charts/stable/seerr/values.yaml @@ -0,0 +1,24 @@ +image: + repository: oci.trueforge.org/containerforge/seerr + tag: "2.7.3" + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10241 +persistence: + config: + enabled: true + mountPath: "/app/config" + +workload: + main: + podSpec: + containers: + main: + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # User Defined + JELLYFIN_TYPE: "" + LOG_LEVEL: "info"