mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Get thumbnail from app (#68)
* Renamed multipart filed name 'files' to 'assetData'. * Added an additional field name of 'thumbnailData' to multipart form. * Implemented upload mechanism for thumbnail directly from the mobile client. * Removed dead code * Implemented a version checking mechanism.
This commit is contained in:
		@@ -9,7 +9,7 @@ WORKDIR /usr/src/app
 | 
			
		||||
 | 
			
		||||
COPY package.json package-lock.json ./
 | 
			
		||||
 | 
			
		||||
RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
 | 
			
		||||
RUN npm install
 | 
			
		||||
 | 
			
		||||
@@ -30,7 +30,7 @@ WORKDIR /usr/src/app
 | 
			
		||||
 | 
			
		||||
COPY package.json package-lock.json ./
 | 
			
		||||
 | 
			
		||||
RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
 | 
			
		||||
 | 
			
		||||
RUN npm install --only=production
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user