1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00
immich/docker
Zack Pollard 2e38fa73bf
feat: storage template file move hardening (#5917)
* fix: pgvecto.rs extension breaks typeorm schema:drop command

* fix: parse postgres bigints to javascript number types when selecting data

* feat: verify file size is the same as original asset after copying file for storage template job

* feat: allow disabling of storage template job, defaults to disabled for new instances

* fix: don't allow setting concurrency for storage template migration, can cause race conditions above 1

* feat: add checksum verification when file is copied for storage template job

* fix: extract metadata for assets that aren't visible on timeline
2023-12-29 18:41:33 +00:00
..
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml feat: storage template file move hardening (#5917) 2023-12-29 18:41:33 +00:00
docker-compose.prod.yml chore(deps): update redis:6.2-alpine docker digest to b6124ab (#5599) 2023-12-11 10:38:26 -06:00
docker-compose.yml chore(deps): update redis:6.2-alpine docker digest to b6124ab (#5599) 2023-12-11 10:38:26 -06:00
example.env feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
hwaccel-rkmpp.yml feat(server): hardware video acceleration for Rockchip SOCs via RKMPP (#4645) 2023-10-30 09:39:37 -05:00
hwaccel.yml chore(dev): move envs to image (#5906) 2023-12-21 09:28:23 -06:00
README.md chore: add warning to compose file and readme (#5123) 2023-11-18 11:43:10 -06:00

Caution

Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

The compose file on main may not be compatible with the latest release.