TrueChartsClone/charts/stable/plex-playlist-sync/values.yaml

74 lines
2.0 KiB
YAML
Raw Normal View History

add(plex-playlist-sync) add Plex Playlist Sync (#12166) **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. --> Hello, this is my attempt at adding Plex Playlist Sync to TrueCharts. The logo file was excluded because they don't have a logo. This app is quite simple in it's nature so I figured this would be a good first app contribution for me. Help/feedback/edits always welcome. Thank you! **⚙️ 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 --> I haven't tested this out, but because it's a relatively simple application I believe it should work - with the exception of it not yet being on the TCCR. Here is a link to my PR for the containers repository: https://github.com/truecharts/containers/pull/29169 **📃 Notes:** <!-- Please enter any other relevant information here --> Added the installation instructions for this application. I'm also unable to add a logo file due to this application not having a logo. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [X] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 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. - [X] 🪞 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._ --------- Signed-off-by: John P <emaltonator@gmail.com> Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-03 23:02:21 +00:00
image:
chore(images): fix some refs (#16749) **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 **➕ 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._
2024-01-02 11:15:02 +00:00
repository: rnagabhyrava/plexplaylistsync
tag: latest@68b580ff05514eab0735a83adb1b8873427435714c8b303c08cf335ce4e892dc
add(plex-playlist-sync) add Plex Playlist Sync (#12166) **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. --> Hello, this is my attempt at adding Plex Playlist Sync to TrueCharts. The logo file was excluded because they don't have a logo. This app is quite simple in it's nature so I figured this would be a good first app contribution for me. Help/feedback/edits always welcome. Thank you! **⚙️ 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 --> I haven't tested this out, but because it's a relatively simple application I believe it should work - with the exception of it not yet being on the TCCR. Here is a link to my PR for the containers repository: https://github.com/truecharts/containers/pull/29169 **📃 Notes:** <!-- Please enter any other relevant information here --> Added the installation instructions for this application. I'm also unable to add a logo file due to this application not having a logo. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [X] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 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. - [X] 🪞 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._ --------- Signed-off-by: John P <emaltonator@gmail.com> Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-03 23:02:21 +00:00
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
pps:
plex:
url: "http://localhost:32400"
token: "plextoken123"
spotify:
user_id: ""
client_id: ""
client_secret: ""
deezer:
user_id: ""
playlist_id: []
other:
write_missing_as_csv: false
append_service_suffix: true
add_playlist_poster: true
add_playlist_description: true
append_instead_of_sync: false
seconds_to_wait: 84000
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
PLEX_URL: "{{ .Values.pps.plex.url }}"
PLEX_TOKEN: "{{ .Values.pps.plex.token }}"
SPOTIFY_USER_ID: "{{ .Values.pps.spotify.user_id }}"
SPOTIFY_CLIENT_ID: "{{ .Values.pps.spotify.client_id }}"
SPOTIFY_CLIENT_SECRET: "{{ .Values.pps.spotify.client_secret }}"
DEEZER_USER_ID: "{{ .Values.pps.deezer.user_id }}"
DEEZER_PLAYLIST_ID: '{{ join " " .Values.pps.deezer.playlist_id }}'
WRITE_MISSING_AS_CSV: "{{ .Values.pps.other.write_missing_as_csv }}"
APPEND_SERVICE_SUFFIX: "{{ .Values.pps.other.append_service_suffix }}"
ADD_PLAYLIST_POSTER: "{{ .Values.pps.other.add_playlist_poster }}"
ADD_PLAYLIST_DESCRIPTION: "{{ .Values.pps.other.add_playlist_description }}"
APPEND_INSTEAD_OF_SYNC: "{{ .Values.pps.other.append_instead_of_sync }}"
SECONDS_TO_WAIT: "{{ .Values.pps.other.seconds_to_wait }}"
persistence:
data:
enabled: true
mountPath: /data
portal:
open:
enabled: false