Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 9e85410340 - Show all commits
+1 -2
View File
@@ -18,8 +18,7 @@ services:
DB_PASSWORD: ${DB_PASSWORD}
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
REDIS_HOSTNAME: immich-redis
IMMICH_MACHINE_LEARNING_ENABLED: "false"
IMMICH_MACHINE_LEARNING_URL: ""
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning:3003
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
interval: 30s
+8
View File
@@ -48,6 +48,10 @@ photos.jimmygan.com {
reverse_proxy 100.78.131.124:2283 {
header_up X-Forwarded-Proto https
header_up X-Forwarded-Host {host}
transport http {
read_timeout 10m
write_timeout 10m
}
}
}
@@ -56,5 +60,9 @@ photos-app.jimmygan.com {
reverse_proxy 100.78.131.124:2283 {
header_up X-Forwarded-Proto https
header_up X-Forwarded-Host {host}
transport http {
read_timeout 10m
write_timeout 10m
}
}
}