Skip to content

Commit db83272

Browse files
committed
Update
1 parent 4759e15 commit db83272

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

technology/immich/immich-installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

technology/immich/immich-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Settings
88
domain="website.com"
99
domain_root_path="/home/$domain"
10-
subdomain="subdomain"
10+
subdomain="photos"
1111
```
1212

1313
```.sh

0 commit comments

Comments
 (0)