feat(apps): Unraid Port - A (#2438)
* feat(apps): Unraid Port - A * fix some minimal issues with naming * cleanup unwanted Apps * fix some weirdness * fix some more issues with the parser * fixes * use tccr * some fixes * fix some things * fix current issues * patches * NUKE AD SHIT
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
env:
|
||||
ARL_TOKEN: ''
|
||||
AUTOSTART: ''
|
||||
CONCURRENT_DOWNLOADS: ''
|
||||
EMBEDDED_COVER_QUALITY: ''
|
||||
FILE_PERMISSIONS: ''
|
||||
FOLDER_PERMISSIONS: ''
|
||||
NOTIFYPLEX: ''
|
||||
PLEXLIBRARYNAME: ''
|
||||
PLEXTOKEN: ''
|
||||
PLEXURL: ''
|
||||
QUALITY: ''
|
||||
SCRIPTINTERVAL: ''
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/ambd
|
||||
tag: latest
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
hostpathfordownloads-ambd:
|
||||
enabled: true
|
||||
mountPath: /downloads-ambd
|
||||
hostpathforlibrary-ambd:
|
||||
enabled: true
|
||||
mountPath: /library-ambd
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user