forked from Cutlery/immich
		
	feat(docs): New repair and statistics pages (#8030)
* New repair and statistics page * PR Feedback * New * chore: cleanup --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
		
							parent
							
								
									b449feb3e1
								
							
						
					
					
						commit
						3cc800f93a
					
				@ -10,8 +10,8 @@ Hello everyone, it is my pleasure to deliver the new release of Immich to you. T
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Some notable features are:
 | 
					Some notable features are:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [OAuth integration](#livephoto-ios-support-)
 | 
					- OAuth integration
 | 
				
			||||||
- [LivePhoto support on iOS](#oauth-integration-)
 | 
					- LivePhoto support on iOS
 | 
				
			||||||
- User config system
 | 
					- User config system
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!--truncate-->
 | 
					<!--truncate-->
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								docs/docs/administration/img/repair-page-1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/docs/administration/img/repair-page-1.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 68 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								docs/docs/administration/img/repair-page.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/docs/administration/img/repair-page.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 54 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								docs/docs/administration/img/server-stats.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/docs/administration/img/server-stats.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 60 KiB  | 
							
								
								
									
										31
									
								
								docs/docs/administration/repair-page.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								docs/docs/administration/repair-page.md
									
									
									
									
									
										Normal file
									
								
							@ -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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<img src={require('./img/repair-page.png').default} title="server statistic" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<img src={require('./img/repair-page-1.png').default} title="server statistic" />
 | 
				
			||||||
							
								
								
									
										13
									
								
								docs/docs/administration/server-stats.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								docs/docs/administration/server-stats.md
									
									
									
									
									
										Normal file
									
								
							@ -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.
 | 
				
			||||||
 | 
					:::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<img src={require('./img/server-stats.png').default} title="server statistic" />
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user