feat(plexripper) move plexripper to stable (#12016)

**Description**
Move plexripper to stable + add download storage to gui.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ 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:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
This commit is contained in:
Xstar97TheNoob
2023-08-29 13:17:08 -04:00
committed by GitHub
parent d8a29b7679
commit ff4d920dba
9 changed files with 15 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ appVersion: "0.14.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.2
version: 14.0.3
deprecated: false
description: PlexRipper is a cross-platform media downloader that indexes the Plex servers you have access to and allows you to download everything while adding it to your own Plex server.
description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
home: https://truecharts.org/charts/incubator/plexripper
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png
keywords:
@@ -26,7 +26,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper
- https://github.com/PlexRipper/PlexRipper/
type: application
version: 4.0.5
version: 4.0.6
annotations:
truecharts.org/catagories: |
- media

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -49,6 +49,14 @@ questions:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: downloads
label: App Downloads Storage
description: Stores the Application Downloads.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}

View File

@@ -14,9 +14,9 @@ service:
main:
ports:
main:
port: 7000
protocol: http
targetPort: 7000
port: 7000
workload:
main:
@@ -38,6 +38,9 @@ persistence:
config:
enabled: true
mountPath: /Config
downloads:
enabled: true
mountPath: /Downloads
portal:
open: