-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(server): better mount checks #13092
Conversation
4f37297
to
7dffc95
Compare
### Ignoring the checks | ||
|
||
The checks are designed to catch common problems that we have seen users have in the past, but if you want to disable them you can set the following environment variable: | ||
|
||
``` | ||
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to add a disclaimer here along the lines of "if you've used this env var then unfortunately we can't help you with mountpoint issues"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is implied that when you disable default protections you are assuming the associated risk, but I can add a explicit note if you think that would be beneficial.
Can we add an entry to the env vars page for this? |
Sure. |
7dffc95
to
eace7ed
Compare
.immich
already exists, but mount checks aren't enabled