File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ services:
4545 environment:
4646 - IUO_UPSTREAM=http://immich-server:2283
4747 - IUO_TASKS_FILE=/app/config/tasks.yaml
48+ - IUO_TIMEOUT=3600
4849 volumes:
4950 - ./tasks.yaml:/app/config/tasks.yaml:ro
5051 depends_on:
@@ -185,7 +186,7 @@ tasks:
185186
186187 # Video compression with HandBrake
187188 - name: handbrake-video
188- command: HandBrakeCLI --preset "H.265 MKV 1080p30" --keep-display-aspect -i {{.folder}}/{{.name}}.{{.extension}} -o {{.folder}}/{{.name}}-new.mkv && rm {{.folder}}/{{.name}}.{{.extension}}
189+ command: HandBrakeCLI --preset "Fast 1080p30" --encoder x264 --keep-display-aspect -i {{.folder}}/{{.name}}.{{.extension}} -o {{.folder}}/{{.name}}-new.mkv && rm {{.folder}}/{{.name}}.{{.extension}}
189190 extensions:
190191 - 3gp
191192 - 3gpp
Original file line number Diff line number Diff line change 77# Settings
88domain=" website.com"
99domain_root_path=" /home/$domain "
10- subdomain=" subdomain "
10+ subdomain=" photos "
1111```
1212
1313``` .sh
You can’t perform that action at this time.
0 commit comments