[PR #5040] [CLOSED] Add Stremio Server LXC Script #5459

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5040
Author: @KellanStevens
Created: 6/7/2025
Status: Closed

Base: mainHead: stremio-ct


📝 Commits (9)

  • bb2ae91 feat(ct/alpine-stremio.sh): new stremio setup
  • 53d43aa feat(install/stremio-install.sh): stremio setup
  • 08f121a doc(ct/alpine-stremio.sh): update author
  • 8c091c7 doc(install/stremio-install.sh): update author
  • 19d7af7 chore(ct/alpine-stremio.sh): update name
  • a663224 fix(install/stremio-install.sh): use correct name and release
  • ed9e7c7 chore(ct/headers/stremio-service): here is the header
  • 121ed8b refactor: renaming
  • 15605d4 chore(ct/stremio-service.sh): update server -> service

📊 Changes

3 files changed (+124 additions, -0 deletions)

View changed files

ct/headers/stremio-service (+6 -0)
ct/stremio-service.sh (+41 -0)
install/stremio-service-install.sh (+77 -0)

📄 Description

✍️ Description

Adds a new script set for deploying Stremio Server in a Proxmox LXC container.
Includes both the container creation script and the in-container install script, following project conventions.

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.
  • [X ] 🆕 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/5040 **Author:** [@KellanStevens](https://github.com/KellanStevens) **Created:** 6/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `stremio-ct` --- ### 📝 Commits (9) - [`bb2ae91`](https://github.com/community-scripts/ProxmoxVE/commit/bb2ae91420ab6cb31df030d97e04a373b46eabc1) feat(ct/alpine-stremio.sh): new stremio setup - [`53d43aa`](https://github.com/community-scripts/ProxmoxVE/commit/53d43aa58344caff61c9254f10349eb6fc1111fb) feat(install/stremio-install.sh): stremio setup - [`08f121a`](https://github.com/community-scripts/ProxmoxVE/commit/08f121a8d2410674a90ccd49e76bd1de34c20df2) doc(ct/alpine-stremio.sh): update author - [`8c091c7`](https://github.com/community-scripts/ProxmoxVE/commit/8c091c7ccd3d2920724e11785e1cfff15af2dc64) doc(install/stremio-install.sh): update author - [`19d7af7`](https://github.com/community-scripts/ProxmoxVE/commit/19d7af7ab6cbd8308a938191c0534c0438b87303) chore(ct/alpine-stremio.sh): update name - [`a663224`](https://github.com/community-scripts/ProxmoxVE/commit/a663224d8f62838cee829496015190bb7890922c) fix(install/stremio-install.sh): use correct name and release - [`ed9e7c7`](https://github.com/community-scripts/ProxmoxVE/commit/ed9e7c7467caf3bd52606a3b5baa928c34614532) chore(ct/headers/stremio-service): here is the header - [`121ed8b`](https://github.com/community-scripts/ProxmoxVE/commit/121ed8b220f2366e4d24448e022ac27dc16fb486) refactor: renaming - [`15605d4`](https://github.com/community-scripts/ProxmoxVE/commit/15605d41e916da46a0ed9e7dcee9a56e716a95b2) chore(ct/stremio-service.sh): update `server` -> `service` ### 📊 Changes **3 files changed** (+124 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/headers/stremio-service` (+6 -0) ➕ `ct/stremio-service.sh` (+41 -0) ➕ `install/stremio-service-install.sh` (+77 -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 new script set for deploying Stremio Server in a Proxmox LXC container. Includes both the container creation script and the in-container install script, following project conventions. ## 🔗 Related PR / Issue 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. - [X ] 🆕 **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. --- <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:06:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5459