Initial commit

This commit is contained in:
2025-11-06 20:28:41 +01:00
commit 5fc4fbcef3
182 changed files with 4742 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/jdownloader/storage/config
Driver=local
Options=bind
Type=none
VolumeName=jdownloader-config

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/jdownloader/storage/output
Driver=local
Options=bind
Type=none
VolumeName=jdownloader-output

View File

@@ -0,0 +1,25 @@
[Unit]
Description=JDownloader container
[Container]
AutoUpdate=registry
ContainerName=jdownloader
Environment=GROUP_ID=1005
Environment=JDOWNLOADER_HEADLESS=1
Environment=MYJDOWNLOADER_DEVICE_NAME=pi4
Environment=TZ=Europe/Zurich
Environment=USER_ID=1005
Image=docker.io/jlesage/jdownloader-2:latest
Pod=jdownloader.pod
Secret=jdownloader-email,type=env,target=MYJDOWNLOADER_EMAIL
Secret=jdownloader-password,type=env,target=MYJDOWNLOADER_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=jdownloader-config.volume:/config
Volume=jdownloader-output.volume:/output
[Service]
Restart=always
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,3 @@
[Pod]
PodName=jdownloader
PublishPort=3129:3129