Matthew Momjian
b3821c50d7
chore(docs): FAQ cleanup ( #14835 )
...
* FAQ cleanup
* link fix
* copy paste error
2024-12-20 23:40:33 -06:00
Matthew Momjian
1cec3af98c
chore(docs): fix broken link in FAQ ( #14834 )
...
broken link
2024-12-20 16:36:42 -06:00
Slavik
556c59f12f
docs: misspelled var "urls" in the "machineLearning" ( #14786 )
...
[docs] misspelled var "urls" in the "machineLearning"
Co-authored-by: slavik.fursov <slavik.fursov@oracle.com>
2024-12-18 19:57:25 -05:00
Kevin Cox
95f300f8d2
docs: Add more documentation for video transcoding settings. ( #13388 )
...
Add more documentation for video transcoding settings.
This adds documentation on many of the video transcoding settings `ffmpeg.*`. I focused the documentation on values that aren't just passthough to ffmpeg settings but that are custom to Immich.
2024-12-16 11:20:33 -06:00
pyorot
364b717fde
docs: improve install/requirements and install/docker-compose ( #13569 )
...
* cleanup install docs
* Apply suggestions from mmomjian's code review
Co-authored-by: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
* consequent wording simplifications
* latest rewording of start/restart
* Update requirements.md
removed leftover newline
---------
Co-authored-by: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
2024-12-16 10:04:39 -06:00
Matthew Momjian
345f918784
chore(docs): stronger discouraging of non-Linux installations ( #14620 )
...
* no windows!
* 2
* 3
* Update docs/docs/install/requirements.md
Co-authored-by: bo0tzz <git@bo0tzz.me>
* Update requirements.md
---------
Co-authored-by: bo0tzz <git@bo0tzz.me>
2024-12-10 16:42:45 -05:00
Tim Van Onckelen
292182fa7f
feat: Notification Email Templates ( #13940 )
2024-12-04 20:26:02 +00:00
Mert
4bf1b84cc2
feat(ml): support multiple urls ( #14347 )
...
* support multiple url
* update api
* styling
unnecessary `?.`
* update docs, make new url field go first
add load balancing section
* update tests
doc formatting
wording
wording
linting
* small styling
* `url` -> `urls`
* fix tests
* update docs
* make docusaurus happy
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-12-04 20:17:47 +00:00
Sam Holton
5417e34fb6
feat(server): Add publicUsers toggle for user search ( #14330 )
...
* feat(server): Add publicUsers toggle for user search
* tests
* docs: add check:typescript for web PR checklist
* return auth.user when publicUsers is false - app testing
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-26 15:51:01 +00:00
Matthew Momjian
1935b88d13
docs: clarify/strengthen wording of PG deployment requirements ( #14294 )
...
* clarify/strengthen PG wording
* 2
* oops
* Update requirements.md
---------
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
2024-11-22 05:53:47 +00:00
Rudolf Horváth
689c6aa276
docs: add developer notes about rootless docker setup ( #13250 )
2024-11-21 12:25:45 +00:00
Jason Rasmussen
ed8a3101a8
chore: update dev ports ( #14256 )
2024-11-20 14:44:19 -05:00
Shivansh Saini
c17c174149
docs: backup only selected photos ( #14225 )
...
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
2024-11-20 15:19:01 +00:00
Matthew Momjian
4b5657c21e
docs: get asset owner by ID from database ( #14174 )
...
asset owner
2024-11-16 14:43:32 -05:00
mcarbonne
5a2af558fb
feat: add minimal devcontainer setup ( #14038 )
...
* add minimal devcontainer setup
* fix Makefile & update doc
* fix Makefile
* add warning regarding devcontainer + add newline at EOF
2024-11-13 11:28:07 -06:00
Nicholas Flamy
c58bd307ce
docs: Update TrueNAS docs for TrueNAS SCALE 24.10 ( #14067 )
...
* initial-docs-update
* add-info-about-external-libraries
2024-11-13 11:26:23 -06:00
Xuesong
ecb8349085
chore(docs): encode db dump in UTF-8 without BOM for Windows ( #13775 )
2024-11-13 10:05:53 +00:00
Zack Pollard
f1c9b763cf
docs: backup folder name is backups ( #14073 )
2024-11-11 12:28:53 +00:00
gamescom15
7aacc92699
docs: clarify file size impact in hardware-transcoding.md ( #14049 )
2024-11-11 03:51:00 +00:00
Joren Guillaume
54d881e5c6
docs: Fix DCM docs link ( #14059 )
...
Fix DCM docs link
2024-11-10 13:33:51 -05:00
bo0tzz
f3e88ea2fa
docs: make IGNORE_MOUNT_CHECK warning stronger ( #14011 )
2024-11-08 13:29:10 +00:00
Zack Pollard
ec5b7c266b
chore: backups custom location and config file docs ( #13996 )
2024-11-07 18:08:02 +00:00
yodatak
be2b76be8c
docs: add backups to startup folders list ( #13967 )
...
Add the check of backups that is done on immich microservice of backups folder presence
2024-11-07 04:18:14 +00:00
bo0tzz
a9fc840d65
chore: tidy up backup-and-restore.md ( #13961 )
2024-11-06 22:18:55 +01:00
Thariq Shanavas
8d8becd0f7
docs: Added a note about avoiding redundant database backups ( #13958 )
...
* Add note about built-in backups
* npm run format:fix
2024-11-06 15:09:53 -06:00
slamp
3b5f5ec57a
docs: improve custom-locations wording to be easier to read ( #13849 )
...
* Improve wording to make it easier to read custom-locations.md
It's only grammatical change
* Update docs/docs/guides/custom-locations.md
Co-authored-by: bo0tzz <git@bo0tzz.me>
* Update custom-locations.md
Revert to 'because of' and remove 'hard drive'
---------
Co-authored-by: bo0tzz <git@bo0tzz.me>
2024-11-06 19:49:23 +00:00
Daniel Dietzler
b29e4ec39f
fix: docker link ( #13956 )
2024-11-06 13:45:52 -06:00
Mert
b9096f3e99
feat(server): use tonemapx for software tone-mapping ( #13785 )
2024-10-31 20:48:23 -04:00
Zack Pollard
7d933ec97a
feat: built-in automatic database backups ( #13773 )
2024-10-31 11:29:42 +00:00
aviv926
96e97278d3
docs: Add info about album sync&folder view ( #12371 )
...
* Album Sync
* npm run format:fix
* fix path
* info about folder view
* Sync albums
* npm run format:fix
* Add information about limitations of a property that appears in multiple albums
* npm run format:fix
* - to ->
* Update docs/docs/features/mobile-app.mdx
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
* Update docs/docs/features/mobile-app.mdx
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2024-10-29 05:00:43 +00:00
Jevgeni Kiski
e1d968d1b3
docs: note about Nginx reverse proxy compatibility with Let's Encrypt ( #13764 )
...
* Nginx reverse proxy compatibility with Let's Encrypt
* Update reverse-proxy.md
* Update reverse-proxy.md
Co-authored-by: bo0tzz <git@bo0tzz.me>
* Priority of = is higher
* Update reverse-proxy.md
---------
Co-authored-by: bo0tzz <git@bo0tzz.me>
2024-10-28 23:48:09 -05:00
Sweebah
f8a2bcee79
fix: Add DB_DATA_LOCATION config. ( #13754 )
...
Add DB_DATA_LOCATION config.
Posted [on reddit](https://www.reddit.com/r/unRAID/comments/1f8wq45/immich_install_via_docker_compose_database_cannot/ ).
2024-10-27 18:25:58 -05:00
Daniel Dietzler
151ba9f1d9
refactor(server): telemetry env variables ( #13705 )
...
refactor(server)!: telemetry env variables
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
2024-10-24 21:07:32 +00:00
Mert
1ec9a60e41
feat(ml): configurable batch size for facial recognition ( #13689 )
...
* configurable batch size, default openvino to 1
* update docs
* don't add a new dependency for two lines
* fix typing
2024-10-23 07:50:28 -05:00
CrushedAsian255
13d2febc33
feat(docs): add mention to purchase to support immich page ( #13612 )
2024-10-22 12:01:04 +01:00
polgarc
b7cd770831
docs: add warning to repair page ( #13640 )
...
* chore: remove repair docs
* add warning instead of remove
2024-10-21 14:39:28 -04:00
Evie Lau
d137fc3eb6
docs: add qsv note for jasper lake cpus ( #13622 )
...
* Update hardware-transcoding.md
Add niche instruction to get QSV working with Jasper Lake CPUs, based on conclusion from #3595
* Relocate note to setup step, under the Admin page changes
* Add Elkhart Lake
* chore: cleanup
---------
Co-authored-by: Jason Rasmussen <jason@rasm.me>
2024-10-21 18:37:21 +00:00
John Strunk
56bebd01df
chore(docs): correct two small typos ( #13644 )
2024-10-21 13:05:17 +00:00
Christian Koch
76c0b964eb
chore(docs): update _storage-template.md ( #13578 )
...
Update _storage-template.md
The example for the {{if}} was a little bit confusing. Just a recommendation
2024-10-18 19:43:48 +00:00
pyorot
b1149881bd
feat(server): add pcm_s16le accepted audio codec ( #13418 )
2024-10-18 08:26:16 -04:00
Mert
23646f0d55
feat(server): vaapi hardware decoding ( #13561 )
...
* add hw decoding for vaapi
* add tests
* update docs
2024-10-17 18:02:41 -04:00
ngtrio
8eb79805ae
fix(docs): typo in backup-and-restore.md ( #13458 )
2024-10-15 18:44:51 +00:00
martin
f29fb1655a
docs: update authelia link ( #13413 )
2024-10-13 21:34:38 +02:00
Jason Rasmussen
465f4639da
feat: align compose ports ( #13185 )
2024-10-09 16:01:52 -04:00
Max
360e7d6d7a
docs: fix typo in Backup Script Guide ( #12399 )
2024-10-09 16:04:13 +00:00
Joren Guillaume
1a72602ff9
docs: Add DB name to backup-and-restore ( #13244 )
...
* Update backup-and-restore.md
changelog:
Add database name to the restore command and document it in the notes
* docs: remove added database flag and change warn wording
* docs: fix forgotten warning change
Co-authored-by: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
---------
Co-authored-by: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
2024-10-09 22:37:47 +07:00
Mert
bd826b0b9b
feat(ml): round-robin device assignment ( #13237 )
...
* round-robin device assignment
* docs and tests
clarify doc
2024-10-07 17:37:45 -04:00
Mert
4bb42c4a25
docs: update version range for pgvecto.rs ( #13231 )
...
* update pgvecto.rs range
* clarify pg17
2024-10-06 13:16:31 -04:00
Yoni Yang
a8d16feb32
docs: fix confustion about libmali in hardware-transcoding.md ( #13226 )
2024-10-06 10:17:59 -04:00
PetrSvirak
1b7e4b4e52
fix(docs): Update TrueNAS installation docs ( #13017 )
...
Mention about ACL mode added for the case when library is located in a dataset with network sharing capabilities.
Based on [community issue](https://www.truenas.com/community/threads/immich-app-permissions-to-copy-to-path-inside-smb-share.117253/ ) and [redit post](https://www.reddit.com/r/truenas/comments/1b1weo9/comment/l132fuj/ )
2024-10-02 13:39:14 +00:00