feature/jdownloader (#6)
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: jdownloader
|
||||
namespace: plex-and-tools
|
||||
labels:
|
||||
app: jdownloader
|
||||
data:
|
||||
# https://github.com/jlesage/docker-jdownloader-2?tab=readme-ov-file#environment-variables
|
||||
KEEP_APP_RUNNING: '1'
|
||||
MYJDOWNLOADER_DEVICE_NAME: 'k8s'
|
||||
JDOWNLOADER_HEADLESS: '0'
|
||||
JDOWNLOADER_MAX_MEM: '2G'
|
||||
INSTALL_PACKAGES: 'curl'
|
||||
DARK_MODE: '1'
|
||||
Reference in New Issue
Block a user