[PR #5625] [MERGED] Jellyfin GPU Passthrough NVIDIA Note #5948

Closed
opened 2025-11-20 07:08:22 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5625
Author: @austinpilz
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @michelroegl-brunner

Base: mainHead: patch-1


📝 Commits (1)

  • 88358bb Jellyfin GPU passthrough setup instruction

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 frontend/public/json/jellyfin.json (+4 -0)

📄 Description

✍️ Description

  • Adds a note to Jellyfin script installation when using nvidia graphics cards.

While the Jellyfin script handles the PCI passthrough and ID mappings correctly, the container still requires the same graphics drivers be present in the container that are also on the host. This PR adds an explicit call out to do so after script completion with the CLI arg that allows it to occur.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/5625 **Author:** [@austinpilz](https://github.com/austinpilz) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`88358bb`](https://github.com/community-scripts/ProxmoxVE/commit/88358bbde9040d5bfe298fc4a63182ce2c19564f) Jellyfin GPU passthrough setup instruction ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/jellyfin.json` (+4 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Adds a note to Jellyfin script installation when using nvidia graphics cards. While the Jellyfin script handles the PCI passthrough and ID mappings correctly, the container still requires the same graphics drivers be present in the container that are also on the host. This PR adds an explicit call out to do so after script completion with the CLI arg that allows it to occur. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [X] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:08:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5948