Matthew Momjian
af8f3774d0
docs: details for windows users how to change docker volume ( #12551 )
...
* details for windows users
* Update requirements.md
2024-09-24 10:38:13 -04:00
Johannes Kastl ARS
de0fd06f43
docs: add hint for healthcheck.start_interval ( #12643 )
...
* docs/docs/install/docker-compose.mdx: add hint for healthcheck.start_interval (https://github.com/immich-app/immich/discussions/12638 )
* Update docs/docs/install/docker-compose.mdx
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com >
---------
Co-authored-by: Jason Rasmussen <jason@rasm.me >
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com >
2024-09-16 20:53:43 +00:00
Matthew Momjian
1593eaf6fc
docs: add server backup to First Steps ( #12555 )
...
* prompt for backups on setup
* add file
* case, update backup restore
* Update backup-and-restore.md
* Update backup-and-restore.md
* Update backup-and-restore.md
* Update backup-and-restore.md
* Update post-install.mdx
2024-09-11 21:27:40 -04:00
Gavin Mogan
0b6cd74e4d
docs: ioredis link ( #12291 )
...
Fix link to ioredis docs
it was docker, now its ioredis!
2024-09-03 23:51:09 +00:00
Richard Kojedzinszky
f3e176e192
feat(ml): support dynamic scaling ( #12065 )
...
feat(ml): make http keep-alive configurable
Closes #12064
2024-08-29 15:11:49 +00:00
Thomas Clarke
868aedd212
fix: docs link to breaking changes ( #12027 )
...
Fix link to breaking changes
2024-08-25 12:54:12 -05:00
Aaron Rodrigues
d61828598b
fix(docs): spelling ( #11859 )
...
* Update requirements.md
* Update unraid.md
* Update shared-albums.md
* Update shared-albums.md
* Update unraid.md
* Update shared-albums.md
2024-08-16 23:14:53 -04:00
Matthew Momjian
ca775ab3e9
docs: Update docs + example.env for DB_PASSWORD ( #11678 )
2024-08-09 21:36:32 +00:00
bo0tzz
a144a1bec3
chore: add warning to media location env var ( #11665 )
2024-08-09 07:29:55 -04:00
Nicolò
a3799b3053
feat(server): add IP trust list for reverse proxy ( #11286 )
...
* feat(server): add IP trust list for reverse proxy
Signed-off-by: hitech95 <nicveronese@gmail.com >
* feat(docs): add documentation of `IMMICH_TRUSTED_PROXIES` env
Signed-off-by: hitech95 <nicveronese@gmail.com >
---------
Signed-off-by: hitech95 <nicveronese@gmail.com >
2024-07-26 09:23:58 -05:00
Fynn Petersen-Frey
54488b1016
feat(ml): improved ARM-NN support ( #11233 )
2024-07-20 15:59:27 -04:00
Saschl
d37e8ede3b
feat: optionally generate thumbnails for invalid images ( #11126 )
2024-07-18 12:07:22 -04:00
Mert
88f62087fd
chore(ml): set higher worker timeout for openvino ( #11174 )
2024-07-18 10:50:57 -04:00
Matthew Momjian
dda9c0057b
docs: install script note ( #11122 )
...
install script note
2024-07-15 18:54:16 -04:00
Jason Rasmussen
5f25e2ce82
refactor(server): build resources ( #10958 )
2024-07-08 14:53:18 -04:00
François-Guillaume Lemesre
38e26fd67c
chore: update Unraid Docker-Compose documentation to reflect missing healthcheck start_interval parameter from Docker Engine v24.0.9. ( #10406 )
...
* Update Unraid Docker-Compose documentation to reflect missing healthcheck start_interval parameter from Docker Engine v24.0.9.
Unraid v6.12.10 uses Docker Engine v24.0.9, which does not support setting a start_interval parameter, used by the database container. Added info to the documentation to bypass this while retaining the initial health check interval.
* Fixed Markdown formatting.
* Removed info box formatting issue.
Moved the information about Unraid's Docker Engine version to section 4 of the installation instructions, instead of trying to use an info box that broke the formatting.
* fix format
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-06-17 17:08:31 +00:00
Zack Pollard
b16c9405d8
docs: otel metrics port worker split ( #10085 )
2024-06-10 12:44:10 -05:00
Zack Pollard
abf6fc25f7
chore: change default thumbnail concurrency and auto-detect container core count ( #9981 )
...
* feat: automatically detect amount of CPU cores and allow overriding with CPU_CORES env var
* chore: change default thumbnail concurrency to 3
2024-06-05 11:45:53 +01:00
Matthew Momjian
5ef2553bca
feat(docs): microservices be gone ( #9558 )
...
* env vars
* docs
* more info on workers
* fix
* typo
* fix bash
* typo
* service -> contianer
* worker -> workers
* updating jobs and workers
* split workers
* redis
* fix conflict
* node -> immich
* add NO_COLOR
* Update docs/docs/administration/jobs-workers.md
* chore: fix broken links now jobs page is gone
* Update environment-variables.md
* Update environment-variables.md
---------
Co-authored-by: Zack Pollard <zackpollard@ymail.com >
2024-05-30 14:25:27 +01:00
bo0tzz
602f0a3499
fix(docs): Duplicate user key in example config.json ( #9735 )
...
related: #9734
2024-05-24 16:06:08 -04:00
Jason Rasmussen
2e62c7b417
refactor: node_env => immich_env ( #9561 )
2024-05-17 13:30:05 -04:00
Jason Rasmussen
d61418886f
refactor!: port env ( #9559 )
...
refactor: port env
2024-05-17 12:59:05 -04:00
Jason Rasmussen
4807fc40a6
refactor!: LOG_LEVEL => IMMICH_LOG_LEVEL ( #9557 )
...
refactor: LOG_LEVEL => IMMICH_LOG_LEVEL
2024-05-17 11:44:22 -04:00
Mert
64636c0618
feat(server): near-duplicate detection ( #8228 )
...
* duplicate detection job, entity, config
* queueing
* job panel, update api
* use embedding in db instead of fetching
* disable concurrency
* only queue visible assets
* handle multiple duplicateIds
* update concurrent queue check
* add provider
* add web placeholder, server endpoint, migration, various fixes
* update sql
* select embedding by default
* rename variable
* simplify
* remove separate entity, handle re-running with different threshold, set default back to 0.02
* fix tests
* add tests
* add index to entity
* formatting
* update asset mock
* fix `upsertJobStatus` signature
* update sql
* formatting
* default to 0.03
* optimize clustering
* use asset's `duplicateId` if present
* update sql
* update tests
* expose admin setting
* refactor
* formatting
* skip if ml is disabled
* debug trash e2e
* remove from web
* remove from sidebar
* test if ml is disabled
* update sql
* separate duplicate detection from clip in config, disable by default for now
* fix doc
* lower minimum `maxDistance`
* update api
* Add and Use Duplicate Detection Feature Flag (#9364 )
* Add Duplicate Detection Flag
* Use Duplicate Detection Flag
* Attempt Fixes for Failing Checks
* lower minimum `maxDistance`
* fix tests
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
* chore: fixes and additions after rebase
* chore: update api (remove new Role enum)
* fix: left join smart search so getAll works without machine learning
* test: trash e2e go back to checking length of assets is zero
* chore: regen api after rebase
* test: fix tests after rebase
* redundant join
---------
Co-authored-by: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com >
Co-authored-by: Zack Pollard <zackpollard@ymail.com >
Co-authored-by: Zack Pollard <zack@futo.org >
2024-05-16 18:08:37 +01:00
Matthew Momjian
45316f985b
Update portainer install docs ( #9421 )
...
* Update portainer.md
* Update portainer.md
* chore: cleanup
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com >
2024-05-13 09:46:38 -04:00
Matthew Momjian
3a68190b99
docs: warn against use on NTFS / WSL ( #9371 )
...
* DB filesystem
* updates to requirements
* wording
* OS update
* Update environment-variables.md
* Update FAQ.mdx
* Update requirements.md
2024-05-10 11:02:48 -04:00
The Linux Cast
98f87b275b
docs: update portainer.md ( #9337 )
...
Changed #3 to lowercase, as Portainer stacks do not accept capital letters.
2024-05-08 16:54:20 -05:00
bo0tzz
d7f53d93a6
chore(docs): Link to helm chart README ( #9238 )
2024-05-03 08:03:45 -04:00
Matthew Momjian
ee4877b090
chore(docs): collapse some small sections and add a note on MEDIA_LOCATION variable ( #9150 )
...
* Update environment-variables.md
* Update config-file.md
* Update config-file.md
* Update command-line-interface.md
* linting
2024-04-29 09:23:13 -05:00
Matthew Momjian
fc2e709ad4
docs: update env vars for new deployment ( #9145 )
...
* Update environment-variables.md
* Update environment-variables.md
* add DB_DATA_LOCATION
2024-04-28 21:54:27 -04:00
Jason Rasmussen
7ea539b753
chore(server): default postgres hostname to compose service name ( #9118 )
2024-04-27 13:43:45 -04:00
Jason Rasmussen
0d8a04b43c
chore: for redis, use service name as the default ( #9109 )
...
chore: use service name as default redis hostname
2024-04-27 11:04:23 -04:00
Mert
466451abc9
feat(server): env variable to skip migrations on startup ( #9069 )
...
* env variable to skip migrations
* update docs
* update env doc
2024-04-24 22:52:38 -04:00
Mert
431ffebddd
feat(server): use embedded preview from raw images ( #8773 )
...
* extract embedded
* update api
* add tests
* move temp file logic outside of media repo
* formatting
* revert `toSorted`
* disable by default
* clarify setting description
* wording
* wording
* update docs
* check extracted image dimensions
* test that it unlinks
* formatting
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-04-19 10:50:13 -05:00
Matthew Momjian
c70d9f9055
docs: bunch of small changes ( #8854 )
...
* Update postgres-standalone.md
* Update postgres-standalone.md
* Update postgres-standalone.md
* Update postgres-standalone.md
* Update environment-variables.md
* Update postgres-standalone.md
* Update docker-compose.mdx
* Update environment-variables.md
* Update FAQ.mdx
* Update kubernetes.md
* Update kubernetes.md
* Update system-settings.md
* Update libraries.md
* Update supported-formats.md
2024-04-16 18:58:19 -04:00
aviv926
58e516c766
Docs: minor changes ( #8814 )
...
* minor
* add image
* PR feedback
* npm run format:fix of course 4_4
* Remove what is not relevant
* pr feedback
* PR feedback
* revert npm run format
* Update docs/docs/FAQ.mdx
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com >
* Update FAQ.mdx
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com >
2024-04-16 07:26:12 +02:00
yparitcher
ed74213c63
feat(server): server host binding ( #8800 )
...
* Allow setting the host address for the server & microservices
Default to listen on all interfaces as per the current behavior.
* (Docs) format: fix lint
2024-04-15 14:24:13 -04:00
Matthew Momjian
933b6b67f5
feat: Improve error handling for Install Script ( #8422 )
...
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* Update docs
immich-app vs immich-data
We do not actually touch the .env file
* Remove docker-compose
Docker-compose is no longer supported by Immich
* Update remote-machine-learning.md
* Update install.sh
* Update install.sh
* Update requirements.md
* Update requirements.md
2024-04-08 19:01:57 -04:00
Poolitzer
20583d5334
docs: update docker container name in unraid setup docs ( #8476 )
...
Fix: change web to server docker name
2024-04-08 15:58:27 -04:00
mgabor
71d346207d
feat(docs): update Unraid installation guide ( #8540 )
...
* Update unraid.md
* Update docs/docs/install/unraid.md
Co-authored-by: bo0tzz <git@bo0tzz.me >
---------
Co-authored-by: mgabor <>
Co-authored-by: bo0tzz <git@bo0tzz.me >
2024-04-06 14:23:51 +00:00
aviv926
22c3d26604
feat(docs): Add information about breaking changes ( #8524 )
...
* Added information about breaking updates
* PR feedback
2024-04-05 09:59:03 -05:00
bo0tzz
0529076ed7
docs: Update environment variable services ( #8490 )
...
* docs: Update environment variable services
* chore: format fix
2024-04-03 18:20:48 -04:00
Matthew Momjian
7cc19b50fc
docs: update DB_URL_FILE ( #8465 )
...
* Update environment-variables.md
* linting
2024-04-02 10:56:17 -04:00
Mert
8edc2fb46f
refactor(server): decouple generated images from image formats ( #8246 )
...
* rename
thumbnail config
update target paths, fix tests
rename to image settings
replace legacy enum
better typing
update sql
update api
remove config option
fix
* update docs
* update other thumbnail configs in migration
* keep legacy enum for now
* fix jumbled job names
* fix jumbled job names in tests
* rename thumbhash job
* rename dto
* fix tests
* preserve order
* remove unused import
* keep old fields in dto, marked deprecated
* update sql
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-04-02 04:56:56 +00:00
Mert
169d9d18b0
docs: document metric env variables, add job metric env ( #8406 )
...
* update env docs
* show options
2024-03-31 17:29:11 +00:00
mmomjian
245535ee04
docs: specify Timezone ( #8403 )
2024-03-31 11:38:16 -05:00
Keshav Prateek Pandey
c788160532
chore(docs): Update docker compose readme with wget download option ( #8250 )
...
Add download option to wget
2024-03-25 05:01:29 +00:00
Tyler Brockett
14da671bf9
fix(docs): add microservices to IMMICH_CONFIG_FILE env var documentation ( #8017 )
2024-03-17 13:41:55 -05:00
bo0tzz
72f9295490
feat(server): YAML config file support ( #7894 )
...
* test(server): Load config from yaml
* docs: YAML config support
* feat(server): YAML config file support
* fix format
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-03-12 16:29:49 +01:00
Slavik
def82a7354
docs: config-file.md update config to current (v1.98) state ( #7808 )
...
* docs: config-file.md update config to current (v1.98) state
* fix format
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-03-12 03:46:42 +00:00