feat(plex-auto-languages) (#3603)

* fix(plex-auto-languages): move to stable

* fix(plex-auto-languages): move to stable

* update values and chart.yaml

* removed from incubator train

* move

* typo?

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-08-28 17:58:40 +03:00
committed by GitHub
co-authored by Stavros Kois
parent 660eb49c62
commit 7543c7e0af
10 changed files with 151 additions and 137 deletions
@@ -1,10 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
- MediaApp-Other
- MediaApp-Video
- MediaServer-Video
apiVersion: v2
appVersion: "latest"
dependencies:
@@ -12,8 +5,8 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.0
deprecated: false
description: "Mes vidos sur TrueNAS disponibles sur : https://www.youtube.com/superboki\r\n"
home: https://truecharts.org/docs/charts/incubator/plex-auto-languages
description: Automated language selection for Plex TV Shows.
home: https://truecharts.org/docs/charts/stable/plex-auto-languages
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png
keywords:
- plex-auto-languages
@@ -32,4 +25,12 @@ sources:
- https://github.com/remirigal/plex-auto-languages
- https://hub.docker.com/r/remirigal/plex-auto-languages
type: application
version: 0.0.19
version: 1.0.0
annotations:
truecharts.org/catagories: |
- Tools-Utilities
- MediaApp-Other
- MediaApp-Video
- MediaServer-Video
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

@@ -0,0 +1,7 @@
# Installation Notes
- Set `PLEX_URL` with `http://IP:PORT` or cluster: `http://plex.ix-plex.svc.cluster.local:32400`. this cluster URL assumes you named it `plex`.
- To set `PLEX_TOKEN` you need to Browse to a library item and view the XML for it in plex as the `admin` user in the browser, the url will end with `...Plex-Token=` so **ONLY** copy after the `=` for the token.
![xml_info_token.png](imgs/xml_info_token.png)

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

@@ -26,7 +26,7 @@ questions:
label: "PLEX_TOKEN"
schema:
type: string
default: "VOTRE_TOKEN_PLEX"
default: "YOUR_TOKEN_PLEX"
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -1,27 +1,20 @@
env:
PLEX_TOKEN: VOTRE_TOKEN_PLEX
PLEX_URL: http://plex:32400
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plex-auto-languages
tag: latest@sha256:189e71bed60e6bf3e56c8a6b955db151d23af124ea91386e84983268ef74c0b5
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsGroup: 0
runAsUser: 0
env:
PLEX_TOKEN: YOUR_TOKEN_PLEX
PLEX_URL: http://plex:32400
service:
main:
enabled: false
@@ -29,5 +22,18 @@ service:
main:
enabled: false
persistence:
config:
enabled: true
mountPath: /config
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
portal:
enabled: false