diff --git a/docs/blog/2022/11-10/release-1.36.mdx b/docs/blog/2022/11-10/release-1.36.mdx index 9980c1a051..5f5643196c 100644 --- a/docs/blog/2022/11-10/release-1.36.mdx +++ b/docs/blog/2022/11-10/release-1.36.mdx @@ -10,8 +10,8 @@ Hello everyone, it is my pleasure to deliver the new release of Immich to you. T Some notable features are: -- [OAuth integration](#livephoto-ios-support-) -- [LivePhoto support on iOS](#oauth-integration-) +- OAuth integration +- LivePhoto support on iOS - User config system diff --git a/docs/docs/administration/img/repair-page-1.png b/docs/docs/administration/img/repair-page-1.png new file mode 100644 index 0000000000..4c6a1cdddb Binary files /dev/null and b/docs/docs/administration/img/repair-page-1.png differ diff --git a/docs/docs/administration/img/repair-page.png b/docs/docs/administration/img/repair-page.png new file mode 100644 index 0000000000..b6ae7e40b1 Binary files /dev/null and b/docs/docs/administration/img/repair-page.png differ diff --git a/docs/docs/administration/img/server-stats.png b/docs/docs/administration/img/server-stats.png new file mode 100644 index 0000000000..0d9adf2765 Binary files /dev/null and b/docs/docs/administration/img/server-stats.png differ diff --git a/docs/docs/administration/repair-page.md b/docs/docs/administration/repair-page.md new file mode 100644 index 0000000000..3c643ee711 --- /dev/null +++ b/docs/docs/administration/repair-page.md @@ -0,0 +1,31 @@ +# Repair Page + +The repair page is designed to give information to the system administrator about files that are not tracked, or offline paths. + +## Natural State + +In this situation, everything is in its place and there is no problem that the system administrator should be aware of. + + + +## Any Other Situation + +:::note RAM Usage +Several users report a situation where the page fails to load. In order to solve this problem you should try to allocate more RAM to Immich, if the problem continues, you should stop using the reverse proxy while loading the page. +::: + +In any other situation, there are 3 different options that can appear: + +- MATCHES - These files are matched by their checksums. + +- OFFLINE PATHS - These files are the result of manually deleting files in the upload library or a failed file move in the past (losing track of a file). + +:::tip +To get rid of Offline paths you can follow this [guide](/docs/guides/remove-offline-files.md) +::: + +- UNTRACKED FILES - These files are not tracked by the application. They can be the result of failed moves, interrupted uploads, or left behind due to a bug. + +In addition, you can download the information from a page, mark everything (in order to check hashing) and correct the problem if a match is found in the hashing. + + diff --git a/docs/docs/administration/server-stats.md b/docs/docs/administration/server-stats.md new file mode 100644 index 0000000000..61f4d2d00a --- /dev/null +++ b/docs/docs/administration/server-stats.md @@ -0,0 +1,13 @@ +# Server Stats + +Server statistics to show the total number of videos, photos, and usage per user. + +:::info +If a storage quota has been defined for the user, the usage number will be displayed as a percentage of the total storage quota allocated to him. +::: + +:::info External library +External library is not included in the storage quota. +::: + +