TrueChartsClone/charts/stable/jellyseerr/docs/how-to.md

52 lines
2.4 KiB
Markdown
Raw Normal View History

2024-03-16 10:23:55 +00:00
---
title: Setup Guide
---
**Jellyseerr** 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) & [Emby](https://github.com/MediaBrowser/Emby) media servers!
2024-03-16 10:23:55 +00:00
## Requirements
- Jellyseerr TrueCharts Chart
- Jellyfin TrueCharts Chart
Update SCALE Docs (#21276) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-04-24 18:56:32 +00:00
- Installation of the TrueCharts Catalog, starting [here](/scale/#adding-truecharts)
2024-03-16 10:23:55 +00:00
## Install Jellyseerr inside TrueNAS SCALE
- Select `Apps` inside the `TrueNAS` menu,
- Then choose the `Available Applications` tab,
- and search for `jellyseerr`
![Search Jellyseer](./img/SearchJellyseerr.png)
- Click the Install button, and youll be prompted to set up the **Jellyseer** software.
- Most of the settings can be left at the default values, but ensure you select the correct
timezone before scrolling down to the Networking and Services section.
Take note of the default port (10241) that **Jellyseerr** listens on.
Scroll to the bottom of the window and click Save.
Once you hit Save, the process of downloading and setting up **Jellyseerr** will begin.
Switch back to the Installed Applications tab, and wait for the application to switch
from Deploying to Active - once it does, click the Open button to launch the **Jellyseerr** welcome portal.
## Jellyseerr 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 **Jellyseerr** and click next.
![JellyseerrSetupSignIn](./img/JellyseerrSetupSignIn.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.
![JellyseerrSetupLibraries](./img/JellyseerrSetupLibraries.png)
- Configure your existing Sonarr/Radarr services you wants to use and click "Finish Setup".
## Support
- You can also reach us using [Discord](https://discord.gg/tVsPTHWTtr) for real-time feedback and support
- If you found a bug in our chart, open a Github [issue](https://github.com/truecharts/apps/issues/new/choose)
- For further information on **Jellyseerr** itself, start with their [Github](https://github.com/Fallenbagel/jellyseerr).
- For further information on operating **Overseerr** itself, start with their [Documentation](https://docs.overseerr.dev/).