1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00
This commit is contained in:
Alex Tran 2023-06-23 23:32:39 -05:00
parent 752ad2d2eb
commit 294955db17

View File

@ -8,15 +8,13 @@ Upon syncing the file information, it will be read by Immich to generate support
:::caution
This feature is still in an experimental stage.
This is a very primitive implementation of the read-only mechanism, enhancement of this feature will continue to be developed in the future.
This feature is still in an experimental stage. And this is an initial implementation and will receive improvements in the future.
The current limitations of this feature are:
- Manually sync using the CLI tool, auto-sync (watch) is not supported.
- Assets are not automatically synced and must instead be manually synced with the CLI tool.
- Only new files that are added to the gallery will be detected.
- Deletion and moving of files will not be detected.
- Deleted and moved files will not be detected.
:::