mirror of
https://github.com/immich-app/immich.git
synced 2026-01-23 09:58:56 -08:00
Apply suggestions from code review
Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
@@ -9,7 +9,7 @@ A [3-2-1 backup strategy](https://www.backblaze.com/blog/the-3-2-1-backup-strate
|
||||
|
||||
## Database
|
||||
|
||||
Immich stores [file paths in the database](https://github.com/immich-app/immich/discussions/3299), users metadata in the database, it does not scan the library folder, so database backups are essential
|
||||
Immich stores [file paths](https://github.com/immich-app/immich/discussions/3299) and user metadata in the database. It does not scan the library folder, so database backups are essential.
|
||||
|
||||
### Automatic Database Backups
|
||||
|
||||
|
||||
@@ -57,15 +57,15 @@ To apply the Storage Label to previously uploaded assets, run the Storage Migrat
|
||||
|
||||
<img src={require('./img/user-edit-menu.webp').default} width="80%" title="Customize Delete User" />
|
||||
|
||||
To reset a user's password, go to the `Administration > Users`, then click on the context menu button next to the user, then click "Reset Password". The user's password will be reset to random password and they have to change it next time the sign in.
|
||||
To reset a user's password, go to `Administration > Users`, then click on the context menu button next to the user, then click "Reset Password". The user's password will be reset to a random password and they have to change it next time they sign in.
|
||||
|
||||
## Delete a User
|
||||
|
||||
If you need to remove a user from Immich, go to the `Administration > Users`, then click on the context menu button next to the user. The user account will immediately become disabled and their library and all associated data will be removed after 7 days by default.
|
||||
If you need to remove a user from Immich, go to `Administration > Users`, then click on the context menu button next to the user. The user account will immediately become disabled and their library and all associated data will be removed after 7 days by default.
|
||||
|
||||
### Delete Delay
|
||||
|
||||
You can customize the time of the deletion of the users from the `Administration -> Settings -> User Settings`.
|
||||
You can customize the time of the deletion of the users from `Administration -> Settings -> User Settings`.
|
||||
:::info user deletion job
|
||||
The user deletion job runs at midnight to check for users that are ready for deletion. Changes to this setting will be evaluated at the next execution.
|
||||
:::
|
||||
|
||||
@@ -115,8 +115,8 @@ It will only reflect files you add.
|
||||
|
||||
### Read-only/kid Mode
|
||||
|
||||
You can set the app to read-only mode to prevent accidental deletion of photos from your device, and only allowing viewing photos on the timeline.
|
||||
You can set the app to read-only mode to prevent accidental deletion of photos from your device, and only allow viewing photos on the timeline.
|
||||
|
||||
To toggle this feature by long-pressing the profile icon. Or go to `Settings > Advanced > Read-only Mode`.
|
||||
To toggle this feature, long-press the profile icon or go to `Settings > Advanced > Read-only Mode`.
|
||||
|
||||
<img src={require('./img/read-only-mode.webp').default} width="800px" title="Read-only mode" />
|
||||
|
||||
@@ -26,7 +26,7 @@ width="400px"
|
||||
title="Backup album selection"
|
||||
/>
|
||||
|
||||
You can select which albums on your mobile device to back up to the server. You can also exclude specific albums (by double-tap on an album) from being backed up. This is useful for iOS users since assets can belong to multiple albums. For example, you want to back up all assets except those in the "Videos" album.
|
||||
You can select which albums on your mobile device to back up to the server. You can also exclude specific albums (by double-tapping on them) from being backed up. This is useful for iOS users since assets can belong to multiple albums. For example, you may want to back up all assets except those in the "Videos" album.
|
||||
|
||||
### Networking requirements
|
||||
|
||||
@@ -61,7 +61,7 @@ title="Android backup options"
|
||||
/>
|
||||
|
||||
- It is a well-known problem that some Android models are very strict with battery optimization settings, which can cause a problem with the background worker. Please visit [Don't kill my app](https://dontkillmyapp.com/) for a guide on disabling this setting on your phone.
|
||||
- You can allow the background task to run when the device is charging.
|
||||
- You can allow the background task to run only when the device is charging.
|
||||
- You can set the minimum delay from the time a photo is taken to when the background upload task will run.
|
||||
|
||||
### iOS
|
||||
|
||||
Reference in New Issue
Block a user